Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Bug 251406 - Make CSourceViewerConfiguration and friends public APIAnton Leherbauer2-7/+8
2009-01-13Distinction of c- and c++ functions in call hierarchy, bug 260262.Markus Schorn1-0/+60
2009-01-13Fixes a test-failure.Markus Schorn1-2/+3
2009-01-13Fixes a test-failure.Markus Schorn4-1/+6
2009-01-07FIX for bug 256242: Extract local variable refactoring doesn't avoid variable...Emanuel Graf1-0/+65
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-2/+34
2008-12-18FIXED - bug 245089: Enhancement: "Refactor" -> "Implement Method ..." should ...Emanuel Graf1-24/+0
2008-12-18FIXED - bug 257733: refactoring has problems with frozen ASTEmanuel Graf2-399/+0
2008-12-18Fix occasional test failuresAnton Leherbauer1-0/+3
2008-12-18Fix parameter hints test case, related to bug 217043Anton Leherbauer1-1/+0
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-4/+3
2008-12-15Attempt to fix nightly test failuresAnton Leherbauer2-4/+4
2008-12-15Bug 257700 - Wrong formatting of C++ class when using value of function pointerAnton Leherbauer1-0/+11
2008-12-10Missing type proposals in qualified names, bug 255898Markus Schorn2-1/+14
2008-12-10Content Assist after braces as part of macro expansion, bug 257915.Markus Schorn2-2/+16
2008-12-09Bug 243567 - Missing parameter in code style UIAnton Leherbauer2-8/+17
2008-12-05make selection tests easier to reuseMike Kucera2-33/+43
2008-12-01Bug 255949 - Code Style Auto Formatter BackSlash character lostAnton Leherbauer1-0/+35
2008-12-01Improve labels in DOMASTViewer.Markus Schorn1-24/+40
2008-11-24Attempt to fix nightly test failuresAnton Leherbauer1-0/+5
2008-11-24Update bundle versionsAnton Leherbauer1-1/+1
2008-11-24Extract local variable refactoring by Tom Ball. Bug 136713.Sergey Prigogin4-0/+353
2008-11-24Fixed a compiler warning.Sergey Prigogin1-2/+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/+623
2008-11-07Must not use ast visitor before ambiguity resolution, follow up for bug 253690.Markus Schorn1-21/+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-29fixed NPE when no editor is open.Warren Paul1-1/+5
2008-10-29Consider static functions in fall-back navigation, bug 252549.Markus Schorn1-0/+18
2008-10-27Tests for bug 249177: ExtractFunction specifies void for constant typesEmanuel Graf1-0/+258
2008-10-20Bug 244054 - [formatter] macros after controlflow statements without braces: ...Anton Leherbauer1-0/+75
2008-10-17Bug 250969 - Code Formatter removes necessary whitespacesAnton Leherbauer1-1/+20
2008-10-13Fix junit failures in AssistQuickFixTestMarkus Schorn1-1/+6
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-25FIXED - bug 248238: Extract Method Produces Wrong Return TypeEmanuel Graf1-0/+114
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 Schorn4-51/+101
2008-09-02Correct hashCode and equals for special nodes in call hierarchy, bug 244987.Markus Schorn1-0/+58
2008-08-27replace selection marker, test code is now valid cpp code.Emanuel Graf9-155/+155
2008-08-12project settings import/export wizards, bug 242010Mike Kucera4-0/+385
2008-08-12fix for error caused by index based TU in extract constantEmanuel Graf3-11/+16
2008-08-12Implementation of "Rename in File"Sergey Prigogin6-15/+640
2008-08-08Fix for 242707 - Tab is not indenting line in C/C++ editorAnton Leherbauer2-8/+82

Back to the top