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
Markus Schorn
e18bd9cc26 Bug 325135: Navigation of function and template parameters. 2010-09-16 08:11:12 +00:00
Emanuel Graf
96b0cc259d Bug 323780: "Generate Getters and Setters..." crashes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323780 FIXED
2010-09-14 10:58:44 +00:00
Sergey Prigogin
f940989086 Bug 318510 - Lightweight rename refactoring. 2010-09-12 05:22:07 +00:00
Sergey Prigogin
1d45ebec18 Bug 324232 - CElementHyperlinkDetector blocks UI thread waiting for an AST 2010-09-11 18:25:29 +00:00
Anton Leherbauer
53b2b45d96 Bug 323971 - [C++0x] Editor support for raw string literals 2010-09-01 14:59:43 +00:00
Anton Leherbauer
6a00f7487a Bug 324031 - Indentation problems with typedef and enum 2010-09-01 06:05:49 +00:00
Markus Schorn
4adeb3cefb Replace usage of ASTSignatureUtil by ASTStringUtil. 2010-08-31 10:17:25 +00:00
Markus Schorn
9cb98d05cf Bug 316307: [C++0x] Semantics for lamda expressions. 2010-08-24 08:53:50 +00:00
Markus Schorn
7a22acef41 Bug 316307: [C++0x] Syntax for lambda expressions. 2010-08-19 14:34:05 +00:00
Alena Laskavaia
28d0d546c0 Bug 319111 - revert test patch - not working yet 2010-08-19 01:00:25 +00:00
Anton Leherbauer
ca643bbb15 Bug 314958 - Editor does not format array initializers correctly 2010-08-13 10:55:44 +00:00
Anton Leherbauer
d02d896e6d Fix occasional test failure 2010-08-13 10:55:09 +00:00
Alena Laskavaia
2828f69a77 tests for getter and setter generation 2010-08-11 02:05:56 +00:00
Sergey Prigogin
93d1052f06 Cosmetics. 2010-08-05 18:04:49 +00:00
Emanuel Graf
e911f1d564 Bug 318874: Extract Constant generates wrong declarations
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318874
2010-07-07 09:31:41 +00:00
Emanuel Graf
bf5126ad89 Bug 318784: DeclarationGenerator fails for some cases
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318784
2010-07-07 08:40:02 +00:00
Emanuel Graf
d03905c62d Bug 318726: Weird name for methods when using generates getter and setters on variable "ID"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318726
2010-07-06 11:19:16 +00:00
Emanuel Graf
fe6b056773 Bug 318493: ExtractLocalVariableRefactoringTest float fails because of error in test
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318493
2010-07-01 06:46:39 +00:00
Emanuel Graf
eea33f080c Bug 312736: extract variable refactoring does not infer type or replace expression correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312736
2010-07-01 06:44:46 +00:00
Markus Schorn
5a013d6320 Bug 283080: Updating headers in non-src folders. 2010-06-24 12:37:27 +00:00
Markus Schorn
2ec6a92a98 Bug 314593: Handling of missing semicolon after statement. 2010-06-23 09:24:39 +00:00
Vivian Kong
bd5effad11 Bug 315439 Fix up copyright 2010-06-02 18:48:45 +00:00
Sergey Prigogin
74af047e4a Auto indentation in calls to template functions. Bug 314995. 2010-05-30 05:34:06 +00:00
Sergey Prigogin
06c859eb03 Cosmetics. 2010-05-30 05:10:26 +00:00
Markus Schorn
b73f4d0539 Bug 103857: Content assist for fields declared below point of completion. 2010-05-28 08:53:04 +00:00
Anton Leherbauer
599285f0c3 Bug 314635 - Marking occurrences is very slow on a large file due to searching for implicitReferences (interim fix) 2010-05-28 08:00:01 +00:00
Sergey Prigogin
037bcc12e9 Indentation inside a multi-line return statement. Bug 314397. 2010-05-26 07:28:30 +00:00
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