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

1335 commits

Author SHA1 Message Date
Markus Schorn
37f471698a Bug 311164: Correct getDefinitions() for specializations. 2010-05-19 11:11:07 +00:00
Markus Schorn
f40a8f3e32 Fix occasional JUnit failure. 2010-05-18 07:55:53 +00:00
Markus Schorn
cbabb21a6e Removes use of static instance of NullProgressMonitor (once canceled it remains to be canceled). 2010-05-17 14:16:14 +00:00
Sergey Prigogin
9790fbc6ab Cosmetics. 2010-05-16 00:08:39 +00:00
Markus Schorn
2cdd5df347 Bug 312399: NPE using F3 on undef. 2010-05-11 13:28:47 +00:00
Sergey Prigogin
d6c48415c3 Sort Lines command. 2010-05-03 04:53:27 +00:00
Sergey Prigogin
0ae94097b3 Cosmetics. 2010-05-03 04:52:38 +00:00
Sergey Prigogin
88b632405d Cosmetics. 2010-05-02 22:06:49 +00:00
Sergey Prigogin
31a23d3fc0 Fixed compiler warning. 2010-05-02 21:45:29 +00:00
Sergey Prigogin
4a4d247e2f Fixed compiler warning. 2010-05-02 21:45:28 +00:00
Sergey Prigogin
e85fb0b135 Cosmetics. 2010-05-02 21:42:04 +00:00
Sergey Prigogin
e487384c29 Generics. 2010-05-02 21:34:09 +00:00
David Dubrow
de22c3b311 For whitesmiths, make start of line to be indented with block 2010-04-29 16:25:12 +00:00
Anton Leherbauer
8b262a1f4d Bug 309099 - BadLocationException thrown during code type in a cpp file 2010-04-26 12:16:32 +00:00
David Dubrow
a60027bd99 Fix and test for case where method body brace should be indented once - bug 298282 2010-04-13 14:26:53 +00:00
Sergey Prigogin
ebee62c7ca Navigation to implicitly called constructors. Bug 248855. 2010-04-12 01:44:49 +00:00
Sergey Prigogin
ba7f52a31a Cosmetics. 2010-04-11 20:51:02 +00:00
Markus Schorn
e45f335e8b Bug 307818: Show target type of typedef specializations in content assist. 2010-04-01 09:29:56 +00:00
Markus Schorn
72fd8f6158 Bug 307738: Add include for enumerators. 2010-03-31 14:48:45 +00:00
Markus Schorn
d7c1b4bf22 Bug 306670: Add include for template specializations. 2010-03-31 12:56:53 +00:00
Andrew Gvozdev
0837cd014f bug 306945: Build Console no longer shows for non-C/C++ Projects
Based on patch from Christian W. Damus
2010-03-28 02:10:23 +00:00
Andrew Gvozdev
196daf5a2a Convenience methods 2010-03-28 02:04:32 +00:00
Emanuel Graf
3d44a24ca3 FIXED - bug 306129: Error occurred when using generates getter and setters (for underscrore suffix variable)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306129
2010-03-18 15:40:14 +00:00
Emanuel Graf
d9629c20b0 Fix for failing unit tests 2010-03-18 13:51:42 +00:00
Markus Schorn
0dc6ec197c Bug 305487: ArrayStoreException using F3 2010-03-15 15:41:43 +00:00
Anton Leherbauer
9c9a82a646 Bug 304150 - case within switch indentation issue
Bug 303175 - enum with value-assignment indents badly
2010-03-03 15:09:34 +00:00
Anton Leherbauer
29acaaa99c Cleanup test helper classes 2010-02-18 08:47:25 +00:00
Emanuel Graf
608c4287b4 FIXED - bug 302963: Refactoring history is sensitive to line-endings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302963
2010-02-17 14:57:07 +00:00
Markus Schorn
e6968d589b Fix testcases. 2010-02-16 16:04:34 +00:00
Markus Schorn
9587829cb4 Make refactoring history tests run on windows. 2010-02-16 15:08:51 +00:00
Markus Schorn
628943cbca Bug 301780: Placement of include directives by add include 2010-02-08 09:34:31 +00:00
Markus Schorn
8668ed1c97 Fixes occasional JUnit failures. 2010-02-01 13:32:20 +00:00
Sergey Prigogin
a3f2dca464 Fixed a typo. 2010-01-18 01:03:10 +00:00
Sergey Prigogin
59cc85a816 Fixed a typo. 2010-01-17 06:25:47 +00:00
Anton Leherbauer
a75cc9c45a Bug 285901 - Format function does not work properly when define constant to type cast 2010-01-15 11:37:35 +00:00
Anton Leherbauer
3b8ad5a4cd Bug 298282 - Indentation is not correct for braces, when creating C++ const method and start brace is on on new line 2010-01-15 10:32:41 +00:00
Anton Leherbauer
54caf750d4 Bug 292626 - Formatter doesn't work with wide string literals 2010-01-14 14:50:10 +00:00
Anton Leherbauer
65dfb883a8 Bug 298592 - Formatter causes wrong layout for #defines for classes with inheritance 2010-01-14 14:35:51 +00:00
Anton Leherbauer
a05892cd10 Bug 298593 - Formatter breaks the code when #defining a placement new 2010-01-14 13:26:23 +00:00
Anton Leherbauer
5110be1b2c Fix code formatter test case 2010-01-13 13:15:21 +00:00
Anton Leherbauer
986dc3753a Bug 278967 - Content assist on "../" results in an error 2009-12-14 08:45:16 +00:00
Anton Leherbauer
95c5fce830 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-11-19 08:38:47 +00:00
Markus Schorn
30fe21353c Removal of test cases specific to full indexer, bug 294864. 2009-11-18 16:40:18 +00:00
Emanuel Graf
1b08bd261f FIXED - bug 290110: Source-> Implement Method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290110
2009-11-03 13:52:32 +00:00
Markus Schorn
64bae1cd11 F3 on built-in macro throws NPE, bug 293864. 2009-11-02 13:36:18 +00:00
Anton Leherbauer
90a3287885 Bug 291821 - Test case for auto-indent regression 2009-10-23 12:21:51 +00:00
Markus Schorn
614dd157e9 Fixes a test-case. 2009-10-21 14:51:57 +00:00
Markus Schorn
7c27796dbd Proper template support in call hierarchy, bug 240589. 2009-10-19 12:11:05 +00:00
Markus Schorn
37c899ffc2 In call hierarchy, show virtual overriders for the input method, bug 246064. 2009-10-16 11:45:52 +00:00
Sergey Prigogin
be4c1f9cf2 Filtering by visibility for content assist. Second attempt. Bug 172305. 2009-10-11 06:24:20 +00:00