1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00
Commit graph

2494 commits

Author SHA1 Message Date
Andrew Ferguson
94a8afb3a3 175151 add unit tests, bug fixes 2007-02-26 09:54:06 +00:00
Anton Leherbauer
0a05580aef Fix for Bug 175283 - [Content Assist] Invalid keyword completion (Patch by Bryan Wilkinson) 2007-02-26 09:34:22 +00:00
Andrew Ferguson
b2b1287072 109724: apply patch for Bryan Wilkinson 2007-02-26 09:06:51 +00:00
Alain Magloire
5db2221159 Fix for PR:175381
Check for null, there is no location path when the file is from the team
2007-02-23 21:47:52 +00:00
Andrew Ferguson
a7e92473df 175151 (move OpenTypeDialog/Action, AllTypesCache to use the IIndex API): apply fix 2007-02-23 17:16:25 +00:00
Andrew Ferguson
8429b3fcd5 175275 (facilitate case-insensitive search of b-tree indices): apply fix 2007-02-23 17:05:44 +00:00
Anton Leherbauer
8233d713c9 Delay workingset check during bootstrap 2007-02-22 15:53:57 +00:00
Anton Leherbauer
db942775bb Fix for Bug 174762 - [Working Set] working set cannot be restored for closed projects 2007-02-22 15:13:52 +00:00
Anton Leherbauer
adb747feb2 Cleanup label provider hierarchy 2007-02-22 14:32:53 +00:00
Anton Leherbauer
7149e81403 Cleanup indexer problem annotation handling 2007-02-22 14:32:31 +00:00
Markus Schorn
8d344a4f6a Include Browser: Add filter for inactive includes 2007-02-22 14:22:46 +00:00
Anton Leherbauer
71628f81e4 Fix for Bug 174840 - IASTCompletionContext finds duplicate bindings (Patch by Bryan Wilkinson) 2007-02-22 11:19:01 +00:00
Markus Schorn
335ae395bd Fix for 174809, anonymous types in content assist. 2007-02-22 10:29:39 +00:00
Doug Schaefer
c60e1cf2ad Put in a hack to force any projects using the New C Project Wizard to be simple makefile projects. 2007-02-22 00:13:09 +00:00
Oleg Krasilnikov
f08de55a15 New implementations to use instead of internal ones. 2007-02-21 17:36:52 +00:00
Oleg Krasilnikov
1565582172 Warnings elimination: "PixelConverter" is not referenced now. 2007-02-21 15:04:43 +00:00
Oleg Krasilnikov
26be610ccf Warnings elimination 2007-02-21 13:40:40 +00:00
Markus Schorn
5625cca2ba Disable warning 'Indirect access to static member'. 2007-02-21 13:12:12 +00:00
Markus Schorn
3c40e8ff33 Follow up new project model: remove duplicate action 'rebuild index'. 2007-02-21 13:03:58 +00:00
Anton Leherbauer
1ae5457603 Fix for Bug 149569 - PDom does not store inactive include directives
and Bug 149568 - PDom does not store unresolved include directives
2007-02-21 12:26:58 +00:00
Markus Schorn
5dfbff2013 Fix for 166991, indexer preferences and project specific settings. 2007-02-21 10:42:01 +00:00
Markus Schorn
3e5e1b02ea Convert schema files from binary to text 2007-02-21 09:56:10 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Anton Leherbauer
059bc26f02 Fix outline menu icons 2007-02-19 14:43:24 +00:00
Anton Leherbauer
42b59348e6 Workaround for platform bug 174419 2007-02-19 14:36:26 +00:00
Anton Leherbauer
e466f136ac Fix resource key 2007-02-14 15:08:42 +00:00
Anton Leherbauer
3daf0d10d8 Fix concurrent update of folding info 2007-02-14 12:03:21 +00:00
Markus Schorn
b586e2a932 Fixes a few warnings. 2007-02-14 10:30:46 +00:00
Doug Schaefer
de80e83c99 Patch for Ed Swartz (Nokia) Bug 172237 - Try all declNames until we find one that has a valid file location. 2007-02-13 18:41:39 +00:00
Doug Schaefer
1946cf2dee Patch for Ed Swartz (Nokia) bug 158190. Improve handling of case insensitive paths on Windows. 2007-02-13 18:34:34 +00:00
Doug Schaefer
5cce583c8c Settings that got converted when we moved to platform m5. 2007-02-13 18:31:08 +00:00
Markus Schorn
29c91c21cb Fix for 162161, NPE on search in workingset. 2007-02-13 12:07:31 +00:00
Andrew Ferguson
b130569488 169666: remove duplicate binding results from index queries, provide composite bindings 2007-02-13 09:14:38 +00:00
Vivian Kong
3ccc12e868 bug 165636: there is a match only if there is a definition for the class binding. Otherwise, users can create a new class definition for this binding 2007-02-12 18:01:36 +00:00
Anton Leherbauer
ea377723db Workaround for possible race condition leading to infinite wait 2007-02-12 16:07:30 +00:00
Anton Leherbauer
6ffcb64086 Fix typo to make folding collapse all work 2007-02-12 15:17:02 +00:00
Anton Leherbauer
e8a833e2c6 Adaptations for new Eclipse 3.3M5 text DnD support 2007-02-12 12:01:47 +00:00
John Cortell
b8e82d2bb1 Add forward slash delimiter between cpu and endianness tag in binary element label (173644) 2007-02-09 14:40:35 +00:00
Anton Leherbauer
93751c7530 Fix for Bug 173550 - Missing strings for ShowInCViewAction
Marked ShowInCViewAction deprecated to use the generic platform support or Show In targets. At the same time fixed  the CView to support selection of source elements.
2007-02-09 08:50:32 +00:00
Anton Leherbauer
841997be25 Fix for Bug 173342 - [Content Assist] Extra parameter hints due to search with prefix (patch by Bryan Wilkinson) 2007-02-08 14:02:33 +00:00
Markus Schorn
e941f73524 Fix for 156671, adding anonymous types to the index. 2007-02-07 12:40:35 +00:00
Anton Leherbauer
6b90a610a5 Fix for Bug 172865 - [Content Assist] Parameter hint popup should disappear outside parentheses 2007-02-07 11:05:35 +00:00
Chris Recoskie
cc7e0a31f7 initial checkin as a part of work for 151850 (allow user to specify which parser/language to parse a given content type with) 2007-02-06 21:57:39 +00:00
Anton Leherbauer
4187ccb321 Fix for Bug 172723 - [Content Assist] Port DOMCompletionContributor to new extension point (patch by Bryan Wilkinson) 2007-02-06 15:00:29 +00:00
Anton Leherbauer
f00c9c220e Project Explorer: Fix duplicate Properties action 2007-02-06 08:54:38 +00:00
Anton Leherbauer
d686621b48 Fix for Bug 172312 - No difference between SKIP_ALL and SKIP_INDEXED mode 2007-02-05 15:44:28 +00:00
Anton Leherbauer
c2146c6d14 Fix for Bug 128361 - templates depending on line or word selection don't work 2007-02-02 14:38:30 +00:00
Markus Schorn
c22550e30e Fix for 172144, defines context for CDT-Views to enable kbd-shortcuts. 2007-02-01 16:50:45 +00:00
Markus Schorn
50c791143e Fix for 172453, inconsistencies in index API + testcases. 2007-02-01 14:20:43 +00:00
Markus Schorn
6d8bdf8d18 TypeHierarchy: allow to open from c-fields. 2007-01-31 13:26:19 +00:00