Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-21Content Assist within macro arguments, bug 200208.Markus Schorn2-0/+66
2008-04-21Testcases for content assist, bug 180885.Markus Schorn2-7/+49
2008-04-21Whitespace adjustments in test data by Emanuel Graf.Markus Schorn3-18/+20
2008-04-16Fixes a CCE, bug 203967.Markus Schorn1-0/+1
2008-04-16Generate getters and setters by Emanuel Graf, bug 226658.Markus Schorn3-1/+779
2008-04-16Implement Method (work in progress) by Emanuel Graf, bug 226646.Markus Schorn5-1/+718
2008-04-16Hide Method (work in progress) by Emanuel Graf, bug 226533.Markus Schorn3-0/+902
2008-04-16Extract Function (work in progress) by Emanuel Graf, bug 226484.Markus Schorn11-4/+4208
2008-04-11Code maintenance for refactoring, by Emanuel Graf, bug 226645.Markus Schorn1-8/+8
2008-04-11Fix unwanted help provider issues and add help provider test to automated suiteAnton Leherbauer3-9/+43
2008-04-09Removes head-less refactoring option, by Emanuel Graf, bug 225528.Markus Schorn1-1/+1
2008-04-08Configure gcc-extensions as keywords, rather than macros, bug 226112.Markus Schorn2-18/+8
2008-04-07Fix for 225858: Code formatter differences from CDT 4.0.xAnton Leherbauer1-1/+25
2008-04-04Fix for 225326: Code formatter strips whitespace when it shouldn'tAnton Leherbauer1-0/+40
2008-03-28Search for macro references, bug 156561.Markus Schorn1-3/+4
2008-03-28Fix random content assist test failuresAnton Leherbauer1-1/+5
2008-03-28Yet more content assist testsAnton Leherbauer1-1/+203
2008-03-28Fix inclusion proposal for project local includesAnton Leherbauer1-0/+9
2008-03-28Tests for bug 223660Anton Leherbauer1-4/+7
2008-03-27More plain C content assist testsAnton Leherbauer1-3/+120
2008-03-27113568: [Content Assist] proposals for include directivesAnton Leherbauer2-24/+113
2008-03-21Fix completion tests due to rollback in ASTTypeUtilAnton Leherbauer3-6/+6
2008-03-19Fix warnings about CUIPlugin.getDefault().log()Anton Leherbauer2-2/+2
2008-03-18214596: apply fixAndrew Ferguson2-0/+7
2008-03-18222954: fix default attributeAndrew Ferguson1-1/+1
2008-03-18222954: fix exampleAndrew Ferguson1-1/+1
2008-03-18222954: apply fixAndrew Ferguson3-0/+88
2008-03-18More content assist tests for plain CAnton Leherbauer1-6/+323
2008-03-17Fix for 172862: [Content Assist] Make it possible to sort proposals by relevanceAnton Leherbauer18-64/+64
2008-03-14Fix folding initialization if no AST requiredAnton Leherbauer1-7/+32
2008-03-14222728: [editor] Register C/C++ editor with common hyperlinking preferencesAnton Leherbauer1-6/+5
2008-03-13allow auto-generation of tags for pure virtual declarations, and between ↵Andrew Ferguson2-13/+81
function declarators and comment bodies
2008-03-13fix behaviour when commenting methods preceded by a macroAndrew Ferguson2-7/+40
2008-03-12Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), ↵Markus Schorn33-15/+8787
applied patch for extract constant (bug 181493).
2008-03-10Fix 221853: Assembly editor does not parse comments correctlyAnton Leherbauer1-0/+23
2008-03-06Fix mark occurrences on outdated offset while editingAnton Leherbauer1-0/+1
2008-03-06Fix and tests for template indentation adjustmentAnton Leherbauer2-0/+146
2008-03-06Use node-selector for Open Call Hierarchy and Open Type Hierarchy.Markus Schorn3-8/+8
2008-03-06Index based name-resolution for K&R-style functions, bug 221635.Markus Schorn4-0/+56
2008-03-06Navigation from macro definition body, bug 102643.Markus Schorn1-3/+23
2008-03-05Minor improvements for content assist in preprocessor directivesAnton Leherbauer1-1/+19
2008-03-05Testcases and fixes for selecting nodes by file offsets.Markus Schorn1-0/+25
2008-03-04Use new node selection API and fix for 220392: empty macro is not ↵Anton Leherbauer2-154/+166
highlighted as a macro reference
2008-03-03Navigating an argument of a macro-expansion, bug 208300.Markus Schorn1-3/+10
2008-03-03219923: [Indenter] Provide preferences option to disable auto-indent.Anton Leherbauer1-0/+34
2008-03-03Testcase for navigation on empty macro, bug 198649.Markus Schorn1-0/+17
2008-03-03Combines IASTTranslationUnit.selectNodeForLocation() and ↵Markus Schorn7-24/+16
ILanguage.getSelectedNodes() into new API.
2008-03-03221109: Apply fix and add regressionAndrew Ferguson1-137/+205
2008-02-29Combine CFindNodeForOffsetAction and CPPFindNodeForOffsetAction.Markus Schorn1-4/+5
2008-02-28Introduce interfaces for c- and c++ specific visitors to allow for visitors ↵Markus Schorn1-6/+5
that work for both c- and c++.

Back to the top