Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-04FAnton Leherbauer1-1/+2
2009-06-04Test case for bug 278632 by Andrew EidsnessAnton Leherbauer2-0/+66
2009-05-28Bug 278118 - Code formatter is confused by some arithmetic expressionsAnton Leherbauer1-0/+25
2009-05-04Bug 269590 - Format error for global const typenameAnton Leherbauer1-1/+10
2009-03-18Bug 268962: Code Formatter removes necessary whitespacesAnton Leherbauer1-2/+15
2009-02-06Fix test-failures related to bug 260387Anton Leherbauer2-0/+2
2009-01-29Bug 262536 - [formatter] Problems with extern "C"Anton Leherbauer1-0/+8
2009-01-22Bug 261967 - Format produces error for __attribute__ ((__unused__)) flagAnton Leherbauer1-0/+6
2009-01-21Bug 206271 - [formatter] confused by gcc __attribute__ defsAnton Leherbauer1-0/+39
2009-01-13Distinction of c- and c++ functions in call hierarchy, bug 260262.Markus Schorn1-0/+60
2008-12-15compile all test plug-ins into jars at rootVivian Kong1-4/+3
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-6/+1
2008-12-15compile core.tests and ui.tests into jars at the rootVivian Kong1-0/+5
2008-12-15Attempt to fix nightly test failuresAnton Leherbauer2-1/+6
2008-12-15Bug 257700 - Wrong formatting of C++ class when using value of function pointerAnton Leherbauer1-0/+11
2008-12-05make it easier to reuse the selection testsMike Kucera2-33/+43
2008-11-24Fixed a compiler warning.Sergey Prigogin1-1/+1
2008-11-20Bug 244928 - follow upAnton Leherbauer1-0/+52
2008-11-12Bug 255018 - [editor] Highlight inactive code of unterminated #ifdefAnton Leherbauer4-5/+16
2008-11-11FIXED - bug 248622: Extract function fails to extract several expressionsEmanuel Graf3-0/+511
2008-11-07Must not use ast visitor before ambiguity resolution, follow up for bug 253690.Markus Schorn1-20/+0
2008-11-06Fixes related to scalability with large array initializer, bug 253690.Markus Schorn16-199/+165
2008-11-04Bug 253039Anton Leherbauer1-0/+37
2008-10-29Consider static functions in fall-back navigation, bug 252549.Markus Schorn1-0/+18
2008-10-20Bug 244928 - [formatter] macros after controlflow statements without braces: ...Anton Leherbauer1-20/+95
2008-10-17Bug 250969 - Code Formatter removes necessary whitespacesAnton Leherbauer2-2/+21
2008-10-13Fix content-assist testcases.Markus Schorn1-9/+9
2008-10-08Folding bugs 248613 and 248716Anton Leherbauer2-2/+31
2008-10-07Open Call Hierarchy for functions built with a macro, bug 249801.Markus Schorn2-0/+40
2008-10-07Bug 245861 - [semantic highlighting] parser errors during editing leads to in...Anton Leherbauer2-1/+62
2008-10-01FIXED - bug 249177: ExtractFunction specifies void for constant typesEmanuel Graf1-0/+258
2008-09-10FIXED - bug 246061: [Refactoring] why can I select a visibility when extracti...Emanuel Graf2-8/+7
2008-09-05FIXED - bug 246062: [Refactoring] NPE extracting a constant from an inlined m...Emanuel Graf1-0/+22
2008-09-04Using index for rename refactoring started off the editor, bug 245636.Markus Schorn6-52/+104
2008-09-02Correct hashCode and equals for special nodes in call hierarchy, bug 244987.Markus Schorn1-0/+58
2008-08-12fix for error caused by index based TU in extract constantEmanuel Graf3-11/+16
2008-08-08Fix for 242707 - Tab is not indenting line in C/C++ editorAnton Leherbauer2-8/+82
2008-08-07Bug 243056 - [Formatter] changes syntax by removing a spaceAnton Leherbauer1-0/+7
2008-07-29Bug 242053 - [formatter] is confused by some macrosAnton Leherbauer1-0/+41
2008-07-25Bug 241967: [formatter] Missing space in const parameter declarationAnton Leherbauer1-0/+13
2008-07-25Fix for 240564: Improve handling of parsing problems in conditional expressionsAnton Leherbauer1-2/+34
2008-07-23fix for Bug 241717 Extracted funtion has wrong return typeEmanuel Graf1-0/+80
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn2-7/+45
2008-07-10Fix for 239461: Code formatter: problems with the C++ boolean operator "not"Anton Leherbauer1-0/+14
2008-07-09Increment plugin version to 5.0.1Markus Schorn1-1/+1
2008-07-07Fix for 236160: C Block comment closes on next line when # is a first charact...Anton Leherbauer3-0/+721
2008-07-02239059: Double & in signature of extracted functionsEmanuel Graf1-0/+76
2008-07-02238852: suppress @param for f(void) parameterAndrew Ferguson1-1/+37
2008-07-01238852: suppress @param for f(void) parameterAndrew Ferguson1-0/+11
2008-06-30Fix for bug 238554 Implement Method void parametersEmanuel Graf1-0/+25

Back to the top