Andrew Niefer
40ae4797e1
update regression test framework
2004-10-04 21:25:21 +00:00
Andrew Niefer
303494e284
new test framework that QE people will be adding tests to
2004-10-04 21:06:38 +00:00
Alain Magloire
edb5e36994
2004-10-04 Alain Magloire
...
IllegalMonitorException fix.
mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
2004-10-04 20:31:16 +00:00
John Camelon
9b1cc11593
Removed IASTTypeId.getSymbol() as it was exposing an internal interface.
...
Removed warnings.
2004-10-04 19:14:16 +00:00
David Inglis
ad9cde0b51
removed the displaying of the parents path segments for CFolder elements
2004-10-01 14:48:22 +00:00
David Inglis
23d71189d5
added getSize()
2004-10-01 14:47:09 +00:00
Andrew Niefer
0ab0b97b0f
bug 72814: [Parser] Open Declaration fails on std::vector<int> reference
2004-09-30 21:19:10 +00:00
Mikhail Khodjaiants
30a7d6170f
Implementing adapters for the platform's Memory view.
2004-09-30 20:28:03 +00:00
Andrew Niefer
645b3306eb
bug 73652: [Scanner] Macro replacement confusion
2004-09-30 20:23:30 +00:00
Vladimir Hirsl
440ada9bab
Fix for PR 60307 [Templates] Template parameter qualified types not supported
...
Added new symbol type: UndefinedTemplateSymbol that represents template paramater
qualified types. At instantiation the unknown types are replaced with the real ones.
2004-09-30 19:45:57 +00:00
Chris Wiebe
851bf3eea6
fix typo in icon file name chierch_pers.gif
2004-09-29 16:39:27 +00:00
Mikhail Khodjaiants
4989ad3e7a
Use the new "createAddress" method of "IAddressFactory".
2004-09-29 15:14:44 +00:00
John Camelon
bab0c22d3a
Removed warning.
2004-09-29 14:52:24 +00:00
David Inglis
055e7d13ec
don't check for extra symbols
2004-09-29 13:21:24 +00:00
David Inglis
cb2920fd4e
fixed binary test to not look for dynamic symbols in binary
2004-09-29 13:15:56 +00:00
David Inglis
ca097f54d7
added createAddress(BigInteger)
2004-09-29 13:13:59 +00:00
John Camelon
045dc8071e
Removed warning.
2004-09-28 21:55:01 +00:00
Andrew Niefer
28c842f6a3
fix bug 72712: [Parser] Selection Search fails upon new expression
2004-09-28 20:59:32 +00:00
David Inglis
42ebad496a
use new AbstractErrorParserPage
2004-09-28 18:59:36 +00:00
David Inglis
4b8468a823
update error parser page to handle restore defaults correctly
2004-09-28 18:59:08 +00:00
John Camelon
73941de92e
Removed EXPRESSION_PARSE as it is now an unused ParserMode.
2004-09-28 17:30:12 +00:00
Mikhail Khodjaiants
0722f6fc65
Synchronize the "getType" method of "CVariable.InternalVariable".
2004-09-28 15:44:35 +00:00
John Camelon
ad54f46853
Fixed Bug 39677 - Statements in expressions are not supported (GCC)
2004-09-28 15:22:02 +00:00
Andrew Niefer
defd110486
Patch from Devin Steffler : 71669 [Scanner] Scanner2 should use Keywords class
2004-09-28 14:51:21 +00:00
Andrew Niefer
fef50c2168
bug 75083: [Scanner] IProblem offsets wrong for macro expansions
2004-09-27 20:15:50 +00:00
Mikhail Khodjaiants
e254b82387
Use the new "getValue" method of "IAddress" for address comparison.
2004-09-27 18:43:58 +00:00
Mikhail Khodjaiants
fb2699f85e
Target filtering fixes for watchpoints.
2004-09-27 18:36:43 +00:00
Andrew Niefer
1943c247b2
fix bug 72713: [Open Declaration] F3 on a method definition goes nowhere
2004-09-24 20:42:16 +00:00
David Inglis
59a54c9689
fixed console selection problem
2004-09-24 19:20:26 +00:00
David Inglis
e3d23e3704
patch from ChrisW
2004-09-24 19:15:22 +00:00
Chris Wiebe
408fbabd90
2004-09-24 Chris Wiebe
...
minor icon cleanup
* icons/full/dtool16/opentype.gif
* icons/full/etool16/opentype.gif
* icons/full/obj16/bin_obj.gif
* plugin.xml
2004-09-24 17:46:55 +00:00
Chris Wiebe
a3b52da7f2
2004-09-24 Chris Wiebe
...
remove obsolete classes
* src/org/eclipse/cdt/internal/ui/wizards/BaseClassSelectionDialog.java
* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFolderWizardAction.java
* src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
2004-09-24 16:38:42 +00:00
Chris Wiebe
f11db48d9b
2004-09-24 Chris Wiebe
...
new folder wizards
* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPerspectiveFactory.java
* icons/full/ctool16/newsrcfldr_wiz.gif
* icons/full/dtool16/newsrcfldr_wiz.gif
* icons/full/etool16/newsrcfldr_wiz.gif
* icons/full/wizban/newsrcfldr_wiz.gif
* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
* src/org/eclipse/cdt/internal/ui/CPluginImages.java
* src/org/eclipse/cdt/internal/ui/ICHelpContextIDs.java
* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
* src/org/eclipse/cdt/internal/ui/wizards/NewFolderDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.java
* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.properties
* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewSourceFolderWizardPage.java
* src/org/eclipse/cdt/ui/CUIPlugin.java
* src/org/eclipse/cdt/ui/wizards/NewFolderCreationWizard.java
* src/org/eclipse/cdt/ui/wizards/NewSourceFolderCreationWizard.java
* plugin.properties
* plugin.xml
2004-09-24 16:28:02 +00:00
John Camelon
f5618e3847
Patch for Devin Steffler.
...
Fixed 72692 - [Parser] illegitimate syntax errors IProblems for Shapes demo
Fixed 74575 - [Parser][CompleteParseASTFactory] forward symbol being set improperly for similar but different functions
Fixed 74603 - [Parser] float function with float parameters has no body but should
2004-09-24 15:43:12 +00:00
Andrew Niefer
4ab98b6ee9
fix bug 72372 : [Parser] ContextSearch declarations on a function defn: op unavailable
...
lookupNestedNameSpecifier didn't consider using directives.
2004-09-24 15:07:49 +00:00
Andrew Niefer
f6bae1949b
fix bug 72537: [Parser] environment macros with pararmeters are not respected by the parser
2004-09-23 17:22:24 +00:00
David Inglis
1d222d0636
due to update of IAddress
2004-09-23 15:28:44 +00:00
David Inglis
61499b865d
update IAddress as per 69908
2004-09-23 15:28:21 +00:00
Doug Schaefer
a1c754d019
Patch for Sam Robb. Fix the property string to be more English compliant.
2004-09-23 15:16:36 +00:00
Andrew Niefer
5e62215526
fix bug 72721: [Parser] new expression Constructor call with expression arg
2004-09-23 15:12:02 +00:00
John Camelon
08f62553a6
Fixed 69439 - [Content Assist] confusion when completing after "123."
2004-09-23 00:43:45 +00:00
Chris Wiebe
ea59725106
2004-09-22 Chris Wiebe
...
updated wizard banner icons to new look
*icons/full/wizban/addpath_wiz.gif
*icons/full/wizban/fieldrefact_wiz.gif
*icons/full/wizban/methrefact_wiz.gif
*icons/full/wizban/typerefact_wiz.gif
2004-09-22 21:17:35 +00:00
Andrew Niefer
82c57e63c9
test for bug 69454 - C/C++ Indexer Problem: Macro usage error for macro: ...
2004-09-22 21:07:25 +00:00
Chris Wiebe
1387c5a69b
*** empty log message ***
2004-09-22 21:00:37 +00:00
Chris Wiebe
e3e2d54b82
2004-09-22 Chris Wiebe
...
add lock for safety
* src/org/eclipse/cdt/internal/ui/wizards/AbstractWizardDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
2004-09-22 20:38:30 +00:00
Chris Wiebe
cb338485bf
2004-09-22 Chris Wiebe
...
show warnings instead of errors for invalid filenames
workaround for bug#24152
* index/org/eclipse/cdt/internal/core/messages.properties
* src/org/eclipse/cdt/core/CConventions.java
2004-09-22 20:34:39 +00:00
Alain Magloire
de94789d8d
2004-09-22 Alain Magloire
...
Makes the mi/ source folder independant of the cdt.core
so we can make it a library.
To many files to enumerate
2004-09-22 20:22:39 +00:00
Chris Wiebe
dfaa0dad02
2004-09-22 Chris Wiebe
...
new file wizards
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/SourceFileSelectionDialog.java
* src/org/eclipse/cdt/internal/ui/wizards/AbstractOpenWizardAction.java
* src/org/eclipse/cdt/internal/ui/wizards/AbstractWizardDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/BaseClassSelectionDialog.java
* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
* src/org/eclipse/cdt/internal/ui/wizards/NewFileDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/NewProjectDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/NewTypeDropDownAction.java
* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
* src/org/eclipse/cdt/internal/ui/CPluginImages.java
* icons/full/ctool16/newcfile_wiz.gif
* icons/full/ctool16/newhfile_wiz.gif
* icons/full/dtool16/newcfile_wiz.gif
* icons/full/dtool16/newhfile_wiz.gif
* icons/full/etool16/newcfile_wiz.gif
* icons/full/etool16/newhfile_wiz.gif
* icons/full/wizban/newcfile_wiz.gif
* icons/full/wizban/newhfile_wiz.gif
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizard.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewHeaderFileCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileGenerator.java
* src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
* src/org/eclipse/cdt/ui/wizards/NewFileCreationWizard.java
* src/org/eclipse/cdt/ui/wizards/NewHeaderFileCreationWizard.java
* src/org/eclipse/cdt/ui/wizards/NewSourceFileCreationWizard.java
* plugin.properties
* plugin.xml
2004-09-22 18:27:55 +00:00
Chris Wiebe
19ccc9939c
2004-09-22 Chris Wiebe
...
wizard cleanup & refactoring
* src/org/eclipse/cdt/internal/ui/dialogs/TypedElementSelectionValidator.java
* src/org/eclipse/cdt/internal/ui/dialogs/TypedViewerFilter.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathIncludeSymbolEntryPage.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathLibraryEntryPage.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathOutputEntryPage.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathSourceEntryPage.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/ExclusionPatternDialog.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/ExclusionPatternEntryDialog.java
* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/SourceAttachmentBlock.java
* src/org/eclipse/cdt/ui/CUIPlugin.java
* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPerspectiveFactory.java
* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
* src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties
* src/org/eclipse/cdt/internal/ui/wizards/SourceFolderSelectionDialog.java
2004-09-22 18:24:15 +00:00
Chris Wiebe
565312d1a6
2004-09-22 Chris Wiebe
...
added file naming conventions
* index/org/eclipse/cdt/internal/core/messages.properties
* src/org/eclipse/cdt/core/CConventions.java
2004-09-22 18:09:30 +00:00