Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Bug 259015 - Ctrl-click and F3 (Navigate) should have the same semanticsAnton Leherbauer1-2/+38
2009-02-04Bug 259073 - Duplicate wizard shortcuts in File > New menuAnton Leherbauer2-99/+5
2009-02-04Fixes a few problems related to bug 260830.Markus Schorn3-9/+21
2009-02-04API cleanup - bug 260830Anton Leherbauer2-2/+8
2009-02-04Replace CCorePlugin.log() with CUIPlugin.log()Markus Schorn20-53/+50
2009-02-04API cleanup - bug 260830Anton Leherbauer1-1/+3
2009-02-04API tags for org.eclipse.cdt.core.browser.*, bug 260830.Markus Schorn2-6/+2
2009-02-04Fix warnings.Markus Schorn1-6/+1
2009-02-04API cleanup - bug 260830Anton Leherbauer1-1/+3
2009-02-04Restore deprecated ICompletionContributorAnton Leherbauer1-0/+48
2009-02-03Fixing URISyntaxExceptions due to improperly parsed URI.Chris Recoskie1-5/+5
2009-02-03API cleanup - bug 260830Anton Leherbauer90-143/+289
2009-02-02Position trackers for non-local external files, bug 261912.Markus Schorn1-3/+36
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn1-2/+2
2009-01-30bug 219337Vivian Kong3-18/+7
2009-01-29Use same line-length for comments and code.Markus Schorn1-2/+2
2009-01-29Bug 225944 - Organize items by namespace in Outline, fixes also bug 262785Anton Leherbauer14-125/+477
2009-01-28Formatter settings.Markus Schorn2-5/+13
2009-01-28Offer to rebuild index when modifying include search path, bug 144085.Markus Schorn7-5/+136
2009-01-27Bug 258407 - [scalability] Disable the reconciler in scalability mode by defaultAnton Leherbauer4-7/+20
2009-01-23Bug 261287 - Includes Grouping can get confusedAnton Leherbauer1-2/+17
2009-01-22Fix warnings.Markus Schorn1-4/+0
2009-01-22FIXED - bug 262000: refactoring "extract function" misinterprets artificial b...Emanuel Graf2-5/+14
2009-01-21RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to e...Chris Recoskie1-29/+15
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn1-2/+15
2009-01-19Missing static modifierAnton Leherbauer1-2/+2
2009-01-16Fix warningsAnton Leherbauer2-13/+11
2009-01-15Bug 258043 - Folding enabled if-statements still showing when functions are f...Anton Leherbauer1-2/+2
2009-01-14Fix warnings.Markus Schorn2-1/+5
2009-01-13Bug 251406 - Make CSourceViewerConfiguration and friends public APIAnton Leherbauer48-522/+520
2009-01-13Fix warnings.Markus Schorn6-8/+8
2009-01-13Distinction of c- and c++ functions in call hierarchy, bug 260262.Markus Schorn6-32/+66
2009-01-09Bug 247416 - [Macro Explorer] no mouse control to navigate through stepsAnton Leherbauer12-777/+421
2009-01-08Fix problems.Markus Schorn1-1/+2
2009-01-07FIX for bug 256242: Extract local variable refactoring doesn't avoid variable...Emanuel Graf1-24/+78
2009-01-05FIXED - bug 239060: const parameters in extracted functionsEmanuel Graf5-14/+98
2009-01-05FIXED - bug 256815: Refactoring error when using "Implement Method..."Emanuel Graf1-5/+12
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera2-12/+19
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn4-5/+5
2008-12-18API CleanupAnton Leherbauer39-37/+186
2008-12-18FIXED - bug 245089: Enhancement: "Refactor" -> "Implement Method ..." should ...Emanuel Graf9-108/+448
2008-12-18FIXED - bug 257733: refactoring has problems with frozen ASTEmanuel Graf10-334/+42
2008-12-18Bug 217043 - ContentAssist: Position cursor behind ')' if method has no argum...Anton Leherbauer2-9/+22
2008-12-17Static variables shown as global in search, bug 255192.Markus Schorn1-3/+8
2008-12-16Bug 257982 - SharedASTJobAnton Leherbauer1-0/+88
2008-12-09Plain C: search for locals, bug 151334.Markus Schorn1-3/+2
2008-12-09Bug 243567 - Missing parameter in code style UIAnton Leherbauer6-135/+86
2008-12-09Bug 257913 - Content Assist misses proposals, patch by Jens ElementhalerAnton Leherbauer2-3/+2
2008-12-04Fix warning.Markus Schorn1-1/+0
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-3/+3

Back to the top