Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-05-04Fix warning.Markus Schorn1-1/+1
2009-05-04Bug 274490 - Return type stored in the ICElement- IFunctionDeclaration contai...Anton Leherbauer3-30/+40
2009-05-04Fix test errors if cygpath not in path #2Anton Leherbauer1-1/+6
2009-05-03Prevent BadLocationException from propagating.Sergey Prigogin1-26/+32
2009-05-02Cosmetics.Sergey Prigogin2-6/+6
2009-05-02Use StringBuilder instead of StringBuffer.Sergey Prigogin1-2/+2
2009-05-01Proper exception logging.Sergey Prigogin1-10/+7
2009-04-29NEW - bug 272146: deprecate and eventually remove the CDOMChris Recoskie1-0/+3
2009-04-29Return a meaningful name if we can.Sergey Prigogin1-2/+2
2009-04-28Bug 269980 ResourceLookup#selectFileForLocation(...) may now return non-exist...James Blackburn5-28/+39
2009-04-28Argument deduction from class instances, bug 272848.Markus Schorn5-75/+88
2009-04-28Fix warnings.Markus Schorn3-11/+12
2009-04-28[Bug 273471] Child nodes on C++ class disappear on PE on an Undo actionAnton Leherbauer2-45/+63
2009-04-28RESOLVED - bug 273636: changes to enable MBS on EFS projectsChris Recoskie1-0/+5
2009-04-28Fixes CArrayType.getArraySizeExpression(), bug 273797.Markus Schorn8-122/+91
2009-04-28Fix test errors if cygpath not in pathAnton Leherbauer1-1/+6
2009-04-28Yet another attempt to fix BasicSearchTestsAnton Leherbauer1-2/+4
2009-04-28Performance of class name verification in new class wizard, bug 270924.Markus Schorn1-7/+1
2009-04-28Fix for 273272.Markus Schorn1-2/+2
2009-04-27Fix CodeFormatter JUnit test, bug 272006Anton Leherbauer2-19/+21
2009-04-27Follow up for fix of bug 273759.Markus Schorn1-9/+16
2009-04-27Fixes a loop in the c-parser, bug 273759.Markus Schorn3-3/+24
2009-04-27Add Save Actions preference page to context menu preferences, related to bug ...Anton Leherbauer1-4/+3
2009-04-27Comment adjustment.Sergey Prigogin2-8/+2
2009-04-26Comment adjustment.Sergey Prigogin1-1/+1
2009-04-26Bug 271264 : Error Parser tests intermittently failJames Blackburn3-12/+105
2009-04-25Cosmetics.Sergey Prigogin1-26/+16
2009-04-25Bug 249359. An option to remove trailing whitespace in either edited or all l...Sergey Prigogin11-56/+198
2009-04-24[272416] - fixed API problem with setterAlena Laskavaia2-9/+13
2009-04-24Bug 239923 - No Template proposals within doxygen commentsAnton Leherbauer5-4/+54
2009-04-24Fix warnings.Markus Schorn7-28/+19
2009-04-24Bug 272006 - [CodeFormatter] DBCS3.5: New Class wizard truncates first DBCS c...Anton Leherbauer3-9/+35
2009-04-23Preserve newline between type and function declarator, related to bug 192764Anton Leherbauer2-4/+23
2009-04-23[272416] - contribution for working set configurations usabilityAlena Laskavaia34-616/+5864
2009-04-23Follow up for bug 272815.Markus Schorn6-10/+11
2009-04-23Fixed an NPE (bug 248359, comment #22)Sergey Prigogin1-13/+5
2009-04-23Added IIndexInclude.getFullName method. Bug 272815.Sergey Prigogin7-109/+173
2009-04-22RESOLVED - bug 272986: changes to ICommandLauncherChris Recoskie2-3/+73
2009-04-21Bug 272969 #checkBuildSystemChange should not reorder project naturesJames Blackburn1-20/+29
2009-04-21Atomic undo of save actions.Sergey Prigogin1-0/+5
2009-04-21Bug 249359.Sergey Prigogin7-97/+463
2009-04-20RESOLVED - bug 272979: reference to CCorePlugin.log(Throwable) in AbstractInd...Chris Recoskie2-1/+13
2009-04-20Undid the previous change due to doubts in its safety.Sergey Prigogin1-1/+2
2009-04-20Fixed an API usage warning.Sergey Prigogin1-3/+2
2009-04-20[272744] fix for Open Declaration, doesn't work for ostream::operator <<Mike Kucera5-28/+62
2009-04-20Ranking of derived to base conversion, bug 269318Markus Schorn2-19/+45
2009-04-20Test case for bug 272848.Sergey Prigogin1-1/+17
2009-04-19Cosmetics.Sergey Prigogin1-2/+2
2009-04-19Rolled back change that introduced IIndexInclude.getFullName method since the...Sergey Prigogin2-28/+15
2009-04-17Fixes a NPE, bug 261784.Markus Schorn1-5/+17

Back to the top