1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

3394 commits

Author SHA1 Message Date
Anton Leherbauer
ed17c0ef66 Make isConsistent consistent with API 2007-05-11 10:10:46 +00:00
Markus Schorn
6d75f34f60 Fix for 186533, picking up indexer project preferences. 2007-05-11 10:10:11 +00:00
Mikhail Sennikovsky
13968f3102 patch from Bala Torati with small modifications
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00
Andrew Ferguson
8435a65ac8 186214: apply fix for linked IndexFileLocation ambiguity resolution 2007-05-10 14:24:54 +00:00
Mikhail Sennikovsky
d97e3a583f Fix for [Bug 185930] Exception when saving language mappings 2007-05-10 10:50:27 +00:00
Markus Schorn
997f1ba70e Fix for 163330 by Emanuel Graf, visiting ICPPASTVisibilityLabel. 2007-05-09 15:05:00 +00:00
Markus Schorn
a469ebf89d Fix for 183941, call hierarchy opened with method declaration. 2007-05-09 12:15:59 +00:00
Anton Leherbauer
7e12b44725 Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 10:20:49 +00:00
Markus Schorn
098117e25d Fix and test-case for 182464, NPE in name resolution for plain C. 2007-05-09 08:35:53 +00:00
Anton Leherbauer
a678504f0b Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 08:31:16 +00:00
Andrew Ferguson
6b053aa52a 178856: use the default settings configuration for index fragments via CIndex extension point 2007-05-08 15:24:42 +00:00
Markus Schorn
a9b596be37 See 180164, caching for binding-adaptation and scope-lookups in pdom. 2007-05-08 14:07:00 +00:00
Markus Schorn
1def7fbf69 See 180164, reduce amount of disk-write operations when indexing. 2007-05-08 07:11:18 +00:00
Markus Schorn
21c0055276 Fix for 185408, API-compliance of IScope.find(String) 2007-05-07 11:27:55 +00:00
Mikhail Sennikovsky
18e23110d2 removed unnecessary import statements 2007-05-04 16:50:41 +00:00
Mikhail Sennikovsky
209c88bff9 removed unnecessary import statement 2007-05-04 16:49:27 +00:00
Mikhail Sennikovsky
9368a57266 Fixes for the external settings provider mechanism 2007-05-04 15:23:43 +00:00
Chris Recoskie
8e63fb5452 RESOLVED - bug 185465: LanguageMapping issues
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185465

Patch from Gerhard Schaber
2007-05-04 14:52:30 +00:00
Mikhail Sennikovsky
f5ddcb1de9 Fix for [Bug 185497] NPE in org.eclipse.cdt.managedbuilder.internal.core.FolderInfo 2007-05-04 11:12:32 +00:00
Markus Schorn
c7548e8313 Follow up for 184500, fixes a ClassCastException. 2007-05-04 08:01:48 +00:00
Ken Ryall
e451a6c00a Bug 179202. Make showing the list of source files when you expand a binary optional. This setting will go away once we do 182388. 2007-05-03 20:26:46 +00:00
Doug Schaefer
716c2e20a6 Bug 184500 - Fixed up CCE by adding ICPPInternalFunction to PDOMCPPFunction. 2007-05-03 20:05:51 +00:00
Mikhail Sennikovsky
e090629a8b Externalization fixes 2007-05-03 17:23:20 +00:00
Chris Recoskie
408a2358b9 fix for 184804 - incorrect source offsets for incomplete macro definition
patch from Mike Kucera
2007-05-03 17:20:00 +00:00
Doug Schaefer
570ffcfacb Bug 184500 - Patch for Bryan cleaning up uses of IScope. 2007-05-03 14:45:00 +00:00
Doug Schaefer
74c2859cc3 Bug 184892 - Change chunk size back to 4K. 2007-05-03 14:06:28 +00:00
Mikhail Sennikovsky
40e01a45ce Fix for [Bug 162143] [MBS] Internal builder forgets about deltas when failures occur 2007-05-03 13:21:12 +00:00
Andrew Ferguson
2fac395f97 pdom templates: add unit tests and make two small fixes 2007-05-03 13:04:25 +00:00
Markus Schorn
ed435952e9 Fix for 185324, #elif without condition. 2007-05-03 12:40:31 +00:00
Andrew Ferguson
eb628d737d add composite for (ITypedef & ICPPSpecialization) binding 2007-05-03 09:10:48 +00:00
Markus Schorn
7dc3b05c8f Fix for 180168, use ASTCache for navigation features. 2007-05-02 13:42:48 +00:00
Markus Schorn
904a9560e3 Fix for 183930, by Emanuel Graf, comments from inactive code. 2007-05-02 12:37:08 +00:00
Mikhail Sennikovsky
513a224530 Fix for [Bug 183404] [Project Model] .cproject is growing blank lines 2007-05-02 11:35:46 +00:00
Mikhail Sennikovsky
86f509df7b 1. Library source path support for the build system settings
2. test-cases for the lib source paths
2007-04-28 18:08:28 +00:00
Mikhail Sennikovsky
a69ac5f57e Library source path support fo the core ICLibraryFile entry 2007-04-28 09:35:14 +00:00
Vivian Kong
3abcf010f8 for bug 169847 - standalone indexer 2007-04-27 21:34:26 +00:00
Vivian Kong
fe5583158b for bug 183847 - removing the platform check from GCC/GPPParserExtensionConfiguration 2007-04-27 15:29:00 +00:00
Chris Recoskie
e129ae7c03 151850 (allow user to specify which parser/language to parse a given content type with)
Patch from Jason Montojo
2007-04-27 14:45:42 +00:00
Markus Schorn
5f1be363ee Change for 169847, facilitate remove indexing. 2007-04-27 14:24:15 +00:00
Markus Schorn
dccac113b7 Removes superfluous method PDOMName.resolveBinding(). 2007-04-27 14:17:14 +00:00
Markus Schorn
897d6b87e6 Simplification of fix for 184042, updating index for changes in configuration. 2007-04-27 13:41:47 +00:00
Andrew Ferguson
93ae2153c7 184216: add two missing composite template bindings 2007-04-27 12:58:21 +00:00
Andrew Ferguson
0bcf54bfc5 clean up warnings 2007-04-27 09:41:35 +00:00
Anton Leherbauer
51d62cd4f5 Fix for 184189: CReconciler exception 2007-04-27 09:05:30 +00:00
Anton Leherbauer
d239639cce Add check for null 2007-04-27 06:51:23 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Andrew Ferguson
6741a8d019 183986: extract a Comparator from PDOMBinding 2007-04-26 16:41:39 +00:00
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +00:00
Oleg Krasilnikov
1aa3d8f62f Bug #182820: fix for "canExclude()" 2007-04-26 10:22:21 +00:00
Anton Leherbauer
1214623cf9 Fix CCE 2007-04-26 10:11:53 +00:00