1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 06:15:37 +02:00
Commit graph

2181 commits

Author SHA1 Message Date
Anton Leherbauer
d017af2e85 Add unit test for inactive code highlighting 2006-08-30 08:52:24 +00:00
Markus Schorn
3acc9f3c5d Fixed warnings, once again. 2006-08-30 07:46:10 +00:00
Chris Recoskie
a1530d4ea2 copyright fix 2006-08-29 15:24:44 +00:00
Chris Recoskie
f3faea4f89 further patches to 148790 by Vivian and Janees 2006-08-29 13:28:33 +00:00
Anton Leherbauer
98a81457f6 Fix function and method highlighting 2006-08-29 12:04:11 +00:00
Ken Ryall
75c4506a6e More for bug 106540: When the use toggles the toolbar item to enable the feature, immediately select and reveal the item corresponding to the active editor. 2006-08-28 19:02:59 +00:00
Ken Ryall
12fd9d96f7 Fix bug 130331. 2006-08-28 18:41:42 +00:00
Chris Recoskie
0df02becc9 patch for 155392 by Janees Elamkulam 2006-08-28 17:16:58 +00:00
Markus Schorn
6f04ca7b10 Call Hierarchy: Handling of multiple function definitions 2006-08-28 15:28:46 +00:00
Anton Leherbauer
a6a899abc5 Fix NPE in LineBackgroundPainter when closing an editor 2006-08-28 13:55:00 +00:00
Anton Leherbauer
487bac0828 Semantic Highlighting (140335) 2006-08-28 12:46:34 +00:00
Markus Schorn
3a46db2f34 Include Browser: Drop support for external files. 2006-08-28 11:43:18 +00:00
Markus Schorn
2156961db1 Fixes warnings. 2006-08-28 09:27:32 +00:00
Chris Recoskie
163a235063 fix copyrights 2006-08-25 19:46:29 +00:00
Chris Recoskie
aca069a1db fix for 155236 by Vivian Kong 2006-08-25 17:25:09 +00:00
Chris Recoskie
5524cec83b fix for 148790 by Vivian Kong 2006-08-25 15:10:24 +00:00
Markus Schorn
f5f18b8cb2 Call Hierarchy: added action 'Focus on' 2006-08-25 13:51:53 +00:00
Markus Schorn
110e1adca5 Improvements for the Call Hierarchy 2006-08-25 12:48:56 +00:00
Doug Schaefer
cec3d1b1ef Propogate PDOM changes to support search down the PDOM hierarchy. 2006-08-25 01:46:32 +00:00
Markus Schorn
af1d76d4e3 Improvements for the Call Hierarchy 2006-08-24 14:15:36 +00:00
Markus Schorn
838fd14a80 Fixes file resolution in ref-by query. 2006-08-24 11:08:39 +00:00
Markus Schorn
697921c9b4 ICElements except ITranslationUnit, ICFolder, ... do not adapt to IResource any more. 2006-08-23 14:50:51 +00:00
Markus Schorn
140137bb62 CallHierarchy: support for inverse queries 2006-08-23 12:29:59 +00:00
Markus Schorn
5c2049ef4f Call Hierarchy: added context menu 2006-08-22 09:33:33 +00:00
Markus Schorn
95b8581183 Call Hierarchy: Actions to open the call hierarchy, navigation of nodes. 2006-08-21 15:22:50 +00:00
David Daoust
1d508cd878 Fix for 154350 2006-08-18 17:44:10 +00:00
Anton Leherbauer
b4286a0d6e Fixed common navigator clipboard shortcuts and DnD of files 2006-08-17 11:24:38 +00:00
Doug Schaefer
4ec475f113 Applied patch from 145271 - a quick performance improvement. 2006-08-02 14:51:08 +00:00
Markus Schorn
7dc248df17 Initial version of call-hierarchy, not yet fully working. 2006-08-02 14:24:42 +00:00
Markus Schorn
732d9a063f Fixes wrong assertion. 2006-08-02 09:10:28 +00:00
Chris Recoskie
bc2b146373 fix for 152145 2006-07-28 15:00:42 +00:00
Anton Leherbauer
92753b5ecf Add CPartitionerTest 2006-07-26 09:47:04 +00:00
Anton Leherbauer
50f7176caa Use correct translation unit filename for comparison 2006-07-25 13:29:59 +00:00
Chris Recoskie
1af7209601 Changing back to "Toggle Comment" nomenclature to match JDT 2006-07-25 12:11:10 +00:00
Anton Leherbauer
be7b98b84e Workaround for SWT bug 151197 2006-07-25 09:49:55 +00:00
Anton Leherbauer
0c3a0662c4 Patch from Abeer Bagul for bug 26639 - option to ensure newline at end of file 2006-07-25 07:27:42 +00:00
Anton Leherbauer
197ef4fc33 Disable text drag on GTK for now because of SWT bug 151197 2006-07-24 14:26:03 +00:00
Anton Leherbauer
894657561b Fix for bug 133851 - CDT editor does not use SelectMarkerRulerAction 2006-07-21 10:50:59 +00:00
Anton Leherbauer
0dc7c73bca Fix for bug 149563 - Ctrl+O requires file to be writable 2006-07-21 10:08:45 +00:00
Anton Leherbauer
ae1d99ca4b Fix for bug 147672 - Homogeneous UI in Preferences
Added borders to list and preview controls on Syntax page
2006-07-21 09:56:57 +00:00
Doug Schaefer
47f54464d3 Fix 151229 - Two problems here. First the CSourceViewer wasn't reacting well to files that we didn't know the content type for (rare case, though). The other was the PDOMTypeReference was always returning an external translation unit. Fixed to call the correct CModel create method. 2006-07-20 19:50:04 +00:00
David Daoust
932ec1f202 removed warnings 2006-07-20 16:18:46 +00:00
David Daoust
c3f32e31a7 Fix for 143153. Modifications to the original for: corrected copyright notice, add the comment item to the pop-up menu, and renamed it from Toggle comment to Comment/Uncomment 2006-07-20 15:50:41 +00:00
Chris Recoskie
98de9fd872 patch for 143453 by Vivian Kong 2006-07-20 15:05:28 +00:00
Anton Leherbauer
ebe95805cd Fix for bug 148138 - Ctrl+Shift+J deletes end line instead of reverse incremental find
Changed keybinding to Ctrl+Alt+J
2006-07-20 12:42:15 +00:00
Anton Leherbauer
7a61449698 Patch from Sergey Prigogin for bug 148582 - Support smart indenting in C editor 2006-07-19 14:33:02 +00:00
Anton Leherbauer
3b95e39b47 Minor fixes to Common Navigator
- Make managed project wizards appear in New menu
- Override clipboard and refactor actions from resourceContent to enable them for non-resources.
2006-07-19 13:52:18 +00:00
Anton Leherbauer
51e04549cc Patch from Sergey Prigogin for bug 140489 - Support "smart caret positioning" similar to Java 2006-07-17 14:26:49 +00:00
Anton Leherbauer
e9c33c53c8 Remove ColorEditor and use ColorSelector instead 2006-07-17 13:47:08 +00:00
Anton Leherbauer
c63a200ba9 Fix inactive code highlighting for nested conditionals and includes. 2006-07-17 13:35:59 +00:00