Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-27Bug 383277 - Invalid auto indentation before and after colon in classSergey Prigogin2-11/+36
declaration with inheritance
2012-06-27Bug 380498. Fixed few more cases where typedefs were not preserved.Sergey Prigogin1-1/+1
2012-05-24Bug 380490 - Invalid auto indentation after a multiline function callSergey Prigogin1-1/+23
2012-05-22Bug 380197 - F3 prefers using declaration to a real oneSergey Prigogin1-0/+28
2012-05-22Cosmetics.Sergey Prigogin3-43/+42
2012-05-21Bug 371840 - Only first declarator can be selected in declarationsprigogin2-1/+33
containing multiple declarators
2012-05-21Cosmetics.sprigogin1-6/+6
2012-05-11Bug 298668 - Folding gets confused when there are identical foldable lines ↵Anton Leherbauer1-6/+6
inside methods in different classes.
2012-04-25Bug 332895 - Rename does not change using-declarationsSergey Prigogin1-31/+53
2012-04-25Cosmetics.Sergey Prigogin8-31/+36
2012-04-23Upgrade to Tycho 0.14.1Marc-Andre Laperle1-2/+3
2012-04-14Fixed a bug in formatting of declarations contained in macro expansion.Sergey Prigogin1-0/+14
2012-04-05Cosmetics.Sergey Prigogin1-9/+7
2012-03-23Few bug fixes for Extract Function refactoring.Sergey Prigogin1-0/+32
2012-03-23Fixed a bug in Extract Function refactoring.Sergey Prigogin1-7/+5
2012-03-21Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin1-6/+4
This reverts commit ef07a1ef1fd345f9f50f8414560c5d2ee6c22f80.
2012-03-21Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin1-4/+6
2012-03-20Fixed excessive code reformatting.Sergey Prigogin1-2/+2
2012-03-20Fixed a bug in Extract Function refactoring.Sergey Prigogin1-0/+35
2012-03-20Added file name validation.Sergey Prigogin1-2/+4
2012-03-19Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin1-6/+4
2012-03-18Removed uses of a deprecated method.Sergey Prigogin1-8/+5
2012-03-17Determination of output parameters for extracted functions in theSergey Prigogin1-0/+97
presence of goto statements.
2012-03-14Determination of output parameters for extracting function fromSergey Prigogin1-248/+372
inside conditional statements and loops.
2012-03-06Few formatting fixes.Sergey Prigogin1-1/+51
2012-03-06Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin1-4/+6
2012-03-04Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin1-6/+4
2012-03-04Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin1-4/+6
2012-03-04Code cleanup.Sergey Prigogin7-21/+14
2012-03-04Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin1-6/+4
This reverts commit f4adb1cc10a34c3350e2acbee9f8ebba948a2fbe.
2012-03-04Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin1-4/+6
2012-03-04Cosmetics.Sergey Prigogin1-7/+0
2012-03-03Bug 373034 - Code formatter produces invalid indentation.Sergey Prigogin1-6/+79
2012-03-03Cosmetics.Sergey Prigogin1-11/+11
2012-03-03Fixed tests broken due to enablement of folding in C editor.Sergey Prigogin1-10/+13
2012-02-24Use shared AST in Toggle Function refactoring. This change concudesSergey Prigogin5-109/+7
the transition to CRefactoring2, which is now called CRefactoring.
2012-02-23Fixed NPE.Sergey Prigogin2-6/+6
2012-02-23Use shared AST in Hide Method refactoring.Sergey Prigogin2-12/+8
2012-02-18Use shared AST in Extract Function refactoring.Sergey Prigogin1-3/+4
2012-02-17Use shared AST in Extract Constant refactoring.Sergey Prigogin1-5/+6
2012-02-16Revert "Fixed handling of trailing comments after compound statements."Sergey Prigogin1-6/+8
This reverts commit 476364f0a673d4a6245eac39661e0ad6cfdcacbe.
2012-02-16Converted two more refactoring tests to the new framework.Sergey Prigogin11-733/+128
2012-02-16Cosmetics.Sergey Prigogin1-79/+74
2012-02-16Converted Implement Method refactoring tests to the new framework.Sergey Prigogin5-825/+767
2012-02-16Converted Hide Method refactoring test to the new framework.Sergey Prigogin6-1525/+1491
2012-02-16Converted Extract Local Variable tests to the new framework.Sergey Prigogin5-706/+516
2012-02-16Fixed handling of trailing comments after compound statements.Sergey Prigogin1-8/+6
2012-02-15Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.Sergey Prigogin39-5544/+5415
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-1/+1
test.
2012-02-09Bug 370887 - CPPVariableReadWriteFlags.getReadWriteFlags returnsSergey Prigogin2-2/+1
incorrect results.

Back to the top