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

2753 commits

Author SHA1 Message Date
Markus Schorn
e5b6fb457b F3 for OutlineView, Call Hierarchy and Type Hierarchy, bug 222721. 2008-03-14 12:46:09 +00:00
Markus Schorn
553c5a49fe Show function parameters in Open Element dialog. 2008-03-14 09:48:14 +00:00
Andrew Ferguson
69bcea9658 StringBuffer->StringBuilder 2008-03-13 15:33:04 +00:00
Andrew Ferguson
c6068febf4 allow auto-generation of tags for pure virtual declarations, and between function declarators and comment bodies 2008-03-13 15:22:23 +00:00
Anton Leherbauer
72d5a9c713 Streamline logging methods 2008-03-13 15:22:13 +00:00
Anton Leherbauer
b1ec2cba25 Fix template id occurrences as declarations 2008-03-13 15:21:50 +00:00
Anton Leherbauer
8cfa0b6b69 Fix translation unit restore for external includes 2008-03-13 13:14:39 +00:00
Andrew Ferguson
83b3470a9e fix behaviour when commenting methods preceded by a macro 2008-03-13 11:32:53 +00:00
Markus Schorn
8d07be5f20 Default name for extract constant factory, by Emanuel Graf, bug 222379. 2008-03-13 08:27:11 +00:00
Anton Leherbauer
7fe434b6d8 Follow-up fix for 216533 2008-03-12 12:02:58 +00:00
Anton Leherbauer
7446d41232 Cleanup NLS keys 2008-03-12 12:01:53 +00:00
Markus Schorn
a03aca49b8 Javadoc for refactoring, by Mirko Stocker, bug 181493. 2008-03-12 10:25:48 +00:00
Markus Schorn
73869d3e94 Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), applied patch for extract constant (bug 181493). 2008-03-12 09:56:10 +00:00
Anton Leherbauer
3b9d0a9587 Fix for 222069: CSourceHover popup doesn't work after changing file 2008-03-11 15:15:47 +00:00
Anton Leherbauer
319b6d514f Fix for 216533: C/C++ Folded code self expands after an edit 2008-03-11 08:24:23 +00:00
Anton Leherbauer
07fd280fc9 Fix for 217776: Keep namespaces open in Outline view (follow-up) 2008-03-10 14:52:02 +00:00
Anton Leherbauer
12348ba297 Fix 221853: Assembly editor does not parse comments correctly 2008-03-10 08:56:51 +00:00
Anton Leherbauer
c9dbba10e8 Fix 221858: [Project Explorer] Link with editor does not work 2008-03-10 08:55:07 +00:00
Anton Leherbauer
92b01665be Fix for 217776: Keep namespaces open in Outline view 2008-03-07 12:54:12 +00:00
Andrew Ferguson
f242093f1e clean up warnings 2008-03-07 12:01:12 +00:00
Anton Leherbauer
264311b69c 178601: Add control statement options to preference UI 2008-03-07 11:43:06 +00:00
Anton Leherbauer
93e5a9c520 Fix for 215884: Inactive code highlighting isn't in accordance with content-assist. 2008-03-07 11:30:16 +00:00
Anton Leherbauer
9bbcd90dd9 Fix mark occurrences on outdated offset while editing (second attempt) 2008-03-07 11:23:15 +00:00
Oleg Krasilnikov
9f5355c7f6 Bug #221678 : NPE in AbstractCPropertyTab.setAllVisible() 2008-03-06 16:16:48 +00:00
Markus Schorn
24820b7e12 In parser log, report unresolved includes only once. 2008-03-06 14:47:44 +00:00
Anton Leherbauer
3ddfd62af8 Fix mark occurrences on outdated offset while editing 2008-03-06 13:55:00 +00:00
Anton Leherbauer
e10f67a94a Fix and tests for template indentation adjustment 2008-03-06 13:51:43 +00:00
Markus Schorn
9d9607ee05 Use node-selector for Open Call Hierarchy and Open Type Hierarchy. 2008-03-06 13:27:49 +00:00
Markus Schorn
6be8db253c Index based name-resolution for K&R-style functions, bug 221635. 2008-03-06 09:57:24 +00:00
Markus Schorn
16d620eaa5 Navigation from macro definition body, bug 102643. 2008-03-06 08:23:15 +00:00
Anton Leherbauer
116aa49ea7 Fix for 221255: Assign key binding to "Shift Left" 2008-03-06 08:11:55 +00:00
Markus Schorn
a5f83b394c Open Element to show macro parameters, bug 209762. 2008-03-05 13:44:35 +00:00
Anton Leherbauer
bb5cead81a Minor improvements for content assist in preprocessor directives 2008-03-05 13:42:02 +00:00
Markus Schorn
4aa0c4245a Handling ambiguous enumerations in navigation, bug 209550. 2008-03-05 13:15:13 +00:00
Markus Schorn
789b2ea330 Testcases and fixes for selecting nodes by file offsets. 2008-03-05 10:53:22 +00:00
Anton Leherbauer
915b4a1e35 Fix for 221029: The hover pop-up displays C/C++ comments for classes with wrong encoding 2008-03-05 10:03:03 +00:00
Anton Leherbauer
c1570a8a01 Fix for 199369: [Outline View] empty for headers in project on include path outside of src folder 2008-03-05 09:36:02 +00:00
Warren Paul
2f0d70899e insert proper newline for OS. 2008-03-05 00:15:28 +00:00
Anton Leherbauer
d860addc6d Use new node selection API and fix for 220392: empty macro is not highlighted as a macro reference 2008-03-04 13:45:54 +00:00
Oleg Krasilnikov
83a13921ac Fix: apply in Multi-config mode 2008-03-04 12:13:06 +00:00
Anton Leherbauer
879d4c3661 196421: [Editor] cannot visually distinguish workspace files from externals 2008-03-04 10:29:54 +00:00
Anton Leherbauer
cf7493d440 219923: [Indenter] Provide preferences option to disable auto-indent. 2008-03-03 13:53:57 +00:00
Markus Schorn
d56f513ea6 Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelectedNodes() into new API. 2008-03-03 13:15:39 +00:00
Markus Schorn
4aa04977c3 Combines IASTTranslationUnit.selectNodeForLocation() and ILanguage.getSelectedNodes() into new API. 2008-03-03 12:56:38 +00:00
Andrew Ferguson
90846e6bfa 221109: Apply fix and add regression 2008-03-03 11:37:36 +00:00
Anton Leherbauer
629404da42 220725: Support for project specific Code Style settings 2008-03-03 09:42:59 +00:00
Markus Schorn
a4513baa30 Introduce interfaces for c- and c++ specific visitors to allow for visitors that work for both c- and c++. 2008-02-28 16:43:33 +00:00
Oleg Krasilnikov
ed9b414f4d Bug #220003 : CProject Source location preference tab does not allow to add project root as source folder 2008-02-28 14:00:31 +00:00
Anton Leherbauer
928c56b35e Fix for 192656: [Formatter] Indentation of class definition
and 191980: [Formatter] Identation of exception specification
2008-02-27 13:07:54 +00:00
Markus Schorn
8c248ed68b LabelProvider to decorate indexed files, bug 159731. 2008-02-27 10:48:53 +00:00