1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 01:25:23 +02:00
Commit graph

61 commits

Author SHA1 Message Date
Andrew Ferguson
fd23b527a9 214596: apply fix 2008-03-18 18:01:29 +00:00
Andrew Ferguson
5ecca831d9 222954: fix default attribute 2008-03-18 17:36:52 +00:00
Andrew Ferguson
e4c3404795 222954: fix example 2008-03-18 15:35:27 +00:00
Andrew Ferguson
b75b0925fe 222954: apply fix 2008-03-18 15:26:50 +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
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
Anton Leherbauer
8bc306225d Fix for 217918: CDT code formatter problems 2008-02-26 12:34:46 +00:00
Anton Leherbauer
d236e380c7 178601: Add whitespace options to preference UI 2008-02-21 16:02:42 +00:00
Anton Leherbauer
2b53efe517 Fix for 217435: Braces in macros confuse code formatter 2008-02-15 12:24:49 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Anton Leherbauer
952046381e Fix mark occurrences for template specializations 2008-01-31 14:50:16 +00:00
Anton Leherbauer
ccabb31c65 More mark occurrences tests and fixes 2008-01-25 10:08:32 +00:00
Anton Leherbauer
80613b3223 Follow up on 174597 2008-01-24 12:08:37 +00:00
Anton Leherbauer
0a8351dce8 174597: Code folding of compound statements (Patch by Elazar Leibovich) 2008-01-24 09:53:01 +00:00
Anton Leherbauer
c9c34a49b4 Fix for 214590: Code Folding issue 2008-01-18 08:38:21 +00:00
Anton Leherbauer
f2856c60ce Fix mark occurrences for destructors and template types 2008-01-14 15:00:15 +00:00
Anton Leherbauer
1ba6e6237a 159812: Mark Occurrences 2008-01-11 15:54:49 +00:00
Anton Leherbauer
d2c442c373 Fix for 214354: [code formatter] whitespace removed when declaring a variable and initializing it with a macro 2008-01-07 16:06:22 +00:00
Anton Leherbauer
643f6c20d3 Fix for 209203: Wrong global variables syntax coloring for template parameters 2007-12-07 09:37:17 +00:00
Anton Leherbauer
a37779e2bc Fix format test failure 2007-11-09 13:05:17 +00:00
Andrew Ferguson
24d37ac2e7 205182: fix example template to work from clean workspace 2007-10-30 13:50:30 +00:00
Andrew Ferguson
672ce65667 205182: apply fix and add example template 2007-10-25 14:45:39 +00:00
Anton Leherbauer
587bbaf41a Fix for 206801: [formatter] Bad formatting with nested template parameters 2007-10-22 09:22:59 +00:00
Anton Leherbauer
35a31af9c6 Fix for 195641: CStructureCreator should be migrated to DOM parser 2007-10-11 09:41:48 +00:00
Anton Leherbauer
8ecd3b539e Fix for 194585: [Indentation] of nested brackets inside an array declaration > inside an array declaration. 2007-07-04 13:12:56 +00:00
Andrew Ferguson
d4e0d5c793 186736: add fix and regression test for case where the lhs of the operator is a pointer, and overloads should not be searched 2007-06-05 09:07:18 +00:00
Anton Leherbauer
cada57636c Fix for 183220: line wrapping stops working for some expressions 2007-05-23 15:17:00 +00:00
Anton Leherbauer
774369a532 Tentative fix for 177158: [Editor] Provide highlighting support for references to external SDK 2007-04-06 12:02:02 +00:00
Anton Leherbauer
d358ef7a36 Fix formatter alignment of conditionals and initializer lists 2007-04-06 11:56:48 +00:00
Anton Leherbauer
1ae4154fb6 Fix formatter issue with semicolons in for stmt 2007-03-21 15:03:29 +00:00
Anton Leherbauer
1a4d4ec79e Improve formatter problem reporting 2007-03-14 14:25:49 +00:00
Anton Leherbauer
cb14d91f76 Fix formatter issues with string literal concatenation 2007-03-12 15:36:44 +00:00
Andrew Ferguson
14737740c6 add unit test for bugzilla 174809 2007-02-20 17:10:28 +00:00
Anton Leherbauer
b81075824d Fix for Bug 173837 - source formatter has problems with exception specifications 2007-02-19 15:25:32 +00:00
Anton Leherbauer
a6e6bc11d3 Fix for Bug 173837 - source formatters do not work in .cpp files 2007-02-12 16:59:50 +00:00
Anton Leherbauer
dc1b1b8a53 Formatter improvements and fixes
Content assist: Add support for context information (parameter hints)
2007-01-25 10:03:13 +00:00
Anton Leherbauer
b27b8766ae Fix for Bug 169382 - default formatter can't format "struct xxx get(){}" 2007-01-10 12:17:54 +00:00
Anton Leherbauer
9960ccfb3e Formatter: Fix handling of line comments 2007-01-09 08:34:16 +00:00
Anton Leherbauer
1d75b6815e Add basic editor test for files in non-CProjects 2006-12-14 14:21:29 +00:00
Anton Leherbauer
b11cd377d4 Improve formatter heuristic 2006-12-07 21:01:46 +00:00
Anton Leherbauer
e18fdc081c Semantic highlighting: Improve handling of macro expansions 2006-12-07 12:31:41 +00:00
Anton Leherbauer
b9391d98b1 Create formatter junit tests 2006-12-04 16:17:24 +00:00
Anton Leherbauer
f52791b8cb Bug 165090 - Leading spaces are not preserved when pasting comments 2006-11-21 10:23:22 +00:00
Anton Leherbauer
a696db918b Fix preprocessor auto-indentation 2006-10-18 09:37:07 +00:00
Anton Leherbauer
07031919f1 Add smart edit and indenter tests 2006-10-04 10:44:31 +00:00
Anton Leherbauer
0705e1d1ae Add folding test 2006-09-11 11:03:11 +00:00
Anton Leherbauer
d017af2e85 Add unit test for inactive code highlighting 2006-08-30 08:52:24 +00:00
Anton Leherbauer
98a81457f6 Fix function and method highlighting 2006-08-29 12:04:11 +00:00
Anton Leherbauer
487bac0828 Semantic Highlighting (140335) 2006-08-28 12:46:34 +00:00
Andrew Niefer
9446e713c1 - fix bug 60928 - content assist and member definitions
- also fix bug related to the display string for constructor content assist completions
2004-05-11 21:37:37 +00:00