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

1212 commits

Author SHA1 Message Date
Sergey Prigogin
6a9e1ff1dd Bug 275382. Fix and test case. 2009-06-27 19:37:38 +00:00
Doug Schaefer
4366201ba2 Fixed up a number of legal items. 2009-06-10 19:44:36 +00:00
Sergey Prigogin
c9e4e19de9 Bug 279366. Fix and test case. 2009-06-06 23:23:18 +00:00
Anton Leherbauer
a7e775b33a Fixed Copyright. 2009-06-04 09:40:55 +00:00
Anton Leherbauer
cd018e7c10 Test case for bug 278632 by Andrew Eidsness 2009-06-04 09:36:52 +00:00
Sergey Prigogin
9531500aac Bug 278713. Also added a hidden option that enables fractional indent of public/protected/private. Google coding standard requires access specifiers to be indented by 1/2 of the indentation unit. 2009-06-02 03:38:06 +00:00
Sergey Prigogin
75560d52b8 Bug 278337. 2009-05-31 01:07:55 +00:00
Sergey Prigogin
ef3dcbc656 Bugs 277624 and 277625. 2009-05-28 09:13:11 +00:00
Anton Leherbauer
8d86fb4a8f Bug 278118 - Code formatter is confused by some arithmetic expressions 2009-05-28 08:22:59 +00:00
Vivian Kong
83fd77b56d update copyrights 2009-05-27 15:48:21 +00:00
Emanuel Graf
82b60980fe FIXED - bug 262670: Added test suites to refactoring packages to ease test development, debugging
https://bugs.eclipse.org/bugs/show_bug.cgi?id=262670
2009-05-27 06:29:15 +00:00
Emanuel Graf
bec6503afa FIXED - bug 277065: extract local variable fails to extract from for loop
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277065
2009-05-26 08:53:43 +00:00
Sergey Prigogin
0b4728e54c Test cases for bugs 277624 and 277625. 2009-05-25 02:19:32 +00:00
Sergey Prigogin
934e4908a5 A unit test for LinkedNamesFinder class. 2009-05-24 23:53:31 +00:00
Sergey Prigogin
c7bf0c7e89 Cosmetics. 2009-05-24 18:34:48 +00:00
Sergey Prigogin
1c29e6b4d6 Fine tuning of F3 navigation. 2009-05-22 06:08:30 +00:00
Sergey Prigogin
3845ffee22 An additional test case for AddIncludeTest. 2009-05-20 08:14:52 +00:00
Sergey Prigogin
75a5e159ac Fine tuning of Add Include. See bug 255952. 2009-05-20 07:09:54 +00:00
Sergey Prigogin
e697d8277b Fixed compiler warnings. 2009-05-20 07:08:39 +00:00
Sergey Prigogin
c5c0fc6d24 Open Declaration improvements. Bug 232587. 2009-05-16 06:27:13 +00:00
Markus Schorn
61f6529667 Renaming a virtual method, bug 63290. 2009-05-15 08:05:24 +00:00
Anton Leherbauer
d791eec58b Failing test case for bug 274973 - Problem when using backslash and ${cursor} in editor templates 2009-05-13 13:38:42 +00:00
Sergey Prigogin
56c7e8b130 Added protection against opening a dialog in JUnit test. 2009-05-10 21:57:19 +00:00
Sergey Prigogin
59fd518713 A test for Add Include. 2009-05-09 00:45:10 +00:00
Anton Leherbauer
7068e8db28 Yet another attempt to fix BasicSearchTests 2009-04-28 10:21:27 +00:00
Anton Leherbauer
48bdc40eec Fix CodeFormatter JUnit test, bug 272006 2009-04-27 09:19:39 +00:00
Anton Leherbauer
56144f3f01 Bug 272006 - [CodeFormatter] DBCS3.5: New Class wizard truncates first DBCS character in class name and namespace 2009-04-24 06:43:45 +00:00
Anton Leherbauer
626f9f736a Preserve newline between type and function declarator, related to bug 192764 2009-04-23 15:16:35 +00:00
Mike Kucera
3bd0a9fb8e [272744] fix for Open Declaration, doesn't work for ostream::operator << 2009-04-20 15:44:05 +00:00
Markus Schorn
eea82af3a1 Splits option to index all files, bug 266814. 2009-04-14 12:53:30 +00:00
Emanuel Graf
3f794a608f FIXED - bug 266726: Generate Getters and Setters could be prettier if it shared more code with JDT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266726
2009-04-14 07:02:16 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Anton Leherbauer
f0893c8b81 Fix completion test, related to bug 270830 2009-04-03 13:09:25 +00:00
Anton Leherbauer
8ec06ddba3 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-04-03 08:59:26 +00:00
Anton Leherbauer
2c3979ce37 Bug 269590 - Format error for global const typename 2009-03-23 09:53:46 +00:00
Mike Kucera
88c96a3712 bug 269034, mark occurrences for overloaded operators 2009-03-18 13:17:31 +00:00
Anton Leherbauer
7086a42dea Bug 268962: Code Formatter removes necessary whitespaces 2009-03-18 11:26:27 +00:00
Mike Kucera
2a023a46e0 bug 268604, hyperlinks for overloaded operators 2009-03-17 15:19:58 +00:00
Mike Kucera
ee3817460e bug 268375, open declaration for implicit names 2009-03-13 15:36:16 +00:00
Mike Kucera
e866b579f7 bug 268359 - semantic highlighting for overloaded operators 2009-03-13 14:40:41 +00:00
Markus Schorn
fb35a1516f mark testDestructor_156669() as passing. 2009-03-12 15:54:23 +00:00
Markus Schorn
2d44a1f492 Content assist for ctor initializer list by Jens Elmenthaler, bug 266586. 2009-03-04 08:38:45 +00:00
Markus Schorn
9f44be00ab AST for inactive code, bug 264666. 2009-02-24 16:01:32 +00:00
Markus Schorn
5008c01caf Preprocessor option to create tokens for inactive code branches, macro's from inactive code in outline view, bug 264666. 2009-02-17 12:03:09 +00:00
Emanuel Graf
251c37e865 FIXED - bug 264712: Refactor extract function deletes comments in header
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264712
2009-02-17 10:37:22 +00:00
Anton Leherbauer
59bc9825a4 Bug 194592 - Code Completion in generic class is not working 2009-02-10 09:47:46 +00:00
Anton Leherbauer
88e16149d1 Bug 259015 - Ctrl-click and F3 (Navigate) should have the same semantics 2009-02-06 12:30:08 +00:00
Anton Leherbauer
003975782e Bug 225944 - Organize items by namespace in Outline, fixes also bug 262785 2009-01-29 09:30:15 +00:00
Anton Leherbauer
6e17efadde Bug 262536 - [formatter] Problems with extern "C" 2009-01-29 09:16:37 +00:00
Emanuel Graf
0dfdf444dd FIXED - bug 262000: refactoring "extract function" misinterprets artificial blocks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=262000
2009-01-22 14:07:20 +00:00