Markus Schorn
|
6eef40d050
|
Fix for 149572, notifications for index.
|
2006-10-16 18:23:13 +00:00 |
|
Oleg Krasilnikov
|
31cb030bae
|
Bug 156872: CDT Internal builder parallelization proposal
|
2006-10-16 07:09:32 +00:00 |
|
Anton Leherbauer
|
83d65a28ca
|
Fix for initial folding computation
|
2006-10-13 11:09:19 +00:00 |
|
Markus Schorn
|
ce35f1444b
|
Ported index-view actions to the new api
|
2006-10-13 09:51:12 +00:00 |
|
Markus Schorn
|
6d85d8d0b9
|
Fixes race condition, by Andrew Ferguson, bug 157992.
|
2006-10-13 09:15:22 +00:00 |
|
Markus Schorn
|
4c2b2120e4
|
Variable and function annotations in PDOM, by Jason Montojo, bug 159595.
|
2006-10-13 08:46:20 +00:00 |
|
Markus Schorn
|
08a632ecc7
|
Moves BaseTestCase to cdt.core.tests
|
2006-10-13 08:44:15 +00:00 |
|
Markus Schorn
|
dcdd0b1b56
|
Introduces constants for the various indexer ids.
|
2006-10-12 16:17:59 +00:00 |
|
Markus Schorn
|
b5ca493fa2
|
Exports additional internal packages for testing, bug 160692.
|
2006-10-12 16:00:46 +00:00 |
|
Markus Schorn
|
a8f2eead0a
|
Introduces an API to access the PDOM, bug 149565.
|
2006-10-12 15:35:30 +00:00 |
|
Markus Schorn
|
70e3e0942b
|
Marks internal packages as such in the manifest
|
2006-10-12 15:01:47 +00:00 |
|
Markus Schorn
|
2119729ff7
|
Introduces an API to access the PDOM, bug 149565.
|
2006-10-12 13:31:32 +00:00 |
|
Markus Schorn
|
f5a4ba1d76
|
Introduces an API to access the PDOM, bug 149565.
|
2006-10-12 13:23:56 +00:00 |
|
Anton Leherbauer
|
1b927015bb
|
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
|
2006-10-12 07:05:49 +00:00 |
|
Anton Leherbauer
|
b7f5c2f33e
|
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
|
2006-10-11 12:28:54 +00:00 |
|
Anton Leherbauer
|
ad88076d70
|
Cleanup handling of editor preference changes
|
2006-10-10 09:05:06 +00:00 |
|
Anton Leherbauer
|
ead46b18a7
|
Fix working set support for use with Common Navigator
|
2006-10-09 15:25:55 +00:00 |
|
Markus Schorn
|
4fd4c4adce
|
Fix for 154563 by Andrew Ferguson, implementation of BTree delete.
|
2006-10-09 12:48:58 +00:00 |
|
Markus Schorn
|
389e4a0e51
|
Enforces 1.4 compatibility for org.eclipse.cdt.core.tests
|
2006-10-09 09:34:30 +00:00 |
|
Markus Schorn
|
2b21a7091f
|
Fix for 159863 by Wieant, NPE in full indexer.
|
2006-10-05 12:56:12 +00:00 |
|
Anton Leherbauer
|
fd2c99b278
|
Bug 106216 - Search result markers in folded text don't appear in the overview ruler
|
2006-10-04 14:40:38 +00:00 |
|
Anton Leherbauer
|
07031919f1
|
Add smart edit and indenter tests
|
2006-10-04 10:44:31 +00:00 |
|
Anton Leherbauer
|
8c9b5d9416
|
Fix comment template
|
2006-10-04 07:31:59 +00:00 |
|
Markus Schorn
|
254779d07d
|
Moves PDOMCPPBinding into the correct package
|
2006-10-03 11:32:52 +00:00 |
|
Anton Leherbauer
|
b0a52b3bdb
|
Fix hardcoded previewer ranges
|
2006-10-03 09:10:23 +00:00 |
|
Anton Leherbauer
|
3c06429669
|
Fix syntax coloring previewer
|
2006-10-03 08:15:15 +00:00 |
|
Anton Leherbauer
|
436c2fb40b
|
Fix template preference page previewer
|
2006-10-03 07:59:03 +00:00 |
|
Anton Leherbauer
|
03f01c56b8
|
Fix FastCPartitionScanner corner cases
|
2006-10-02 20:11:03 +00:00 |
|
Anton Leherbauer
|
e929ebdff8
|
Enable semantic highlighting by default
|
2006-10-02 15:12:40 +00:00 |
|
Markus Schorn
|
e91ceede17
|
Fix for 154060, dead lock in Deadlock in PDOMIndexerJob.cancelJobs()
|
2006-10-02 14:42:13 +00:00 |
|
Anton Leherbauer
|
3685773b05
|
Fix compiler compliance properties for PDE export build
|
2006-10-02 13:19:31 +00:00 |
|
Anton Leherbauer
|
0482b39544
|
Patch by Sergey Prigogin for bug 148582 - Support smart indenting in C editor (part 2)
|
2006-10-02 13:06:08 +00:00 |
|
Markus Schorn
|
ae1ab1b625
|
Fixes call hierarchy test cases.
|
2006-10-02 09:30:32 +00:00 |
|
Markus Schorn
|
9ae87dd573
|
Fixes call hierarchy test cases.
|
2006-10-02 08:50:58 +00:00 |
|
Markus Schorn
|
059a0d095f
|
Makes PDom tests independent of line delimiter
|
2006-09-29 16:03:06 +00:00 |
|
Anton Leherbauer
|
7412f600a8
|
Reworked syntax highlighting of preprocessor directives
|
2006-09-29 15:36:10 +00:00 |
|
Markus Schorn
|
a13418d58f
|
Fix for bug 156844, IEnumeration no longer derives from IVariable
|
2006-09-29 11:24:12 +00:00 |
|
Markus Schorn
|
815f0df72f
|
Fix for bug 158195, fallback for language of included files with unknown extension.
|
2006-09-29 09:25:32 +00:00 |
|
Markus Schorn
|
75cbff035e
|
Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565.
|
2006-09-29 07:19:51 +00:00 |
|
Markus Schorn
|
196254955b
|
Fix interface of ElfBinaryArchive to allow proper derivation
|
2006-09-28 08:47:09 +00:00 |
|
Markus Schorn
|
6e62fd8891
|
Patch for 149565, by Andrew Ferguson (creating API for PDom)
|
2006-09-27 15:05:11 +00:00 |
|
Markus Schorn
|
5239cb2ebd
|
Improves robusteness of Call Hierarchy tests
|
2006-09-27 14:58:03 +00:00 |
|
Markus Schorn
|
15faf5048a
|
Improves robusteness of Call Hierarchy tests
|
2006-09-27 14:57:48 +00:00 |
|
Anton Leherbauer
|
f234a522db
|
Rework code coloring preferences UI (bug 80104)
|
2006-09-27 14:38:35 +00:00 |
|
Markus Schorn
|
81828c8799
|
Fixes a dead-lock in the indexer job.
|
2006-09-27 13:38:40 +00:00 |
|
Anton Leherbauer
|
120526e448
|
Fix initial collapse state of header comments
|
2006-09-27 12:47:06 +00:00 |
|
Markus Schorn
|
444e2e32ab
|
Removes unused code.
|
2006-09-27 11:36:35 +00:00 |
|
Markus Schorn
|
602ed87104
|
Fixes compile error.
|
2006-09-27 09:03:30 +00:00 |
|
Chris Recoskie
|
ceb0dedf56
|
fix for 158402 by Vivian Kong
|
2006-09-26 18:51:30 +00:00 |
|
Anton Leherbauer
|
b811847dda
|
Bug 157050 - improving the implementation of IShowInSource in CEditor
|
2006-09-26 17:03:23 +00:00 |
|