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

4143 commits

Author SHA1 Message Date
Bogdan Gheorghe
aa3270e91a Fix for 102779: Project Scope filters out external headers 2005-07-07 20:20:14 +00:00
Andrew Niefer
c162527605 bug 102754 2005-07-07 19:15:59 +00:00
Doug Schaefer
856008f63f Bug 98881 - Turned on auto activation for completion. 2005-07-07 19:08:29 +00:00
Bogdan Gheorghe
c1c91403c4 Patch for Devin Steffler: Fix for Bug 102182 ([F3] Open Declaration on macro not working in particular project) 2005-07-07 18:40:02 +00:00
Bogdan Gheorghe
5e641d7377 Fix for 102066: macro definitions should be found via Search with Declarations 2005-07-07 15:22:03 +00:00
John Camelon
c783685b39 *** empty log message *** 2005-07-07 13:52:55 +00:00
Andrew Niefer
0d1723da41 fix bug 74306 2005-07-06 22:03:26 +00:00
Doug Schaefer
85294104b3 PR 98765 - removing duplicates from proposal list. 2005-07-06 20:11:34 +00:00
Vladimir Hirsl
cc1b8dbe9e DOM indexer fix: void and elipses function parameters. 2005-07-06 20:08:46 +00:00
Doug Schaefer
e653b13ea5 Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765. 2005-07-06 19:53:48 +00:00
Doug Schaefer
46807db5b9 Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765. 2005-07-06 19:52:16 +00:00
John Camelon
41006ecdd0 Fixed Bug 100640 - Indexer encoding/decoding optimizations 2005-07-06 19:49:36 +00:00
David Inglis
8d3bd00d1c 2005-07-06 David Inglis - fixed bug#102546 2005-07-06 18:36:50 +00:00
Vladimir Hirsl
6783d23fa3 Disabled Add Folder/File button in CPathIncludeSymbolEntryPerFilePage. 2005-07-06 17:53:50 +00:00
Alain Magloire
957665c172 2005-07-06 Alain Magloire
Fix PR 99130: no leading underscore in the guard header name
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFIleGenerator.java
2005-07-06 17:42:22 +00:00
Andrew Niefer
910c275de7 fix bug 95208 : open declaration on function template instance 2005-07-06 17:12:38 +00:00
Doug Schaefer
e8f0d1c55e Bug 98881 - Added lots of goodies to the search completion to make it more usable. Also fixed up the DOM indexer to record varargs. 2005-07-06 17:11:07 +00:00
Doug Schaefer
727f454fa7 Bug 98881 - Added lots of goodies to the search completion to make it more usable. 2005-07-06 15:57:55 +00:00
Alain Magloire
4a917f5a73 2005-07-06 Alain Magloire
PR 102789: Add Include dialog typo
	* src/org/eclipse/cdt/internal/ui/editor/AddIncludeOnSelectionAction.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
2005-07-06 15:45:39 +00:00
Bogdan Gheorghe
6889eb0c0d Fix for 102790: CSearchPattern misses TYPEDEF in search values 2005-07-06 15:26:42 +00:00
Alain Magloire
61aa8cb62c 2005-07-06 Alain Magloire
PR 102622: OpenIncludeAction improvement, patch from: Robert O'Callahan
	* src/org/eclipse/cdt/internal/ui/OpenIncludeAction.java
2005-07-06 14:56:14 +00:00
Alain Magloire
03b2f1de71 2005-07-06 Alain Magloire
PR 102619: Performance improvement patch from: Robert O'Callahan
	* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-07-06 14:42:01 +00:00
Bogdan Gheorghe
5875bc56e8 Fix for 102782 (Part II) 2005-07-06 04:30:24 +00:00
Alain Magloire
4762d82ac6 compute the events from ContentType changes. 2005-07-06 04:12:21 +00:00
Bogdan Gheorghe
02c0ca6a3c Fix for 102765: [Search] NPE in NewSearchUI
Fix for 102782: BasicSearchMatch doesn't collect parameters
2005-07-06 04:10:11 +00:00
Alain Magloire
1594e1b8f9 2005-07-05 Alain Magloire
Fix for PR 102327: ContentType framework.
	* model/org/eclipse/cdt/core/model/CoreModel.java
	* model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
	* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
