1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-27 18:23:22 +02:00
Commit graph

16292 commits

Author SHA1 Message Date
Anton Leherbauer
10f16fe5d3 Comment out temporarily incompatible changes 2006-11-15 12:38:01 +00:00
Anton Leherbauer
5ad61b1e36 Improve external file support 2006-11-15 12:26:03 +00:00
Andrew Ferguson
e714b84612 Tidy up pdom binding resolution code, fix typedefs accessed by qualified names 2006-11-15 10:14:30 +00:00
Markus Schorn
d6eadac266 Fix for 164500, macro redefinitions in index. 2006-11-15 09:49:36 +00:00
Ted Williams
43788934ab Feature versions to 0.9.0. 2006-11-14 22:56:39 +00:00
Ted Williams
f26cd35629 All plugins will start with version 0.9.0. Europa will include the release of 0.9.0.
Created a plugin.xml for org.eclipse.dd.dsf.ui.
2006-11-14 22:22:41 +00:00
Ted Williams
db88b4e1ca JAVAC if (!(other instanceof DMContextVMLayoutNode<?>.DMContextVMContext)) return false; 2006-11-14 20:27:30 +00:00
Ted Williams
43d24e8bec JAVAC DMContextVMLayoutNode.DMContextVMContext<?> otherVmc = ... 2006-11-14 20:21:01 +00:00
Ted Williams
b4e24d8167 JAVAC A<?>.B var = (A<?>.B) myObj; 2006-11-14 20:15:34 +00:00
Ted Williams
1ae33e7c6a A<?>.B var = (A<?>.B) myObj; 2006-11-14 20:06:07 +00:00
Ted Williams
4d3c78eee1 JAVAC won't compile A<?>.B var = (A<?>.B) myObj; 2006-11-14 20:05:15 +00:00
Ted Williams
30a3f6f919 added plugin.xml 2006-11-14 19:37:51 +00:00
Doug Schaefer
c8a56d7cb3 Fix Not implemented error in PDOMClassType.isSameType(). 2006-11-14 18:39:55 +00:00
Markus Schorn
f8dbea309b Testcase for bug 164500. 2006-11-14 17:22:17 +00:00
Markus Schorn
b2439b77c8 Adding files to the index: Use same order for full and fast indexer. 2006-11-14 13:09:16 +00:00
Markus Schorn
e3c77133d7 Testcase and fix for 164360, NPE while adding include to PDOM. 2006-11-14 09:59:53 +00:00
Anton Leherbauer
3eaab306ed Fix source viewer scanner initialization 2006-11-13 16:59:08 +00:00
Markus Schorn
68f0ef88a8 Testcase for 150906, large array initializers. 2006-11-13 16:01:11 +00:00
Markus Schorn
45fecb58d9 Adds a trace option for logging exceptions caught and ignored by the parser. 2006-11-13 15:48:55 +00:00
Markus Schorn
7b43f74317 Fixes warnings. 2006-11-13 15:46:57 +00:00
Anton Leherbauer
5d24cc5636 Undo introduction of Eclipse 3.3 dependency for now 2006-11-13 15:40:40 +00:00
Markus Schorn
744dedb3af Fixes compile error (usage of java 1.5 SDK) 2006-11-13 15:34:40 +00:00
Markus Schorn
09a6efc2c3 Fixes warnings. 2006-11-13 15:34:05 +00:00
Anton Leherbauer
d84efff6f7 Fix initialization of Semantic highlighting enablement checkbox 2006-11-13 15:32:52 +00:00
Markus Schorn
52bbe25b47 Logs the name of the file currently parsed, together with exceptions caught by the indexer. 2006-11-13 14:57:14 +00:00
Andrew Ferguson
94f1a13a14 Improve accuracy of index based binding resolution
this patch
 * improves pdom resolution binding (PDOMC*Linkage.resolveBinding)
 * fixes some broken binding resolution test data
 * has PDOMCPPField store type information
 * has PDOMCPPNamespaceAlias store what it is aliasing
2006-11-13 14:25:14 +00:00
Anton Leherbauer
23ee23bc84 Fix CN duplicate clipboard actions 2006-11-13 13:24:32 +00:00
Anton Leherbauer
2211c9a1e1 Fix CN drop of translation unit 2006-11-13 13:00:37 +00:00
Anton Leherbauer
c7aa79d9f8 Fix NLS strings 2006-11-13 11:53:58 +00:00
Anton Leherbauer
12dc80623b Fix warnings 2006-11-13 11:53:43 +00:00
Markus Schorn
d61c4d35ec Fixes two exceptions in the scanner (parsing firefox). 2006-11-13 11:50:35 +00:00
Anton Leherbauer
908501d4a6 80104 - Maintain consistency with JDT UI
Extracted Folding and Hovers tab pages into separate preference pages
2006-11-13 09:44:14 +00:00
Alain Magloire
c7d8278a6a fix enhancement PR 149102 for BlackFin support 2006-11-12 19:51:08 +00:00
Alain Magloire
031c0901af PR# 104605
When exploding a binary in the CView not to do it in the UI thread and use a deferred manager to show "pending" while we finish the parsing.
2006-11-12 16:01:29 +00:00
Alain Magloire
55f06e88cb PR# 104605
When exploding a binary in the CView not to do it in the UI thread and use a deferred manager to show "pending" while we finish the parsing.
2006-11-12 15:58:39 +00:00
Pawel Piech
2b72c663b0 Added cell-editor support to DSF view model (bug# 159681). 2006-11-11 00:10:15 +00:00
Anton Leherbauer
67654f8f4f More code formatter heuristics and stay Eclipse 3.2 compatible. 2006-11-10 23:05:48 +00:00
Anton Leherbauer
b3495a8044 Use alpha blending for invisible character painter 2006-11-10 15:29:37 +00:00
Andrew Ferguson
525d297214 Apply patch to add pdom binding resolution tests for Bugzilla#162581 2006-11-10 15:18:13 +00:00
Anton Leherbauer
12f3dd59c5 Bug 95274 - Support code formatter
First stab at a built-in code formatter
2006-11-10 13:55:48 +00:00
Markus Schorn
665fdd2ca8 Include Browser: wait for indexer before computing tree. 2006-11-10 12:12:52 +00:00
Markus Schorn
9350190911 Fix for 155096 by Martin Oberhuber, additional switches for gcc scanner discovery. 2006-11-10 11:46:38 +00:00
Markus Schorn
68fce7ef7c Follow up for 150075, progress indication for indexer;
Cancel indexing on manual reindex request.
2006-11-10 10:55:15 +00:00
Pawel Piech
91d2328263 Finished refactoring view model adapter, cleaned up warnings, added column support (bugs 159161, 159679, 161981). 2006-11-10 00:18:15 +00:00
Markus Schorn
2d8f966f3b Fix for 150075, progress indication for indexer 2006-11-09 15:09:21 +00:00
Ken Ryall
0132200353 Addition change for 150565. 2006-11-08 22:29:36 +00:00
John Cortell
d349bb6921 Fixed bugzilla report 163862. Globals don't show if there are no locals in the Variables view. 2006-11-08 21:50:37 +00:00
Doug Schaefer
a7ce8026bb Get the modules view compiling on 3.3M3. Bug 163602. 2006-11-08 21:36:49 +00:00
Markus Schorn
abb2bcc28b Fixes a couple of wrong offsets in PDOM. 2006-11-08 14:33:16 +00:00
Anton Leherbauer
1aafcab10c Fix for Bug 163691 - Incorrect syntax highlight of numbers 2006-11-08 09:47:45 +00:00