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

5028 commits

Author SHA1 Message Date
Markus Schorn
c44d3fa59d Fix for 164619, interaction between cpp name resolution and index. 2006-12-06 10:41:32 +00:00
Anton Leherbauer
ea0d728a40 Improve JoinLinesAction to remove excess whitespace 2006-12-06 08:45:49 +00:00
Andrew Ferguson
fea3d0a6d1 revert to previous version (unintentionally committed as part of 162172) 2006-12-05 18:33:25 +00:00
Andrew Ferguson
d6d9ed6df0 apply patch for 162172: make PDOM relocatable 2006-12-05 18:29:04 +00:00
Anton Leherbauer
ba0d37b4a8 Fix for Bug 158193 - [navigation] incorrect editor opened for external files 2006-12-05 14:56:39 +00:00
Markus Schorn
e36cb0d76f Fix computation of time for parser without resolution and index update 2006-12-05 14:19:30 +00:00
Anton Leherbauer
dabcfe8c2b Fix for Bug 151840 - Error in QuickOutline when sorting is enabled 2006-12-05 13:33:45 +00:00
Anton Leherbauer
a83a5ccd71 Fix for Bug 166639 - JoinLinesAction throws NPE at last line 2006-12-05 09:21:59 +00:00
Anton Leherbauer
9516df9fb0 Fix for Bug 165877 - Open Definition does not resolve linked resources 2006-12-05 08:58:32 +00:00
Anton Leherbauer
2a787e7e66 Fix for Bug 166750 - EditorUtility.openInEditor should resolve linked resources 2006-12-05 08:53:18 +00:00
Anton Leherbauer
5b26865d56 Fix extension point schema 2006-12-04 16:21:06 +00:00
Anton Leherbauer
b9391d98b1 Create formatter junit tests 2006-12-04 16:17:24 +00:00
Anton Leherbauer
b9f960d0c8 Bug 151571 - DND move on GTK 2006-12-04 09:28:05 +00:00
Anton Leherbauer
83abfaba64 Fix javadoc 2006-12-04 09:27:09 +00:00
Anton Leherbauer
2ad07322d6 Fix possible /0 error 2006-12-04 07:53:38 +00:00
Anton Leherbauer
57c1b16f8f Fix for bug 166461 - FileLocation line number computation is very slow 2006-12-01 14:26:19 +00:00
Markus Schorn
6480d32c60 Handles closing of projects while indexing 2006-12-01 13:15:59 +00:00
Chris Recoskie
da9aa45994 fix for 164019 by Jason Montojo 2006-11-30 15:46:09 +00:00
Anton Leherbauer
cb6c40b03b Fix for bug 161913 - Migrate CModelBuilder to use DOM AST 2006-11-30 13:30:42 +00:00
Markus Schorn
02d3378c25 Fix for 165660, imported folder does not get indexed. 2006-11-30 13:26:42 +00:00
Anton Leherbauer
c53849b219 Fix for bug 166026 - getContainingFilename wrong for include directives 2006-11-29 15:02:32 +00:00
Markus Schorn
6f3df88cd1 Related to 155324, output statistics when tracing indexer. 2006-11-29 08:52:21 +00:00
Markus Schorn
52522d53bf Removed a few unused tracing options. 2006-11-29 07:39:19 +00:00
Ken Ryall
c2bb9c4cef Fix bug 155400. 2006-11-28 07:49:30 +00:00
Anton Leherbauer
c557bb21a6 Fix leading space of comment template 2006-11-27 10:35:42 +00:00
Anton Leherbauer
b7df295fed Fix for 165837 - Inappropriate auto closing of angle brackets (Patch by Sergey Prigogin) 2006-11-27 08:56:34 +00:00
Chris Recoskie
d462042f3a patch from Jason Montojo for Bugzilla 165378 2006-11-24 14:42:48 +00:00
Anton Leherbauer
a6693eba42 Improve handling external file
- streamline openInEditor methods
- add support for breakpoints
- markers supported for all editor input types
- make external translation units non-modifiable
2006-11-24 14:07:16 +00:00
Anton Leherbauer
d309f414c0 Fix formatter handling of destructors and windows line endings 2006-11-24 13:56:23 +00:00
Andrew Ferguson
773b11c204 165213: undo misadventure with abstraction 2006-11-23 18:31:38 +00:00
Markus Schorn
3329794554 Fixes BTree visitor (did not visit all matching nodes), also changed semantics. 2006-11-23 16:38:44 +00:00
Andrew Ferguson
d4dc19649e add javadoc 2006-11-23 16:36:01 +00:00
Anton Leherbauer
0bfec5774b Restore task tags highlighting 2006-11-23 14:04:49 +00:00
Markus Schorn
464454a15a Change CharArrayUtils.compare() to yield lexicographical order. 2006-11-22 15:18:21 +00:00
Markus Schorn
fb61bc0c35 Call Hierarchy: Avoid generating AST 2006-11-22 12:45:36 +00:00
Markus Schorn
96dc647bc7 Index: Let PDOMCStructure implement ICCompositeTypeScope 2006-11-22 12:45:22 +00:00
Markus Schorn
b8e36d1cae DOM: Add method to get type from ICCompositeTypeScope 2006-11-22 12:45:10 +00:00
Markus Schorn
399fa8e60a Index: Add method to find names by position 2006-11-22 12:44:56 +00:00
Markus Schorn
dd464d51a3 CModel: Extension to represent names from the index 2006-11-22 12:44:33 +00:00
Markus Schorn
aa1849f26b Fix for failing testcase. 2006-11-22 09:01:30 +00:00
Markus Schorn
6d1289a31e Adds sources containing testcode to jar 2006-11-22 08:29:03 +00:00
Anton Leherbauer
7b13873955 Fix NPE and CCE 2006-11-21 15:57:37 +00:00
Anton Leherbauer
0ee87e0c9a Cleanup unused preference constants 2006-11-21 10:35:09 +00:00
Anton Leherbauer
f52791b8cb Bug 165090 - Leading spaces are not preserved when pasting comments 2006-11-21 10:23:22 +00:00
Markus Schorn
a83a57c3ba PDOM db: Improves reading char[] from chunks. 2006-11-21 10:04:03 +00:00
Andrew Ferguson
b348ab9f8d Add optional message parameter to PDOMNotImplementedError 2006-11-20 18:13:57 +00:00
Markus Schorn
e62a54fcea Extracts common stuff from full and fast indexer to a base class. 2006-11-20 12:38:56 +00:00
Markus Schorn
0eca098d3c Fixes warnings 2006-11-20 09:03:12 +00:00
Norbert Plött
c64385f973 Fix for #151005 - Error parser - cannot generate proper marker for file outside of the workspace 2006-11-20 08:14:14 +00:00
Doug Schaefer
7395254810 Implemented isSameType for PDOMCTypedef for 164696. 2006-11-17 17:28:21 +00:00