Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Fixed an NPE.Sergey Prigogin1-7/+13
2009-05-15Renaming a virtual method, bug 63290.Markus Schorn10-66/+152
2009-05-14Remove useless parentExpression from commonSorter, related to bug 270103Anton Leherbauer1-10/+0
2009-05-13revert unintentional API break to deprecated org.eclipse.cdt.core.CommandLaun...Warren Paul1-1/+1
2009-05-13Index based code reader factory needs to respect the fallback factory, bug 27...Markus Schorn20-172/+295
2009-05-13Failing test case for bug 274973 - Problem when using backslash and ${cursor}...Anton Leherbauer1-3/+22
2009-05-13Prevent friend methods to be returned as declared method, bug 275358.Markus Schorn2-12/+42
2009-05-13Improved name filter for quick outline view, bug 271115.Markus Schorn1-2/+10
2009-05-13Bug 275645 - BadLocationException saving fileAnton Leherbauer1-2/+3
2009-05-13Instantiation of default template argument during argument deduction, bug 272...Markus Schorn5-11/+28
2009-05-13GeneratePDOM to output error message, bug 247087.Markus Schorn1-3/+8
2009-05-11RESOLVED - bug 103530: managed build: File with capital "S" extension not rec...Chris Recoskie1-1/+1
2009-05-11Cosmetics.Sergey Prigogin2-37/+72
2009-05-10Added protection against opening a dialog in JUnit test.Sergey Prigogin2-0/+6
2009-05-09Cosmetics.Sergey Prigogin2-38/+27
2009-05-09Second test case for bug 272848.Sergey Prigogin1-1/+18
2009-05-09A test for Add Include.Sergey Prigogin13-0/+206
2009-05-09Added checks to prevent insertion of duplicate 'using' declarations.Sergey Prigogin3-22/+73
2009-05-07[275373] [Standalone Indexer] NoClassDefFoundError when indexingMike Kucera1-1/+1
2009-05-07Fixed a typo.Sergey Prigogin1-1/+1
2009-05-07Fix empty PE if Resource elements disabled, related to bug 270103Anton Leherbauer1-0/+1
2009-05-07Fixed NPE.Sergey Prigogin2-12/+20
2009-05-07Selection of default template based on project type. Bug 238195.Sergey Prigogin3-9/+32
2009-05-04Extensive rewrite of Add Include. Bugs 236530 and 255952.Sergey Prigogin8-375/+678
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

Back to the top