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

4123 commits

Author SHA1 Message Date
Sergey Prigogin
bfb9dae292 Added dependency on com.ibm.icu plug-in in an attempt to fix broken
Hudson build.
2012-03-17 17:03:15 -07:00
Andrew Gvozdev
038f261da5 Merge remote-tracking branch 'cdt/master' into sd90 2012-03-17 05:51:28 -04:00
Andrew Gvozdev
d105b9a1e7 Merge branch 'master' into sd90 2012-03-17 05:35:57 -04:00
Sergey Prigogin
24d88acf6d Determination of output parameters for extracted functions in the
presence of goto statements.
2012-03-16 21:09:06 -07:00
John Cortell
8864258086 Bug 374301 - Relocate CDT's build toolbar actions next to platform's BuildAll action 2012-03-14 14:42:37 -05:00
Sergey Prigogin
c510e7ad5b Renamed the createRangeBasedFor method for clarity. 2012-03-13 17:56:02 -07:00
Sergey Prigogin
91df71ab2e Revert "Refactoring code for potential future use."
This reverts commit 245909bfec6a69407e9735f70540dada866d9d4a.
2012-03-13 17:55:53 -07:00
Sergey Prigogin
e1c9238c80 Refactoring code for potential future use. 2012-03-13 17:55:46 -07:00
Sergey Prigogin
0f4f703be2 Determination of output parameters for extracting function from
inside conditional statements and loops.
2012-03-13 17:55:38 -07:00
Sergey Prigogin
723ed9f912 Cosmetics. 2012-03-13 17:55:31 -07:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00
Sergey Prigogin
1392741dce Missing piece of the previous commit. 2012-03-03 19:17:13 -08:00
Sergey Prigogin
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
2161ef0cc6 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit f4adb1cc10.
2012-03-03 18:59:09 -08:00
Sergey Prigogin
f4adb1cc10 Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 18:55:43 -08:00
Sergey Prigogin
ba686ec199 Cosmetics. 2012-03-03 18:26:46 -08:00
Sergey Prigogin
78ec6b8ebe Added missing initialization of fExtraSpaces. 2012-03-03 17:54:00 -08:00
Sergey Prigogin
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Michael Lindo
1b1c505fd9 Bug 370762 - Adding support for Remote Semantic Highlighting in the
Remote C/C++ Editor - more changes from Mike
2012-03-02 12:35:39 -05:00
Michael Lindo
dddeb4dbcc Bug 372899 - A few changes needed to CEditor in order to implement
remote code folding in the Remote C Editor in ptp
2012-03-01 16:34:21 -05:00
Sergey Prigogin
a50409bd7c Enabled folding by default but reduced its aggressivity. 2012-02-29 16:43:41 -08:00
sprigogin
5337c7707b Cosmetics. 2012-02-29 16:37:20 -08:00
Andrew Gvozdev
1b069e296b Merge remote-tracking branch 'cdt/master' into sd90 2012-02-27 11:28:11 -05:00
Sergey Prigogin
71136d7739 Javadoc adjustment. 2012-02-24 18:19:24 -08:00
Sergey Prigogin
fb9f6f5b59 Bug 369333 - Implement method requires files to be saved,
and other assorted refactoring fixes.
2012-02-24 16:30:37 -08:00
Sergey Prigogin
a58ce8984c Removed an unused method. 2012-02-23 20:45:51 -08:00
Sergey Prigogin
2f2f09fd97 Use shared AST in Toggle Function refactoring. This change concudes
the transition to CRefactoring2, which is now called CRefactoring.
2012-02-23 20:44:17 -08:00
Sergey Prigogin
688a0e6f75 Cosmetics. 2012-02-23 20:26:46 -08:00
Sergey Prigogin
ac7ee03d25 Fixed NPE. 2012-02-23 10:00:17 -08:00
Sergey Prigogin
75e0f1868f Removed a redundant method. 2012-02-22 20:34:44 -08:00
Sergey Prigogin
68b5958f0c Use shared AST in Hide Method refactoring. 2012-02-22 20:19:05 -08:00
Sergey Prigogin
d7ed01e939 Cosmetics. 2012-02-22 20:18:58 -08:00
Sergey Prigogin
dc6bc55815 Cosmetics. 2012-02-22 20:18:46 -08:00
Sergey Prigogin
58eed0ce42 Use shared AST in Extract Function refactoring. 2012-02-17 19:29:32 -08:00
Sergey Prigogin
c49a852b88 Use shared AST in Extract Constant refactoring. 2012-02-16 21:26:56 -08:00
Anton Leherbauer
1bc41d348f Bug 371144 - There seems to be no easy way to add custom marker annotations to non-workspace file 2012-02-16 12:33:28 +01:00
Anton Leherbauer
d4f69c801e Bug 371144 - There seems to be no easy way to add custom marker annotations to non-workspace file 2012-02-16 08:40:30 +01:00
Sergey Prigogin
956baf6795 Removed EmptyRefactoringDescription class. 2012-02-15 21:25:35 -08:00
Sergey Prigogin
546389bc1e Converted Extract Local Variable tests to the new framework. 2012-02-15 17:36:31 -08:00
Sergey Prigogin
3453fa6fcd Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring. 2012-02-15 15:44:03 -08:00
Anton Leherbauer
5a77d86898 Bug 371144 - There seems to be no easy way to add custom marker annotations to non-workspace file 2012-02-15 08:46:37 +01:00
Andrew Gvozdev
da85c70e48 Merge remote-tracking branch 'cdt/master' into sd90 2012-02-12 09:59:07 -05:00
Sergey Prigogin
e65759e510 UI for new code style preferences. 2012-02-11 17:42:32 -08:00
Sergey Prigogin
2fd430eb63 Added IASTNode.getOriginalNode method. 2012-02-11 12:27:26 -08:00
Sergey Prigogin
143bc1aea0 Bug 371165 - Invalid formatting of newly created classes. 2012-02-09 18:47:09 -08:00
Michael Lindo
2810e3a1fc Bug 370762 - Adding support for Remote Semantic Highlighting in the
Remote C/C++ Editor
2012-02-09 14:00:08 -05:00
Sergey Prigogin
e128056245 Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCall
test.
2012-02-08 20:58:00 -08:00
Doug Schaefer
e683d197ac Added ability to select toolchains for templates that have multiple. 2012-02-08 17:04:01 -05:00
Sergey Prigogin
8dc598a145 Fixed passing parameters by pointer and renaming of parameters in
Extract Function refactoring.
2012-02-07 14:40:41 -08:00