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

11410 commits

Author SHA1 Message Date
Oleg Krasilnikov
84c9619cf4 Bug #219321 : Info popup should show includes 2008-02-18 15:50:42 +00:00
Markus Schorn
e7d5ea4567 Additional methods for indexer setup participants, bug 199551. 2008-02-18 10:49:08 +00:00
Ken Ryall
348c62b933 Set singleton to true. 2008-02-17 15:16:44 +00:00
Ken Ryall
3c15d8a169 Bug 218219 2008-02-17 02:17:03 +00:00
Ken Ryall
2a99774c72 Bug 219128 fix NPE. 2008-02-16 16:09:35 +00:00
Mike Kucera
2d00884258 set up tests to run C++ parser, fixed a few bugs 2008-02-15 22:21:44 +00:00
Mike Kucera
c575310b92 fix for new problem node constructors 2008-02-15 19:44:30 +00:00
Anton Leherbauer
788ec3ad34 Follow-up for 217435 2008-02-15 17:04:32 +00:00
Markus Schorn
bad35ab17a Improvements for writing to the index (potential NPE, progress reporting, tracing). 2008-02-15 16:33:11 +00:00
John Cortell
34a4df0832 We don't handle the notification of a breakpoint created in an external translation unit. I.e., if the user imports an executable built outside of Eclipse, and the backend reports that a breakpoint has been created in one of its source files (through, say, a backend shell), CBreakpointManager doesn't handle it correctly. 2008-02-15 15:26:56 +00:00
Chris Recoskie
26f4e54156 RESOLVED - bug 163672: Other Objects on Win
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163672

Patch from Keith Campbell
2008-02-15 13:59:39 +00:00
Oleg Krasilnikov
443969e7a7 Bug #218954 : replace "regedit" run with API call. 2008-02-15 12:53:06 +00:00
Markus Schorn
b5f0556e66 Implementation of equals+hashCode for composite scopes to prevent potential endless loops. 2008-02-15 12:50:52 +00:00
Markus Schorn
08cce46ebc Ambiguity between template arguments and relational expression, bug 104706. 2008-02-15 12:43:17 +00:00
Anton Leherbauer
2b53efe517 Fix for 217435: Braces in macros confuse code formatter 2008-02-15 12:24:49 +00:00
Markus Schorn
7f2fe153bd More tracing options for the indexer, combined 3 parallel IASTProblem implementations, related to bug 213561. 2008-02-15 10:41:30 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
John Cortell
8bc24567af Adjustment to 218194. There was a concern that there might be IBreakpointListeners out there that are interested in the INSTALL_COUNT attribute, since that attribute was defined in a public interface. This new solution is a hybrid between the original logic and the initial fix to 218194. We don't use the INSTALL_COUNT attribute to maintain the install count, but we update it when it changes. I've updated the documentation for the attribute. 2008-02-14 22:33:38 +00:00
Mike Kucera
30fa8e597b secondary parser to solve cast ambiguity in C++ 2008-02-14 22:31:55 +00:00
John Cortell
743d1d04ee Add Watchpoint memory rendering action contribution was only added for pane 1. There's a pane 2 as well 2008-02-14 21:43:38 +00:00
John Cortell
ab1ad42fd7 Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:46:48 +00:00
John Cortell
60dd429b5c Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:40:26 +00:00
Mike Kucera
e0716ec914 expression parser for C++ 2008-02-14 19:59:12 +00:00
Oleg Krasilnikov
5080d2ce65 Bug #212818: Need tool tip to display active build configuration over hammer icon 2008-02-14 15:07:34 +00:00
Markus Schorn
042f8dc2d3 Use consistent format for the file paths of code-readers. 2008-02-14 13:23:05 +00:00
Markus Schorn
950b1db4f2 Testcase for endless loop following using-directives, bug 209813. 2008-02-14 13:06:38 +00:00
Oleg Krasilnikov
2aa55cf930 Bug #216996: deadlock 2008-02-14 11:50:41 +00:00
Markus Schorn
190c472757 Using directives for fast indexer with cross references disabled, related to 200673+216527. 2008-02-14 09:36:15 +00:00
Markus Schorn
2e0d07d89b Participants for indexer-setup, bug 218286. 2008-02-14 08:39:37 +00:00
Anton Leherbauer
86529c7688 Avoid usage of getPath() - related to bug 218266 2008-02-14 08:10:43 +00:00
Anton Leherbauer
a3aab7e451 Fix for 218266: [patch] Wrong path returned for ExternalTranslationUnit working copies (patch by Warren Paul) 2008-02-14 08:10:37 +00:00
Mike Kucera
8ece714199 fixed bug, builder was creating qualified name nodes when unqualified name required 2008-02-13 20:17:29 +00:00
Mike Kucera
4117aeccbd cleaned up CPPASTQualifiedName a bit 2008-02-13 19:55:00 +00:00
John Camelon
616efbbdbe Bug 215566 - PDOM#getFileName() returns null for non-standard EFS implementations 2008-02-13 19:04:52 +00:00
Mike Kucera
c099d478d2 don't need separate name visitors for C and C++ 2008-02-13 16:48:54 +00:00
Mike Kucera
628c4193a9 removed unnecesary Arrays.fill() from ambiguity nodes 2008-02-13 16:35:11 +00:00
Oleg Krasilnikov
fb951de0fa Multi-cfg 2008-02-13 16:01:54 +00:00
Oleg Krasilnikov
49b6254c36 Related to Multi-config implementation. 2008-02-13 16:00:03 +00:00
Markus Schorn
495735b5e3 Partial fix for cast-ambiguity, bug 211756. 2008-02-13 15:07:23 +00:00
Markus Schorn
ea7f5375cd Testcase for cast ambiguities, bug 100641 and 106279. 2008-02-13 14:39:58 +00:00
Oleg Krasilnikov
466f54cc91 Small changes made while Multi-cfg implementation 2008-02-13 11:27:44 +00:00
Markus Schorn
51beaeaa42 Additional test-case and fix for using-declarations (related to bug 203385). 2008-02-13 10:11:06 +00:00
Ken Ryall
c3f7d8269c Bug 218219. 2008-02-12 19:49:22 +00:00
Ken Ryall
2cd3d0b3a1 Bug 218085 2008-02-12 19:42:42 +00:00
Mike Kucera
45dc1738ed cleaned up TemplateParameterManager a bit 2008-02-12 16:48:44 +00:00
Markus Schorn
5688a0ac9f Using directives for fast indexer (including namespace composition), bug 200673+216527. 2008-02-12 14:21:22 +00:00
Oleg Krasilnikov
b848ef7a4d Bug #218484 : Description not saved when creating a new configuration based on an existing one 2008-02-11 14:28:53 +00:00
Anton Leherbauer
d12b37a95c Improve content assist auto-activation check, related to bugs 126871 and 193728 2008-02-11 14:22:31 +00:00
Anton Leherbauer
39053ae062 Fix for 218124: Mark Occurrences makes C++ editor sluggish 2008-02-11 11:51:31 +00:00
Anton Leherbauer
d3af1cd424 Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUnit's from the editor (Patch by Warren Paul) 2008-02-11 11:03:42 +00:00