Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Fix deprecation warningsv201103250805Anton Leherbauer12-51/+69
2011-03-23Fix issue with templates view close/reopen and deprecation warningAnton Leherbauer1-2/+2
2011-03-21Bug 335213: Missing message in Implement methodEmanuel Graf1-0/+1
2011-03-21Bug 340525 - Duplicate string ID found: BuildVarListDialog_0, BuildVarListDia...Vivian Kong3-7/+10
2011-03-16Bug 339931 - Code completion fails in #include statementsMarc-Andre Laperle1-2/+5
2011-03-15Bug 339780 - Source hover for specialization of specialization does not workMarc-Andre Laperle1-4/+7
2011-03-13Bug 335122 - Fix index locking issue discovered by running the 'old' Implemen...Marc-Andre Laperle1-1/+3
2011-03-12Bug 335122 - DeclarationGenerator asserts for templated types with namespace....Marc-Andre Laperle1-1/+10
2011-03-11bug 339015: Preference "Show source roots at the top of project" should updat...Andrew Gvozdev1-0/+24
2011-03-09Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName.Sergey Prigogin1-1/+2
2011-03-08updated to point to correct interface org.eclipse.cdt.ui.newui.IConfigManagerAndrew Gvozdev1-1/+1
2011-03-08Bug 317686 - Implement method error. Fixed issue with linked resources.Marc-Andre Laperle1-1/+1
2011-03-08Cosmetics.Sergey Prigogin1-13/+18
2011-03-07Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not ...Emanuel Graf11-30/+45
2011-03-07Bug 333183 - Export/Import Syntax Coloring settingsAnton Leherbauer3-1/+118
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-1/+5
2011-03-06Bug 292851. Changed WAIT_IF_OPEN to WAIT_ACTIVE_ONLY and parsing options to m...Sergey Prigogin1-4/+7
2011-03-06Removed uses of a deprecated class.Sergey Prigogin1-2/+2
2011-03-06Removed uses of a deprecated class.Sergey Prigogin1-2/+2
2011-03-06Added checks for cancellation.Sergey Prigogin1-1/+5
2011-03-05Bug 292851 - Made RefactoringASTCache thread-safe.Sergey Prigogin1-24/+39
2011-03-03Bug 338782 - [Project Explorer] If working sets are top level nodes resource ...Anton Leherbauer1-58/+3
2011-03-03Fixed capitalization.Sergey Prigogin1-1/+1
2011-03-03Fixed capitalization.Sergey Prigogin1-1/+1
2011-02-28Removed uses of deprecated constructors.Sergey Prigogin1-2/+3
2011-02-28Fixed NPE.Sergey Prigogin1-18/+21
2011-02-28Removed uses of deprecated methods.Sergey Prigogin1-20/+19
2011-02-25Update minimum bundle versionsAnton Leherbauer1-1/+1
2011-02-25Bug 311880 - Add preference to keep position of excluded files in Project Exp...Anton Leherbauer5-21/+59
2011-02-25Bug 338045 - AST should start building when an editor becomes activeAnton Leherbauer1-3/+2
2011-02-24Bug 133881 - Make refreshing after building optionalChris Recoskie4-0/+251
2011-02-23Bug 173458: Camel case based content assist, by Jens Elmenthaler.Markus Schorn7-34/+176
2011-02-21Formatting of line comments.Sergey Prigogin4-35/+250
2011-02-19Bug 337040 - MethodDefinitionInsertLocationFinder2 does not find implementati...Sergey Prigogin5-280/+380
2011-02-16Compiler warnings.Markus Schorn2-8/+4
2011-02-15Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug...Patrick Chuong18-0/+24
2011-02-14Cosmetics.Sergey Prigogin1-5/+5
2011-02-14Fix deprecation warningsAnton Leherbauer5-33/+65
2011-02-12Cosmetics.Sergey Prigogin2-13/+13
2011-02-12Fixed compiler warnings.Sergey Prigogin6-53/+19
2011-02-07Bug 336513: Preference to limit build output should use the words "number of"...Marc Khouzam1-1/+1
2011-02-06bug 334118: missed typoAndrew Gvozdev1-1/+1
2011-02-03Configurable formatting of constructor initializer lists.Sergey Prigogin9-33/+136
2011-01-31Bug 335702 - [c++0x] Template brackets matching doesn't work with adjacent cl...v201101311025Anton Leherbauer1-1/+6
2011-01-31Bug 307503 - New Class wizard doesn't check for C++ keywords during validationSergey Prigogin2-3/+21
2011-01-30Bug 280990 - Code formatter refuses to wrap member access expressionsSergey Prigogin3-6/+23
2011-01-30Cosmetics.Sergey Prigogin1-101/+97
2011-01-28Bug 335512 - Update XLC scanning discovery parser and marcos and include path...Vivian Kong1-2/+2
2011-01-25bug 330750: Include path defined as ${workspace_loc} incorrectly displayed in...Andrew Gvozdev1-3/+13
2011-01-25Bug 335298 - IncludePaths are canonicalised on creationJames Blackburn1-3/+3

Back to the top