Hoda Amer
e7bd887fae
Bug Fixing
2004-06-09 18:17:03 +00:00
Alain Magloire
1b4fc963a7
Disable extension Work In Progress
...
in plugin.xml. Part of PR 66016
* plugin.xml
2004-06-09 17:42:46 +00:00
Andrew Niefer
e9c5a2b928
fix NPE for 65114. When returning references to the cache, we should also
...
remove them from the list they are in, so that we never try to return them
again (potentially after they had been reallocated)
2004-06-09 15:45:31 +00:00
Bogdan Gheorghe
192beb6f39
Oops - forgot the change log for 66273...
2004-06-09 14:54:28 +00:00
Bogdan Gheorghe
7f558ffc16
Fix for 66273: Opening declaration causes stack overflow
2004-06-09 14:46:20 +00:00
David Inglis
de67e84c2f
cleanup warnings
2004-06-09 13:43:05 +00:00
David Inglis
95eca12e8f
new ICDescriptor method getDescritor(IProject project, boolean create)
2004-06-09 13:42:01 +00:00
David Inglis
1d2f0a957b
I18N patch from Tanya Wolff
2004-06-09 12:37:56 +00:00
Doug Schaefer
e1d46bbeed
Updated the SpeedTest to allow for run time selection of configs and to support
...
the new ScannerSpeedTest which just tests the scanner.
2004-06-09 11:43:21 +00:00
Alain Magloire
6ba0814133
Quick workaround for PR 57287.
...
* model/org/eclipse/cdt/core/model/CoreModel.java
2004-06-09 02:30:29 +00:00
Andrew Niefer
0b189114ba
patch from Tanya Wolff - fix for bug 63467
2004-06-08 19:43:40 +00:00
Alain Magloire
0144bd8699
Fix for 66188
...
The callback acceptProblem() should do nothing.
* src/org/eclipse/cdt/internal/ui/compare/CParseTreeBuilder.java
2004-06-08 19:41:17 +00:00
Andrew Niefer
04c5f27798
patch from Tanya Wolff - fix for bug 66197
2004-06-08 19:35:22 +00:00
Andrew Niefer
5ebfc42760
bug 49990 - strings for GCC expression extensions
2004-06-08 19:23:47 +00:00
Alain Magloire
5e8a965b20
Fix for PR 66186.
...
Remove the log() print not necessary
and users thinks something went wrong.
* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
2004-06-08 19:22:54 +00:00
Alain Magloire
c013ff1910
Patch from Dirk Dörr.
...
* utils/org/eclipse/cdt/utils/elf/Elf.java
2004-06-08 19:08:52 +00:00
Alain Magloire
955e127ea7
2004-06-07 Tanya Wolff
...
Fix for Bug 66053 - externalized string in cview
* src/org/eclipse/cdt/internal/ui/cview/IncludeRefContainer.java
* src/org/eclipse/cdt/internal/ui/cview/CViewMessages.properties
2004-06-08 19:03:14 +00:00
Hoda Amer
506fe19ef0
Bug Fixing
2004-06-08 18:46:25 +00:00
Hoda Amer
61da74a2d0
Bug Fixing
2004-06-08 18:40:30 +00:00
David Inglis
ee609e18b2
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=66040
2004-06-08 17:59:20 +00:00
John Camelon
8b2e0e8b4d
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65555
2004-06-08 17:57:37 +00:00
David Inglis
1a728b8a2a
mostly patch from thomasf with some additions to editor preferences (selection color)
...
and labels in preference page. no longer depends of runtime.compatibility
2004-06-08 17:40:04 +00:00
Hoda Amer
a42bdd4da8
Bug Fixing
2004-06-08 17:05:30 +00:00
David Inglis
695c51bc99
update problem label
2004-06-08 15:55:37 +00:00
Alain Magloire
175ab5cf00
Fix for bug 65173
...
* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java
2004-06-08 15:39:24 +00:00
Alain Magloire
5751ec8237
Fix For Bug 65172
...
* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
2004-06-08 15:32:18 +00:00
Alain Magloire
b2b0ddb9b9
Fix for PR 64090
2004-06-08 03:23:38 +00:00
Alain Magloire
eea5bdc2c8
Fix for PR 65633
2004-06-08 03:02:01 +00:00
Alain Magloire
74c63e682b
Check the BaseRef when saving
2004-06-07 20:54:06 +00:00
Alain Magloire
97ade06599
Synchronized the retrieving of the PathEntryContainer
2004-06-07 20:43:13 +00:00
Hoda Amer
c6b58b792f
Bug Fixing
2004-06-07 19:39:07 +00:00
Doug Schaefer
3d0734f6ca
Update speed test to do multiple parses in a pass.
2004-06-07 19:34:15 +00:00
Andrew Niefer
5a66875392
bug 49990 - ASTUtil.getExpressionString( IASTExpression )
...
- created ASTUnaryIdExpression classes
- improved handling of POSTFIX_TYPENAME_TEMPLATEID expressions
- modified handling of initializer clause for new expressions
- expression toString() functions use ASTUtil
2004-06-07 19:25:24 +00:00
David Inglis
35fa250ece
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65507
2004-06-07 18:18:16 +00:00
David Inglis
e0af51b73c
remove duplicates in project list
2004-06-07 18:17:13 +00:00
Alain Magloire
cd32934c10
Fix for PR 65524
...
* src/org/eclipse/cdt/core/internal/filetype/ResolverModel.java
2004-06-07 17:19:37 +00:00
Bogdan Gheorghe
2dfa4fa8a1
Fix for 60772: NPE cancelling Selection Search in Working Set
2004-06-07 14:30:19 +00:00
Alain Magloire
66026fcc9e
Fix PR 64328
2004-06-07 14:24:15 +00:00
Bogdan Gheorghe
880fa77c9e
Changed MouseClickListener to use Parser KeywordSets
2004-06-07 02:39:36 +00:00
Bogdan Gheorghe
dc2bb390ae
Fix for Bug 60629 : [Search] Big error when Searching view layout is set to Hierarchical
2004-06-07 02:19:21 +00:00
John Camelon
a029d87d56
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64280
2004-06-06 20:16:09 +00:00
John Camelon
69a1d5f73d
Moved KeywordSetKey to public interface.
...
Updated ParserFactory to allow querying upon different KeywordSetKey's.
2004-06-06 17:20:54 +00:00
John Camelon
da96e2c080
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64268
2004-06-06 05:07:12 +00:00
John Camelon
a549ff4f27
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65569
2004-06-06 04:23:22 +00:00
John Camelon
15e615de07
Fixed translationUnit exception handling to allow ParserErrors to propogate out.
2004-06-06 03:36:52 +00:00
John Camelon
cd01f65fe6
Removed warnings that Doug introduced.
2004-06-06 03:19:38 +00:00
Doug Schaefer
608ab71cce
Got rid of the break we added to translationUnit which ended up bringing
...
untimely endings to the parse. Also added a fix for Dave to nextToken in
the scanner which resulted in the massive increase of char[]s.
2004-06-05 02:47:08 +00:00
Doug Schaefer
c390aa43bf
Update speed test to show token count.
2004-06-05 02:20:22 +00:00
Alain Magloire
272ee95ac1
Do not show includes/libraries Container if they no children
2004-06-05 01:36:01 +00:00
Alain Magloire
1e489f25e0
Fix for PR 60650
...
* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
2004-06-04 21:57:38 +00:00