Andrew Niefer
12cdf18a80
fix bug 86827
2005-03-01 18:09:42 +00:00
Andrew Niefer
145891c763
fix bug 86766
2005-03-01 17:59:54 +00:00
Andrew Niefer
7591bd643e
fix bug 86649
2005-03-01 17:44:06 +00:00
Andrew Niefer
ac9494b61c
fix bug 86621
2005-03-01 16:50:06 +00:00
Andrew Niefer
17879a2974
fix bug 86543
2005-03-01 16:23:03 +00:00
Andrew Niefer
593f2ec013
fix bug 86678
2005-03-01 16:07:35 +00:00
Andrew Niefer
cd662e1910
Performance and memory fixes for resolving bindings
2005-02-28 22:17:27 +00:00
Andrew Niefer
cd6f234947
CPPParameter.getScope() for bug 86121
2005-02-28 18:35:47 +00:00
Alain Magloire
47621e0005
Update news file.
2005-02-26 03:34:21 +00:00
Alain Magloire
c9e12353d6
2005-02-25 Alain Magloire
...
Fix PR 82292: Code template variable not working.
* src/org/eclipse/cdt/internal/corext/template/c/CContext.java
* src/org/eclipse/cdt/internal/corext/template/c/CContextType.java
* src/org/eclipse/cdt/internal/corext/template/c/TemplateMessage.properties
* src/org/eclipse/cdt/internal/corext/template/c/TranslationUnitContext.java
* src/org/eclipse/cdt/internal/corext/template/c/TranslationUnitContextType.java
* src/org/eclipse/cdt/internal/ui/text/contentassit/CCompletionProcessor.java
* templates/default-templates.xml
2005-02-26 03:12:35 +00:00
Alain Magloire
67adb089c5
2005-02-25 Alain Magloire
...
Fix PR 69572: Key binding action for Matching Bracket ... Ctrl+Shift+P
* src/org/eclipse/cdt/internal/ui/ICHelpContextIds.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
+ src/org/elcipse/cdt/internal/ui/editor/GotoMatchingBracketAction.java
* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java
* plugin.properties
* plugin.xml
2005-02-26 01:42:42 +00:00
Alain Magloire
14a9f65de9
2005-02-25 Alain Magloire
...
Fix PR 86718: Dialog shows twice
* src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java
* src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java
2005-02-25 23:02:49 +00:00
Andrew Niefer
23013c436d
fix bug 86470 - various issues with using declarations
2005-02-25 22:39:46 +00:00
Alain Magloire
b9dc18ad86
2005-02-25 Alain Magloire
...
Fix for PR 45666: Adding Block comment mneu in the CEditor "/* */"
* src/org/eclipse/cdt/internal/ui/actions/RemoveBlockCommentAction.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* NEWS
2005-02-25 22:23:34 +00:00
Andrew Niefer
c698546bba
fix bug 86369
2005-02-25 20:09:58 +00:00
Alain Magloire
c358a8c355
2005-02-25 Alain Magloire
...
Fix PR 86647: remove the hyperlink preference page in the CEditor preference
Use the Text Editors
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
+ src/org/eclipse/cdt/internal/ui/editor/CElementHyperlink.java
= src/org/eclipse/cdt/internal/ui/editor/CElementHperlinkDetector.java
- src/org/eclipse/cdt/internal/ui/editor/IPositionManager.java
- src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
2005-02-25 19:46:32 +00:00
Andrew Niefer
67cc9c5ad7
fix Bug 86371
...
- when a binding gets added to a scope, and it is the first binding of that name,
then the scope will check to see if that name is overloaded and if there are any other bindings
it needs to know about.
- The IASTNode that bindings hold onto is now more generally an IASTName
- The CPPASTName's binding will now be set upon construction of the binding instead of later
2005-02-25 19:08:19 +00:00
Alain Magloire
8edeb9629e
2005-02-24 Alain Magloire
...
Fix PR 86655: adds a link to the Text Editor preference
Remove some warning, WorkbenchHelp was deprecated.
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/preferences/AbstractPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/AppearancePreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorHoverConfigurationBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CodeAssistPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessage.properties
2005-02-25 16:58:29 +00:00
Alain Magloire
191bface90
news CEditor setting part of the general text editor settingsl.
2005-02-25 03:42:35 +00:00
Alain Magloire
e8bb99d6b5
2005-02-15 Alain Magloire
...
Fix for 85633, Moving out all the CEditorPreference Text setting
to eclipse EditorsUI preference page.
* src/org/eclipse/cdt/internal/ui/editore/CEditor.java
* src/org/eclipse/cdt/internal/ui/preferences/AbstractPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
* src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java
2005-02-25 03:27:47 +00:00
Andrew Niefer
885d10dd7a
fix bug 86358
2005-02-24 20:45:41 +00:00
Andrew Niefer
92eae6c108
fix bug 86546
2005-02-24 20:13:23 +00:00
Andrew Niefer
f2e223947e
fix bug 86353
2005-02-24 19:15:18 +00:00
Alain Magloire
cb3e02121c
2005-02-24 Alain Magloire
...
Part of 79596
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* plugin.properties
2005-02-24 18:29:34 +00:00
John Camelon
98c8876390
Fixed Bug 86316 [Parser] bad expression inside if statement causes parser to go crazy
2005-02-24 02:55:20 +00:00
John Camelon
887dc877d4
Fixed Bug 84476 - [C++ Parser] NPE caused by strange code from C++ 5.11-2
2005-02-24 02:29:17 +00:00
John Camelon
14feb82cc2
Fixed Bugzilla Bug 84478 - [C++ Parser] does not support declarations inside while condition
2005-02-24 02:05:51 +00:00
Andrew Niefer
c0d9fbb554
fix bug 86350
2005-02-23 22:50:43 +00:00
Andrew Niefer
7b8ec083f0
fix bug 86319
2005-02-23 22:34:47 +00:00
Andrew Niefer
3b61a8117e
bug 86372
2005-02-23 22:00:52 +00:00
Andrew Niefer
90832556ab
fix bug 86306
2005-02-23 21:41:15 +00:00
John Camelon
18201b4720
Partial fix for Bug 84476 - [C++ Parser] NPE caused by strange code from C++ 5.11-2
2005-02-23 21:19:53 +00:00
Andrew Niefer
1dba0da21f
fix bug 86336
2005-02-23 21:17:24 +00:00
Andrew Niefer
ad1ab8d1d2
fix bug 86346
2005-02-23 20:40:24 +00:00
John Camelon
2d33ca0657
Fixed Bug 86288 - [Parser] explicit type conversion in return statement causes IASTProblemStatement
2005-02-23 20:14:08 +00:00
John Camelon
37bbc9660f
Removed warning.
...
Added IASTTranslationUnit#getFilePath().
2005-02-23 19:55:18 +00:00
John Camelon
42141ccb94
Patch for Devin Steffler.
2005-02-23 19:52:03 +00:00
John Camelon
646f923f97
Fixed Bug 86323 [Lengths] IASTSimpleDeclaration for the for-init-statement includes ';' in length
2005-02-23 19:49:24 +00:00
Andrew Niefer
a0f0ff7593
fix bug 86279
2005-02-23 18:37:05 +00:00
John Camelon
511c556400
Patch for Devin Steffler.
...
IASTTranslationUnit#getNodeForLocation()
Selection in DOM AST View.
2005-02-23 17:21:40 +00:00
Andrew Niefer
48933be7c6
tests for bug 86267 & 86269
...
parameters try to return name of primary declaration
2005-02-23 16:13:43 +00:00
John Camelon
f016e5805b
Removed warning.
2005-02-23 15:05:33 +00:00
Andrew Niefer
f35f1fc070
Visitor interface
2005-02-23 00:36:52 +00:00
Andrew Niefer
cdf3cc5492
IFunction.isStatic, IScope.getPhysicalNode
2005-02-22 21:45:44 +00:00
John Camelon
7918ac34f0
Fixed Bug 85820 - [Length] should IASTInitializerList's length be included in the length of it's parents?
2005-02-22 21:22:00 +00:00
John Camelon
54791bce99
Commented out test.
2005-02-22 21:15:23 +00:00
John Camelon
3f37eb5c27
Fixing Doug's checkin.
2005-02-22 19:53:52 +00:00
Doug Schaefer
6924155bcb
Hooked up to the prefix resolution. Added image for functions.
2005-02-22 19:27:18 +00:00
John Camelon
74850e900b
Patch for Devin Steffler.
...
Timing information regarding DOM AST primitives.
2005-02-22 19:02:37 +00:00
John Camelon
9b3826ea71
Fixed Bug 86123 - [NPE] in CPPASTNode#getTranslationUnit()
2005-02-22 16:16:25 +00:00