1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

5056 commits

Author SHA1 Message Date
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
Norbert Plött
7e24baa7b2 Additional results from templatesreproduce: --> relax extra results checking 2006-07-20 10:54:41 +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
Doug Schaefer
644a6205fb Add Class Tests to PDOMTest suite. 2006-07-19 03:48:07 +00:00
Doug Schaefer
4321e9a476 Add base classes to PDOM. 2006-07-19 03:44:26 +00:00
Norbert Plött
2662f5edfb Test suite for CCompletionProcessor2 tests 2006-07-18 12:04:08 +00:00
Norbert Plött
3d8c2ca8f6 Revised content assist tests. No tests are kept artificially green anymore. 2006-07-18 11:49:55 +00:00
Norbert Plött
dad0cb33cd More content assist tests, ported to CCompletionProcessor2 2006-07-18 10:25:38 +00:00
Norbert Plött
5d4242e176 Committing completion tests for which the completion processor fails to create a completion node. These tests will be red! 2006-07-18 08:52:50 +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
Doug Schaefer
3606664371 Added enums to PDOM (merged from 3.1 stream) 2006-07-14 19:46:26 +00:00
Anton Leherbauer
77d0b48df3 Implement Bugzilla 81511 - Unreachable #ifdef blocks should be marked in editor (part 1)
This is the highlighting part. Folding will follow.
2006-07-14 13:21:47 +00:00
Norbert Plött
5343674d38 Testing Field_Type completion kind , with a prefix 2006-07-14 10:09:41 +00:00
Norbert Plött
5939ff9c35 Old code for checking completion kind, and scope removed. 2006-07-14 10:01:15 +00:00
Doug Schaefer
20ace94bc2 Hooked up C# code scanner to CEditor using ILanguageUI adapter on the working copy language. 2006-07-14 03:19:15 +00:00
Markus Schorn
8cf13ce26a Changed position trackers to use IRegion instead of Position. 2006-07-12 14:04:55 +00:00
Markus Schorn
8cd5946f7a Fixed warning. 2006-07-12 13:44:47 +00:00
Markus Schorn
2494fd44b7 Fix for bug 147644, file type preferences UI. 2006-07-12 13:15:28 +00:00
Markus Schorn
752e150205 Extracted content type specific code to one common class. 2006-07-12 09:36:45 +00:00
Markus Schorn
21443abb26 Fix for 132201, prefer content types with a case-sensitive match. 2006-07-12 06:42:33 +00:00
David Daoust
40430a40f7 Added the common navigator (ProjectExplorer) to the default C/C++ perspective. This has a magic string "org.eclipse.ui.navigator.ProjectExplorer" that i could not find anywhere as a constant (except all over the plugin.xml files ) 2006-07-11 23:12:08 +00:00
Markus Schorn
b259cae666 Fix for 132201, prefer content types with a case-sensitive match. 2006-07-11 15:08:57 +00:00
Anton Leherbauer
468da823b3 Fix for bug 150045 - "Link with editor" does not work in C/C++ Projects view 2006-07-11 08:52:10 +00:00
Anton Leherbauer
e77a039088 Implement bug 140333 - [Editor] View non-printable characters 2006-07-10 13:47:51 +00:00
Anton Leherbauer
35c934dd1f Use common constant for document partitioning 2006-07-10 10:00:19 +00:00
Markus Schorn
33408eb6f0 Fixed all remaining warnings in the plugins: cdt.ui, cdt.ui.tests, cdt.refactoring. 2006-07-10 08:03:29 +00:00
Markus Schorn
33ebd6b7b9 Fixes warnings 2006-07-07 13:59:59 +00:00
Markus Schorn
1853f55894 Fixed warnings in org.eclipse.cdt.internal.ui.util 2006-07-07 13:45:31 +00:00
Anton Leherbauer
c3a1c183b0 Use common constant for document partitioning 2006-07-07 13:32:02 +00:00
Chris Recoskie
9b8671d00b fix for 48208 (sticky hover help) 2006-07-07 12:39:18 +00:00
Markus Schorn
4e4d3f592a Fixes for the Include Browser 2006-07-07 08:32:58 +00:00
Markus Schorn
2bea707eb5 Marks position tracker api as provisional. 2006-07-07 07:22:01 +00:00
Markus Schorn
616ab60cd0 Fixes for the Include Browser 2006-07-07 07:16:12 +00:00
David Daoust
c0faa8cedc Remove warnings from the core test plugin 2006-07-06 17:59:13 +00:00
David Daoust
7706ce1070 Disabled some warnings in the test packages 2006-07-06 17:45:57 +00:00
Anton Leherbauer
fa69bd28e9 Fix compiler warnings in packages dnd, editor, navigator, text 2006-07-06 14:52:55 +00:00
Markus Schorn
af6000c0e0 Fixes bug 112366; adds CModel notifications during rename refactoring. 2006-07-06 09:20:05 +00:00
Chris Recoskie
da21b10884 fix for 40101 2006-07-05 18:06:57 +00:00
Anton Leherbauer
d65e25dbd5 Implement Bug 78677 - Text drag and drop in C/C++ editor window 2006-07-05 14:43:32 +00:00
Markus Schorn
b8e8fd3c90 Removed unused package org.eclipse.cdt.internal corext.textmanipulation, functionality is covered by the platform. 2006-07-05 14:23:52 +00:00
Markus Schorn
07bfa75108 Removed unused package org.eclipse.cdt.internal corext.textmanipulation, functionality is covered by the platform. 2006-07-05 13:26:36 +00:00
Markus Schorn
074c73c018 Extract utility class for next/prev navigation in trees. 2006-07-05 12:58:04 +00:00
Markus Schorn
193272f3ae Fixed javadoc problems 2006-07-05 12:15:33 +00:00