1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

3047 commits

Author SHA1 Message Date
Alain Magloire
2aad3cda65 2004-09-14 Alain Magloire
Pr 73831. Tentative fix
	* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencPage.java
	* src/org/eclipse/cdt/internal/ui/text/util/CColorManager.java
2004-09-14 18:49:00 +00:00
Alain Magloire
ebecafa648 2004-09-14 Alain Magloire
Try to find the function in the header.
	* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
	* model/org/eclipse/cdt/internal/core/model/BinaryFunction.java
	* model/org/eclipse/cdt/internal/core/model/BinaryModule.java
2004-09-14 18:16:39 +00:00
Alain Magloire
e030d04985 2004-09-14 Alain Magloire
Define contentTypes for some of the
	extension points.
	* plugin.xml
2004-09-14 14:19:39 +00:00
Alain Magloire
6ea1d9fa3e 2004-09-14 Alain Magloire
Define for the contentType extensions for
	type of files.  Note this is incomplete
	We have to wait for 3.1 when the ContentTypeManger
	to be fully functionnal.

	* plugin.xml
2004-09-14 14:17:44 +00:00
John Camelon
413c618734 Fixed 73615 - [Parser] NullPointerException in TokenFactory#createTokenDuple 2004-09-13 15:43:12 +00:00
John Camelon
0c65449761 Added JUnit to validate bug 73428 - [Parser] Indexer gives syntax error on anonymous namespace 2004-09-13 15:21:29 +00:00
David Inglis
15f0beb4df update icons 2004-09-13 13:45:58 +00:00
Alain Magloire
057edb19f3 save the preference store on exit 2004-09-12 03:12:15 +00:00
Alain Magloire
40fe9c9707 2004-09-11 Alain Magloire
Allow grouping of namespace in the outliner.
	See the appereance namespace.

	* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
	* src/org/eclipse/cdt/internal/ui/preferences/AppearancePreferencePage.java
	* src/org/eclipse/cdt/ui/CElementGrouping.java
	* src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java
	* src/org/eclipse/cdt/ui/NamespacesGrouping.java
	* src/org/eclipse/cdt/ui/PreferenceConstants.java
2004-09-12 03:11:26 +00:00
John Camelon
9a9ffd59c2 Fixed 69791 [Parser] Indexer complains about va_list
Fixed 72529 [Scanner] Separate GCC Extension from Scanner2
Fixed 72725 [Scanner] Parser missteps on \r in escaped macros
Cleaned up IScannerExtension & implementation.
Added GCCExtensionTestSuite to ParserTestSuite.
Updated failed tests & restructured tests.
2004-09-11 23:04:28 +00:00
Andrew Niefer
a0681af9ce fix incorrect merging of prefix lookup results from different scopes. 72559 2004-09-10 21:14:01 +00:00
Andrew Niefer
e37ca5ef26 avoid NPE which prevents parser test suite from being run as not a
plugin test.
2004-09-10 19:57:20 +00:00
Alain Magloire
51c39598f1 remove warnings. 2004-09-10 19:23:40 +00:00
David Inglis
aa6bac0467 add better detection for project for initial selection of build console
fixes bug 39723
2004-09-10 19:00:14 +00:00
Andrew Niefer
9af69e200c fix ArrayIndexOutOfBoundsException and avoid infinite loops caused by
exceptions leaving the scanner.  73652
2004-09-10 18:06:03 +00:00
Alain Magloire
c656bd7009 remove warnings. 2004-09-10 16:08:33 +00:00
Alain Magloire
1b5c86e832 verbose to false 2004-09-10 15:48:50 +00:00
Alain Magloire
3f14afc110 2004-09-10 Alain Magloire
Remove annoying warnings and prevent the PathEntryManger
	from firing on working Copies.

	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2004-09-10 15:48:15 +00:00
