1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 00:36:16 +02:00
Commit graph

1696 commits

Author SHA1 Message Date
Markus Schorn
ce35f1444b Ported index-view actions to the new api 2006-10-13 09:51:12 +00:00
Markus Schorn
dcdd0b1b56 Introduces constants for the various indexer ids. 2006-10-12 16:17:59 +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
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
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
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
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
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
75cbff035e Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565. 2006-09-29 07:19:51 +00:00
Markus Schorn
6e62fd8891 Patch for 149565, by Andrew Ferguson (creating API for PDom) 2006-09-27 15:05:11 +00:00
Anton Leherbauer
f234a522db Rework code coloring preferences UI (bug 80104) 2006-09-27 14:38:35 +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
Chris Recoskie
d0196b9de2 fix for 158370 by Vivian Kong 2006-09-26 16:47:24 +00:00
Markus Schorn
af4f0d8569 Adds manifest-compiler options to CVS 2006-09-26 10:01:26 +00:00
Chris Recoskie
860913466b fix for 40110 by Jason Montojo 2006-09-25 14:28:29 +00:00
Anton Leherbauer
f24c4034a9 Add missing extension point schemas 2006-09-21 10:24:06 +00:00
Anton Leherbauer
f3367693d7 Fix 48209, 147772 - editor context menu cleanup 2006-09-15 14:07:08 +00:00
Anton Leherbauer
27d806f738 Fix wrong highlighting of macro substitutions 2006-09-14 15:42:13 +00:00
Markus Schorn
301ee51670 Make CView show changes to working copies, bug 147694 2006-09-14 09:10:05 +00:00
Anton Leherbauer
4c1bc7c05a Fix exceptions with problem bindings during semantic highlighting 2006-09-13 13:55:09 +00:00
Markus Schorn
ee979cebbc Call Hierarchy: Fix view description; remove 'Open Call Hierarchy' action from toolbar; limit drag'n'drop to functions and variables. 2006-09-13 11:00:02 +00:00
Norbert Plött
be7b7d3fd0 fixing bug #157112 - character encoding problem with IProposalFilter.java
(Changed my name's spelling to be UTF-8 compliant)
2006-09-13 06:55:12 +00:00
Anton Leherbauer
db3183d89f Fix NoSuchElementException if no comment 2006-09-12 12:57:44 +00:00
Anton Leherbauer
fc309c3e02 Fix bug 93097 - double click selection of blocks 2006-09-12 10:23:37 +00:00
Anton Leherbauer
cfabc6acdd Fix 115999 and 156983 - handle preference changes to hovers and tab policy 2006-09-12 08:13:17 +00:00
Anton Leherbauer
d643f4f018 Avoid overlapping folding positions for #if/#elif/#else 2006-09-12 07:06:04 +00:00
Markus Schorn
97a90e4499 Types of variables in Outline View, bug 77138. 2006-09-12 06:50:49 +00:00
Chris Recoskie
5e01468c76 fix for 156565 by Vivian Kong 2006-09-11 18:39:14 +00:00
Markus Schorn
72d7147e77 Call Hierarchy: support for initializers of global variables 2006-09-11 13:46:32 +00:00
Anton Leherbauer
76c6346936 Fix for 156749 - Syntax highlighter preferences initialized incorrectly 2006-09-11 06:52:48 +00:00
Doug Schaefer
302b3a69aa Change the default indexer to be the Fast indexer. 2006-09-08 18:58:04 +00:00
Anton Leherbauer
a9f3514fa0 84019, 103196 - Folding support for comments and preprocessor branches (work in progress) 2006-09-08 14:11:06 +00:00
Anton Leherbauer
cc76031036 Fix 152904 - Restrict editor drop adapter to CEditor only 2006-09-08 12:14:07 +00:00
Markus Schorn
d055a072ae Let refactoring action group update action bars. 2006-09-08 08:54:45 +00:00
Anton Leherbauer
8aa62a205d Fix Common Navigator drop to project 2006-09-08 08:14:43 +00:00