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
c7be116351 Bug 332895 - Rename does not change using-declarations 2012-04-24 18:24:05 -07:00
Sergey Prigogin
10f7e547a1 Cosmetics. 2012-04-24 17:31:36 -07:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Sergey Prigogin
9d10668c5e Fixed a bug in formatting of declarations contained in macro expansion. 2012-04-14 16:57:35 -07:00
Sergey Prigogin
710e358931 Cosmetics. 2012-04-04 17:25:07 -07:00
Sergey Prigogin
018eb7334b Few bug fixes for Extract Function refactoring. 2012-03-23 15:06:38 -07:00
Sergey Prigogin
08c8ef800e Fixed a bug in Extract Function refactoring. 2012-03-22 19:51:08 -07:00
Sergey Prigogin
7ce6b19d32 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit ef07a1ef1f.
2012-03-20 18:27:25 -07:00
Sergey Prigogin
ef07a1ef1f Temporarily restored compatibility with Eclipse 3.7. 2012-03-20 18:23:29 -07:00
Sergey Prigogin
0116245961 Fixed excessive code reformatting. 2012-03-20 01:38:30 -07:00
Sergey Prigogin
348452142b Fixed a bug in Extract Function refactoring. 2012-03-19 20:35:27 -07:00
Sergey Prigogin
a797f98218 Added file name validation. 2012-03-19 20:29:28 -07:00
Sergey Prigogin
48eff8e4ae Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-18 19:14:17 -07:00
Sergey Prigogin
6f839b7011 Removed uses of a deprecated method. 2012-03-17 19:43:24 -07: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
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
f360d64c77 Few formatting fixes. 2012-03-05 18:52:58 -08: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
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
243e76fb58 Code cleanup. 2012-03-03 19:13:25 -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
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Sergey Prigogin
b921093240 Bug 373034 - Code formatter produces invalid indentation. 2012-03-02 18:53:26 -08:00
Sergey Prigogin
8b98a1e93e Cosmetics. 2012-03-02 18:47:09 -08:00
Sergey Prigogin
aceb2222db Fixed tests broken due to enablement of folding in C editor. 2012-03-02 18:43:08 -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
ac7ee03d25 Fixed NPE. 2012-02-23 10:00:17 -08:00
Sergey Prigogin
68b5958f0c Use shared AST in Hide Method refactoring. 2012-02-22 20:19:05 -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
Sergey Prigogin
e5b6278940 Revert "Fixed handling of trailing comments after compound statements."
This reverts commit 476364f0a6.
2012-02-15 21:19:09 -08:00
Sergey Prigogin
a8ef0a62b8 Converted two more refactoring tests to the new framework. 2012-02-15 20:37:46 -08:00
Sergey Prigogin
aab2dfc32b Cosmetics. 2012-02-15 20:34:58 -08:00
Sergey Prigogin
183fe7ba62 Converted Implement Method refactoring tests to the new framework. 2012-02-15 19:03:41 -08:00
Sergey Prigogin
3d474b9327 Converted Hide Method refactoring test to the new framework. 2012-02-15 18:37:02 -08:00
Sergey Prigogin
546389bc1e Converted Extract Local Variable tests to the new framework. 2012-02-15 17:36:31 -08:00
Sergey Prigogin
476364f0a6 Fixed handling of trailing comments after compound statements. 2012-02-15 16:21:26 -08:00
Sergey Prigogin
3453fa6fcd Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring. 2012-02-15 15:44:03 -08:00
Sergey Prigogin
e128056245 Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCall
test.
2012-02-08 20:58:00 -08:00
Sergey Prigogin
61e9d699ba Bug 370887 - CPPVariableReadWriteFlags.getReadWriteFlags returns
incorrect results.
2012-02-08 17:30:00 -08:00
Sergey Prigogin
9601bcdd24 Corrected test expectations. 2012-02-08 15:24:00 -08: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
Sergey Prigogin
fa13b42c51 New UI and other improvements for Extract Function refactoring . 2012-02-03 18:32:59 -08:00
Sergey Prigogin
60214efa55 Code streamlining. 2012-02-03 18:19:50 -08:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Markus Schorn
fa55d3662d Bug 368160: Dependent projects and SDKs. 2012-01-27 11:00:22 +01:00
Sergey Prigogin
6408fe544c Don't create empty test files. 2012-01-19 12:45:49 -08:00
Sergey Prigogin
ecb3820c77 New Eclipse-friendly framework for refactoring tests. Converted
ExtractFunctionReafactoringTest to the new framework.
2012-01-19 12:16:38 -08:00