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

1190 commits

Author SHA1 Message Date
Sergey Prigogin
101bcadce5 Line breaking in 'if' statements. 2011-03-31 05:32:31 +00:00
Sergey Prigogin
dd6f20db86 Line breaking in 'if' statements. 2011-03-31 03:07:20 +00:00
Sergey Prigogin
ae4651ac31 Formatting of conditional expressions. 2011-03-31 02:15:52 +00:00
Sergey Prigogin
16fdcfdd18 Code formatter fixes. 2011-03-30 03:02:45 +00:00
Sergey Prigogin
32d0894ce1 Formatting bug fixes. 2011-03-28 00:14:20 +00:00
Sergey Prigogin
56cae6fd61 Formatting of stream output expressions. 2011-03-27 04:48:05 +00:00
Sergey Prigogin
d60f5b6c26 Formatting of binary expression partially produced by macro expansions. 2011-03-20 17:59:40 +00:00
Sergey Prigogin
e23e0a9238 Fixed a corner case in function call formatting. 2011-03-16 02:43:51 +00:00
Sergey Prigogin
199adb3ec5 Improved formatting of function calls. 2011-03-16 00:42:31 +00:00
Sergey Prigogin
2ce87d555e Fixed formatting of C++-style casts and template function calls. 2011-03-15 22:34:29 +00:00
Sergey Prigogin
2a00a3219c Formatting of multi-line string literals in function argument lists. 2011-03-15 17:06:31 +00:00
Emanuel Graf
953c613eb9 Bug 333939: When a statement is replaced or removed using the ASTRewrite class any comment attached to the statement is lost
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333939
2011-03-09 07:46:05 +00:00
Emanuel Graf
28f527f165 Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not preserved and macros are expanded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333936
2011-03-07 11:09:12 +00:00
Sergey Prigogin
5bfffca532 Breaking precedence for binary expressions. 2011-03-04 17:57:24 +00:00
Sergey Prigogin
da8a1d0b28 Bug fixes. 2011-03-04 02:04:11 +00:00
Sergey Prigogin
1502e06ab7 Fallback formatting of function declarations and calls. 2011-03-03 21:42:56 +00:00
Sergey Prigogin
5aa57c8075 Formatting of macro statements. 2011-03-02 02:38:02 +00:00
Sergey Prigogin
bf6112d9f0 Formatting of macro statements. 2011-03-02 02:08:04 +00:00
Sergey Prigogin
117fd4a222 Formatting of trailing characters in function definitions. 2011-03-01 02:11:19 +00:00
Sergey Prigogin
4b984c2b5f Formatting of trailing characters in function declarations and calls. 2011-02-28 00:56:07 +00:00
Markus Schorn
df420139a3 Bug 173458: Camel case based content assist, by Jens Elmenthaler. 2011-02-23 16:08:53 +00:00
Emanuel Graf
496551af98 Bug 337714: Fixed streamline ChangeGenerator
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337714
2011-02-21 13:43:33 +00:00
Sergey Prigogin
4cff141597 Formatting of line comments. 2011-02-21 08:02:03 +00:00
Sergey Prigogin
3715cdbbe8 Bug 337040 - MethodDefinitionInsertLocationFinder2 does not find implementation file when no definition already present. Patch by Marc-Andre Laperle. 2011-02-19 21:38:56 +00:00
Sergey Prigogin
07ba8ca44b Formatting of function-style macro expansions. 2011-02-11 23:03:26 +00:00
Sergey Prigogin
569c4f47ea Split string literals have to be indented using continuation line indent. 2011-02-09 22:13:21 +00:00
Sergey Prigogin
7ce55b165b Corrected indentation of constructor initializer lists. 2011-02-05 20:33:05 +00:00
Sergey Prigogin
6addb930f2 Bug 336123 - Test case by Marc-Andre Laperle 2011-02-05 02:50:43 +00:00
Sergey Prigogin
a5c4ac9c10 Code streamlining. 2011-02-05 02:47:10 +00:00
Sergey Prigogin
b500c6c1cd Configurable formatting of constructor initializer lists. 2011-02-03 23:12:11 +00:00
Anton Leherbauer
270544ee2e Bug 335702 - [c++0x] Template brackets matching doesn't work with adjacent closing angle brackets 2011-01-31 10:53:49 +00:00
Sergey Prigogin
d4c8d89493 Bug 307503 - New Class wizard doesn't check for C++ keywords during validation 2011-01-31 00:16:01 +00:00
Sergey Prigogin
d387df2ecd Bug 280990 - Code formatter refuses to wrap member access expressions 2011-01-30 21:29:56 +00:00
Sergey Prigogin
1b637c4f8a Consistent formatting of assignment expressions and equals initializers. 2011-01-28 22:56:17 +00:00
Sergey Prigogin
514a13bad4 Bug 280989 - Code formatter refuses to break 'for' statement at semicolons 2011-01-28 00:07:38 +00:00
Anton Leherbauer
9f2dc0efc8 Bug 334805 - Auto Indentation (CTRL+i) is not correct after function header with pointer return type 2011-01-20 12:04:38 +00:00
Anton Leherbauer
edd24cd3c5 Bug 333816 - [c++0x] Double right angle brackets formatting breaks indentation when mixed with comments 2011-01-14 11:55:00 +00:00
Sergey Prigogin
3bf6639e4b Bug 333050 - Hyperlinks don't work inside macros 2011-01-14 02:42:04 +00:00
Sergey Prigogin
c12a4d8b9b Bug 273525 - Generate Getters and Setters is very slow. 2011-01-10 03:59:38 +00:00
Emanuel Graf
666369f3f9 Bug 260133: Extract function and extract local variable don't handle type promotion
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260133
2011-01-06 10:22:23 +00:00
Emanuel Graf
e27e34dd13 bug 330693: Improve suggested variable name in Extract Local Variable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330693 Improved handling of long names
2011-01-05 10:20:42 +00:00
Sergey Prigogin
4ab245e554 Cosmetics. 2011-01-05 01:59:04 +00:00
Emanuel Graf
6361cd4231 Bug 330693: Improve suggested variable name in Extract Local Variable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330693
2011-01-04 12:18:01 +00:00
Emanuel Graf
54165f3720 Bug 331963: Extract local variable doesn't put template type parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=331963  patch and test cases
2011-01-04 09:16:42 +00:00
Anton Leherbauer
9551d8a724 Bug 240558 - Doxygen comment generator doesn't recognize void parameter properly 2010-12-21 09:19:51 +00:00
Emanuel Graf
11f33b6627 Bug 331985: Failing refactoring test
Fix and test case
2010-12-07 13:27:08 +00:00
Markus Schorn
6cab1923dc Bug 330762: Content assist for deferred base classes. 2010-12-02 12:31:05 +00:00
Markus Schorn
f8f2a9c9a3 Bug 331056: Content assist for involving using declarations. 2010-12-02 10:23:06 +00:00
Markus Schorn
74d5616eb8 Bug 330123: Testcase for renaming function with const parameter. 2010-11-24 08:29:07 +00:00
Anton Leherbauer
f9b519b6dd Additional fix and test for bug 322776 2010-11-18 13:58:36 +00:00