2005-07-06 02:20:16 +00:00
Alain Magloire
67840a34c9 2005-07-05 Alain Magloire
Fix for PR 102327: ContentType framework.
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-06 02:20:05 +00:00
Doug Schaefer
673ff7a988 Bug 98881. Improving support for search in completion. 2005-07-05 20:32:07 +00:00
David Inglis
6c71187540 patch from Robert O'Callahan <robert@ocallahan.org> to fix bug# 102434 2005-07-05 19:52:21 +00:00
Andrew Niefer
e91a9f5de5 fix bug 102732 : NPE in CPPSemantics.getLookupScope modified from Devin's patch 2005-07-05 19:32:19 +00:00
John Camelon
a638aed7e5 Fixed Bug 102016 [Open Type/ Class Browsing] No namespace displayed 2005-07-05 19:21:47 +00:00
Alain Magloire
e2773cd720 Remove useless TODO 2005-07-05 19:20:35 +00:00
Andrew Niefer
d94e967724 Patch from Devin Steffler: fix bug 102258 2005-07-05 19:14:55 +00:00
John Camelon
66495196b7 Patch for Devin Steffler.
Fixed 100248 	[DOM AST] NPE in AbstractGNUSourceCodeParser.calculateEndOffset(..)
2005-07-05 18:52:27 +00:00
John Camelon
3ec82a67ca Patch for Robert O'Callahan (robert@ocallahan.org)
Partial fix for 102602  	pre-#included files aren't built by quick parser
2005-07-05 18:41:09 +00:00
John Camelon
87308501ad Partial fix for 102602 pre-#included files aren't built by quick parser 2005-07-05 18:30:21 +00:00
Bogdan Gheorghe
f04e2ecde3 Clean up for Fix for 101861: NPE in ReferencesSearchGroup which breaks right click in external files 2005-07-05 17:37:24 +00:00
Andrew Niefer
1dfd3e2006 fix bug 102149 : [CCE] caused by simple C++ code 2005-07-05 15:46:52 +00:00
David Inglis
9dc44a1309 fixed NPE 2005-07-05 14:27:39 +00:00
John Camelon
41740da7ba Fixed Bug 102730 - [NPE] in CPPASTAmbiguity#accept(CPPASTAmbiguity) line: 77 when indexing wxWidgets 2005-07-05 14:19:31 +00:00
John Camelon
7197ddb46d Partial fix for Bug 102182 - [F3] Open Declaration on macro not working in particular project 2005-07-04 21:52:01 +00:00
John Camelon
843da7c608 Patch for Devin Steffler.
Fixed Bug 102568 - [Scanner] The Outline view does not show all methods of a class!
2005-07-04 18:38:42 +00:00
John Camelon
a80f774ac0 Patch for Devin Steffler.
Fixed Bug 102429 - Please change Open Declaration / Open Definition key bindings
2005-07-04 16:21:21 +00:00
John Camelon
e8e4b344c0 Avoid NPE in LocationMap. 2005-07-04 15:55:20 +00:00
David Inglis
c67441b4ef 2005-07-04 David Inglis
fix for bug# 101647

	* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-07-04 15:24:53 +00:00
Bogdan Gheorghe
0d77c8e7e2 Fix for 97281: [CTags Indexer] requires the project to be closed/opened to work 2005-06-30 16:07:38 +00:00
Alain Magloire
fa4497f2fa 2005-06-29 Alain Magloire
Fix for PR 102174 patch from Johane Woo.
	* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-30 02:57:35 +00:00
Alain Magloire
7161893f55 2005-06-29 Alain Magloire
Fix PR 102159: NPE in the referencesSearchGroup: fillcontextMenu.
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
2005-06-30 02:36:00 +00:00
Alain Magloire
14a8034c5b 2005-06-29 Alain Magloire
Patch From Chris Wiebe fix PR 101386
	* utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29 16:29:48 +00:00
Bogdan Gheorghe
4c2bd01885 Fix for 94434: [SearchEngine] returns typedef as a definition for C++ 2005-06-29 15:58:51 +00:00