Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2008-03-13StringBuffer->StringBuilderAndrew Ferguson1-4/+4
2008-03-13allow auto-generation of tags for pure virtual declarations, and between func...Andrew Ferguson4-59/+156
2008-03-13Streamline logging methodsAnton Leherbauer2-11/+21
2008-03-13Fix template id occurrences as declarationsAnton Leherbauer1-0/+4
2008-03-13Cleanup missing and unused NLS keysAnton Leherbauer10-35/+35
2008-03-13Better error reporting when process exec failsAnton Leherbauer1-3/+4
2008-03-13Fix computation of translation unit for binary nodesAnton Leherbauer1-37/+29
2008-03-13moved utility classes into core util packageMike Kucera6-239/+886
2008-03-13Better error reporting when process exec failsAnton Leherbauer1-6/+9
2008-03-13Fix translation unit restore for external includesAnton Leherbauer3-8/+20
2008-03-13clean warningsAndrew Ferguson4-45/+45
2008-03-13fix behaviour when commenting methods preceded by a macroAndrew Ferguson3-23/+52
2008-03-13Improved comment assignment for the NodeCommenter, by Guido Zgraggen, bug 222...Markus Schorn9-148/+318
2008-03-13Default name for extract constant factory, by Emanuel Graf, bug 222379.Markus Schorn3-11/+31
2008-03-12222444: add testsAndrew Ferguson1-1/+91
2008-03-12Improved fix for: Name resolution for qualified member declarations, bug 222026.Markus Schorn2-9/+33
2008-03-12222418: add test casesAndrew Ferguson2-0/+148
2008-03-12Improved handling of unexpected exceptions in the indexer, related to bug 221...Markus Schorn2-9/+11
2008-03-12219993: New CModel identifier API for Mylyn bridgeAnton Leherbauer27-27/+1040
2008-03-12Follow-up fix for 216533Anton Leherbauer1-5/+8
2008-03-12Cleanup NLS keysAnton Leherbauer36-444/+131
2008-03-12Javadoc for refactoring, by Mirko Stocker, bug 181493.Markus Schorn24-45/+163
2008-03-12Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), a...Markus Schorn128-393/+18106
2008-03-11Fix for 222069: CSourceHover popup doesn't work after changing fileAnton Leherbauer5-30/+83
2008-03-11Fix for 222093: [mark occurrences] occasional NullPointerExceptionAnton Leherbauer1-1/+1
2008-03-11Fixes an ArrayOutOfBoundsException, bug 219773.Markus Schorn1-3/+9
2008-03-11Fix for 216533: C/C++ Folded code self expands after an editAnton Leherbauer1-222/+299
2008-03-10fixed several bugs in new C++ parserMike Kucera1-18/+17
2008-03-10Name resolution for qualified member declarations, bug 222026.Markus Schorn9-61/+176
2008-03-10Fix for 217776: Keep namespaces open in Outline view (follow-up)Anton Leherbauer1-6/+22
2008-03-10Fix 221853: Assembly editor does not parse comments correctlyAnton Leherbauer2-12/+36
2008-03-10Fix 221858: [Project Explorer] Link with editor does not workAnton Leherbauer1-0/+3
2008-03-10Minor test adjustment.Sergey Prigogin1-7/+7
2008-03-10Added _testTemplateTypedef_214447.Sergey Prigogin2-118/+188
2008-03-10Minor fix in toString method.Sergey Prigogin1-4/+2
2008-03-10Cosmetics.Sergey Prigogin1-26/+37
2008-03-09Protect against NPE in toString method.Sergey Prigogin2-2/+8
2008-03-08Minor adjustments to toString method.Sergey Prigogin1-7/+7
2008-03-08Use generics.Sergey Prigogin1-24/+21
2008-03-08Added toString methods.Sergey Prigogin3-185/+263
2008-03-07216882: Add support for xtensa cpu in ELF machine attributeAnton Leherbauer1-1/+5
2008-03-07Fix for 217776: Keep namespaces open in Outline viewAnton Leherbauer2-83/+59
2008-03-07Don't insert newline between 'else if'Anton Leherbauer1-1/+1
2008-03-07Source Change Generator for ASTTransformations by Emanuel Graf and others, bu...Markus Schorn120-14/+17078
2008-03-07clean up warningsAndrew Ferguson27-216/+189
2008-03-07178601: Add control statement options to preference UIAnton Leherbauer4-26/+163
2008-03-07Fix for 215884: Inactive code highlighting isn't in accordance with content-a...Anton Leherbauer3-15/+13
2008-03-07Fix mark occurrences on outdated offset while editing (second attempt)Anton Leherbauer3-48/+75
2008-03-07Fix for potential NPEs, bug 221796.Markus Schorn2-3/+7
2008-03-06clean up warningsAndrew Ferguson17-162/+166

Back to the top