David Inglis
bae54f4e47 put error ticks in outline view 2004-09-10 14:38:50 +00:00
David Inglis
f2b0d8b69c fixed bug # 69230 2004-09-10 13:42:47 +00:00
David Inglis
917f82d3bc fixed gap between image and text in CView and PojectsView 2004-09-10 02:27:59 +00:00
David Inglis
01ffdd1a22 - fixed 36837
- refactor label providers to viewsupport and removed old IAdormentProvider
2004-09-10 01:19:40 +00:00
David Inglis
440cb7be37 wrap marker changes inside workspace runnable 2004-09-10 00:59:23 +00:00
Bogdan Gheorghe
642dee2f9b Fix for 73406 - Indexer: Double-Indexing on Specific Project 2004-09-09 21:02:51 +00:00
Andrew Niefer
bb6eaf7e55 bugs 72824, 69334 2004-09-09 20:59:22 +00:00
John Camelon
a76ec38690 Fixed 73524 - CDT 2.0.1 freezes after trying to open a large .c file 2004-09-09 18:33:49 +00:00
Chris Wiebe
f3b030d85d 2004-09-09 Chris Wiebe
limit base class selection to referenced projects
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
2004-09-09 18:28:37 +00:00
John Camelon
4dcc350233 Fixed bug 72220 - [Search] Cannot search when a reference is part of a return statement 2004-09-09 02:43:50 +00:00
John Camelon
173c4dc627 Fix for bug 72818 - [Search] Selection Search for Union does not work 2004-09-09 02:13:58 +00:00
Alain Magloire
dae6b18551 Fix the label text of the folders 2004-09-08 20:56:55 +00:00
Alain Magloire
8923349603 2004-09-08 Alain Magloire
Fix For PR 73459
	* src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java
2004-09-08 20:39:58 +00:00
Alain Magloire
3bd502cbef 2004-09-08 Alain Magloire
Fix For PR 73459
	* src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java
2004-09-08 20:30:50 +00:00
Alain Magloire
88738cfecc Copyright fixes 2004-09-08 18:23:48 +00:00
Alain Magloire
be32ca5a0a 2004-09-08 Alain Magloire
Fix for PR 73454.
	* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java
2004-09-08 15:47:39 +00:00
John Camelon
3565c7fae5 Parser is no longer final. 2004-09-08 15:37:00 +00:00
David Inglis
0ad9d83903 fixed problem with applying path entry after switching between include & symbols and project path properies page.
needed to correctly merge and changes made by project path page with entries in include path page
2004-09-08 14:58:12 +00:00
David Inglis
a617f1ba4d should selected and reveal first element when checking items in list. 2004-09-08 14:50:27 +00:00
David Inglis
fbcd0437b1 we should throw exception as per API 2004-09-08 14:46:58 +00:00
Alain Magloire
671f4b339d remove warnings 2004-09-08 14:05:12 +00:00
Alain Magloire
100265971d 2004-09-07 Alain Magloire
Wrong icons
	* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
	* src/org/eclipse/cdt/internal/ui/cview/CViewLabelProvider.java
	* src/org/eclipse/cdt/internal/ui/cview/InlcudeReferenceProxy.java
2004-09-07 20:49:12 +00:00
Alain Magloire
e452d260ff 2004-09-07 Alain Magloire
Part of the uncoming work to supply formatting in CDT
	* src/org/eclipse/cdt/internal/corext/CodeFormatterUtil.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/text/CFormatingStrategy.java
	* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
	* plugin.properties
	* plugin.xml
2004-09-07 20:25:17 +00:00
Alain Magloire
08d72e6639 2004-09-07 Alain Magloire
Part of the uncoming work to supply formatting in CDT
	* schema/CodeFormatter.exsd
	* src/org/eclipse/cdt/core/CodePreferenceConstants.java
	* src/org/eclipse/cdt/core/ToolFactory.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
	* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
	* plugin.properties
	* plugin.xml
2004-09-07 20:23:30 +00:00
John Camelon
9ac724d2ed Fixed 71534 - [Parser] IUsing does not have starting offset (IASTUsingDirective) 2004-09-07 20:04:30 +00:00
John Camelon
f8a318d59e Parser performance improvement through flattening the inheritence structure & removing reference caching. 2004-09-07 18:56:39 +00:00
Chris Wiebe
cee8b24391 2004-09-07 Chris Wiebe
comment out old class wizard
	* plugin.xml
2004-09-07 16:39:53 +00:00
Andrew Niefer
3831dd4b2e fix broken buffer cache, 73378 2004-09-07 15:38:00 +00:00
Bogdan Gheorghe
85245150d4 Fix for Bug 73191: Search not finding all references in a specific example 2004-09-07 15:35:00 +00:00
Alain Magloire
681edb943a Comment the some of the resolveTest for now 2004-09-07 03:48:58 +00:00
Alain Magloire
5916669818 2004-09-04 Alain Magloire
Fix for PR 73118
	* refactor/org/eclipse/cdt/internal/ui/refactoring/actions/RenameRefactoringAction.java
2004-09-04 18:34:44 +00:00
Chris Wiebe
64fef090e5 2004-09-03 Chris Wiebe
add support for IDeferredWorkbenchAdapter
	* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
	* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
2004-09-03 22:49:32 +00:00