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

1804 commits

Author SHA1 Message Date
Anton Leherbauer
fb1bd5d793 Fix for Bug 152423 - Stop auto activation in comments and strings 2007-01-15 13:18:36 +00:00
Anton Leherbauer
0e0a45a00e Adapt to changes in platform text DnD support 2007-01-12 12:25:07 +00:00
Anton Leherbauer
c3234a4552 Avoid NPE when trying to create an ICElement from an inaccessible IResource 2007-01-12 12:07:48 +00:00
Anton Leherbauer
25f1b2bdc3 Undo unintended change when fixing warnings 2007-01-11 15:17:24 +00:00
Anton Leherbauer
9d4d90e217 Fix for Bug 170180 - [Common Navigator] Copy/Paste/... actions not visible for mixed IResource/ICElement 2007-01-11 14:50:24 +00:00
Anton Leherbauer
de4edf812e Unused import 2007-01-11 09:54:18 +00:00
Anton Leherbauer
095910e7bf Smart home/end is now handled by general text editor 2007-01-10 08:54:50 +00:00
Anton Leherbauer
8c3bf4156f Remove obsolete method getCSourceViewer 2007-01-09 10:53:40 +00:00
Anton Leherbauer
c94c4ae67a Content assist: Fix method icons 2007-01-09 10:34:00 +00:00
Chris Recoskie
bd1d1fef19 RESOLVED - bug 114032: Expose CEditor.fProjectionSupport field to derived classes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=114032
2007-01-04 15:19:45 +00:00
Anton Leherbauer
528e96ac4d Fix NPE in common navigator action provider 2006-12-20 14:54:20 +00:00
Markus Schorn
ddc8721872 CallHierarchy: Fixes a NullPointerException 2006-12-19 16:09:51 +00:00
Anton Leherbauer
0486d0c85a Fix missing image for variable and field proposals 2006-12-19 14:20:30 +00:00
Anton Leherbauer
e79f0f9edf Fix CN global short-cuts 2006-12-19 13:26:56 +00:00
Markus Schorn
e5576bf5b7 Ported tests for navigation and reenabled them. 2006-12-19 13:20:19 +00:00
Anton Leherbauer
9adf9270de Fix CN global short-cuts 2006-12-19 13:18:41 +00:00
Doug Schaefer
9b82414491 Getting ready to PDOM-ize the completion processor. 2006-12-18 19:16:19 +00:00
Markus Schorn
bc2311e1aa Fix for 167162, navigation from method definition to its declaration. 2006-12-18 16:37:00 +00:00
Anton Leherbauer
453382eb2c Use whitespace painter from Platform 2006-12-18 15:21:32 +00:00
Anton Leherbauer
0974185cb0 Fix warnings 2006-12-18 13:25:33 +00:00
Anton Leherbauer
01627fb59e Reconciler provides cached AST if possible 2006-12-15 14:50:13 +00:00
Anton Leherbauer
615164702a Fix for Bug 123238 - folding does not work for templated methods 2006-12-15 14:29:40 +00:00
Anton Leherbauer
c1ecf194d1 Fix Compare Viewer highlighting 2006-12-15 10:39:34 +00:00
Markus Schorn
c106203a8f Call Hierarchy: removed work in progress labels. 2006-12-14 12:26:19 +00:00
Anton Leherbauer
285675fc89 Make sure to attach a document partitioner 2006-12-14 12:06:50 +00:00
Anton Leherbauer
52deae97f4 Fix some more outline view label and synchronization issues 2006-12-13 16:10:24 +00:00
Markus Schorn
b1c047d23a Call Hierarchy: additional test cases. 2006-12-13 15:29:04 +00:00
Anton Leherbauer
994ff2e8fa Fix C Compare Viewer for structure diffs 2006-12-13 15:25:15 +00:00
Anton Leherbauer
531be7628e Fix for Bug 70120 - For external files, hook search markers and problem markers to the phantom Include external files
ExternalSearchEditor is deprecated, CEditor handles external files transparently
2006-12-13 13:57:59 +00:00
Anton Leherbauer
2a9b29e5bf Fix for Bug 167806 - [Editor] External files are not editable 2006-12-13 10:30:51 +00:00
Anton Leherbauer
b778c94164 Remove show invisible characters action (moved to Platform) 2006-12-12 13:40:33 +00:00
Anton Leherbauer
6ec58803b9 Disable showing inheritance information by default 2006-12-12 13:37:01 +00:00
Anton Leherbauer
b786f3c0e9 Fix for Bug 88421 - outline view should display more information for: variables, classes and functions 2006-12-12 13:35:08 +00:00
Markus Schorn
11719658ed Include Browser: Adds a simple testcase. 2006-12-12 13:34:24 +00:00
Markus Schorn
9840f921ae Include Browser: Incorporating changes to index (IndexFileLocation) 2006-12-12 07:54:45 +00:00
Anton Leherbauer
6155014aab Fix for Bug 165867 - Open include ignores linked resources (patch by Sergey Prigogin) 2006-12-12 07:29:52 +00:00
Anton Leherbauer
8bc761d4c6 Stabilize synchronization between editor and outline view 2006-12-11 15:57:09 +00:00
Doug Schaefer
62da4586ac Oops, forgot to release the read lock on the index. 2006-12-08 16:30:33 +00:00
Doug Schaefer
3dfef1cc05 Bug 167162 - Change Open Declarations to pick definitions first. 2006-12-07 21:21:50 +00:00
Anton Leherbauer
79b98179f3 Highlight range of element near cursor 2006-12-07 15:18:13 +00:00
Anton Leherbauer
a08c9254f8 Fix for Bug 167077 - Semantic Highlighting: fails to highlight sections of code 2006-12-07 15:13:05 +00:00
Anton Leherbauer
e99ef14b18 Fix folding toggle action state updates 2006-12-07 13:20:57 +00:00
Anton Leherbauer
c82eb0d880 Allow to use a workspace relative path for EditorUtility.openEditor 2006-12-07 12:53:34 +00:00
Anton Leherbauer
554b3fa756 Cleanup and unify CElementLabelProviders 2006-12-07 12:49:25 +00:00
Anton Leherbauer
e18fdc081c Semantic highlighting: Improve handling of macro expansions 2006-12-07 12:31:41 +00:00
Markus Schorn
e5b2b98f55 Call Hierarchy: fix qualified label, enablement of direction button 2006-12-06 11:34:01 +00:00
Anton Leherbauer
aa114afeef Fix CCE in case of includes grouping 2006-12-06 10:46:38 +00:00
Markus Schorn
c44d3fa59d Fix for 164619, interaction between cpp name resolution and index. 2006-12-06 10:41:32 +00:00
Anton Leherbauer
ea0d728a40 Improve JoinLinesAction to remove excess whitespace 2006-12-06 08:45:49 +00:00
Andrew Ferguson
d6d9ed6df0 apply patch for 162172: make PDOM relocatable 2006-12-05 18:29:04 +00:00