1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

2494 commits

Author SHA1 Message Date
Anton Leherbauer
b7df295fed Fix for 165837 - Inappropriate auto closing of angle brackets (Patch by Sergey Prigogin) 2006-11-27 08:56:34 +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
Markus Schorn
3329794554 Fixes BTree visitor (did not visit all matching nodes), also changed semantics. 2006-11-23 16:38:44 +00:00
Anton Leherbauer
0bfec5774b Restore task tags highlighting 2006-11-23 14:04:49 +00:00
Markus Schorn
fb61bc0c35 Call Hierarchy: Avoid generating AST 2006-11-22 12:45:36 +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
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
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
Anton Leherbauer
3eaab306ed Fix source viewer scanner initialization 2006-11-13 16:59:08 +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
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
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
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
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
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
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
68fce7ef7c Follow up for 150075, progress indication for indexer;
Cancel indexing on manual reindex request.
2006-11-10 10:55:15 +00:00
Markus Schorn
2d8f966f3b Fix for 150075, progress indication for indexer 2006-11-09 15:09:21 +00:00
Anton Leherbauer
1aafcab10c Fix for Bug 163691 - Incorrect syntax highlight of numbers 2006-11-08 09:47:45 +00:00
Markus Schorn
cc1407df9d Include Browser: using offsets from index 2006-11-08 08:39:12 +00:00
Anton Leherbauer
3661213f99 Fix missing CN problem label decorator 2006-11-07 09:23:14 +00:00
Anton Leherbauer
02e693474e Fix CN drop external files into source folder 2006-11-06 11:23:14 +00:00
Anton Leherbauer
c2ad331a4e Patch by Sascha Radike for Bug 163377 - [CView] CView does not reveal new resources 2006-11-06 10:11:24 +00:00
Anton Leherbauer
cfea65c227 Make ui plugin more fault-tolerant when activated in headless mode 2006-10-31 12:40:43 +00:00
Anton Leherbauer
6e5a90b075 Fix code coloring previewer 2006-10-26 16:07:53 +00:00
Anton Leherbauer
25232db42d Follow-up fix for bug 161529 2006-10-25 19:10:09 +00:00
Markus Schorn
a6a24e957f Call hierarchy: use timestamps from index. 2006-10-25 15:59:02 +00:00
Anton Leherbauer
28b8e38cb1 Patch by ashish for Bug 161529 - Open Include from the Outline view does not automatically resolve the include file 2006-10-23 10:55:33 +00:00
Markus Schorn
d54cf4d243 Fix for 156504 by Andrew Ferguson, Overloaded functions/methods in PDOM 2006-10-20 09:59:38 +00:00
Markus Schorn
234a13b0e1 Fixes warnings. 2006-10-19 14:01:49 +00:00
Markus Schorn
1079b60945 Fixes warnings. 2006-10-19 08:39:23 +00:00
Doug Schaefer
780f7df35c Patch for Jason - 160884. Change DOMException to not be a CoreException. 2006-10-18 19:17:11 +00:00
Chris Recoskie
7dbd64ed6a patch for Bugzilla 94203 by Mike Kucera 2006-10-18 14:55:15 +00:00
Anton Leherbauer
a696db918b Fix preprocessor auto-indentation 2006-10-18 09:37:07 +00:00
Anton Leherbauer
39fd51b72a Cleanup CSourceViewer: remove obsolete constructor and duplicate methods 2006-10-18 09:05:18 +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
dcdd0b1b56 Introduces constants for the various indexer ids. 2006-10-12 16:17:59 +00:00