Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-06-21Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicat...Mikhail Khodjaiants4-8/+18
2004-06-21fix parsing of unary ampersand cast on an expression resultAndrew Niefer2-3/+26
2004-06-21Added transparency to the icons.Mikhail Khodjaiants3-0/+5
2004-06-21String externalization.Mikhail Khodjaiants30-1753/+1612
2004-06-21Cached SimpleTypeSpecifiers in the CompleteParseASTFactory. Reduced parse fo...John Camelon4-23/+40
2004-06-21From Dave Williams: Doc Patch for Bug 67854 [Doc] Broken links in documentationDavid Daoust6-6/+12
2004-06-21remove check for typedefAlain Magloire1-5/+0
2004-06-21 - fix for bug #66108 (C++ browser cannot show members of class)Alain Magloire7-47/+49
2004-06-21 - fix for bug #66108 (C++ browser cannot show members of class)Alain Magloire6-10/+45
2004-06-21ask for scannerinfo of resource instead of projectDavid Inglis1-1/+1
2004-06-21Bug FixingHoda Amer2-1/+5
2004-06-21 // Add word rule for keywords, types, and constants.Alain Magloire1-5/+11
2004-06-2165623 - add rest of the index markersAndrew Niefer7-91/+155
2004-06-21Bug FixingHoda Amer3-9/+46
2004-06-21fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=68001David Inglis1-0/+3
2004-06-21fixed NPEDavid Inglis1-7/+9
2004-06-21getSourceElementsAtOffset() was not returning the childrenAlain Magloire1-2/+1
2004-06-21Fix NPE in lookupSymbolInContext()John Camelon1-0/+1
2004-06-21*** empty log message ***Sean Evoy1-1/+1
2004-06-21Fix for bug 67438 - All the actions on eclipse result in an error after perfo...Sean Evoy5-134/+311
2004-06-21Do not try to create the ".cdtproject" file if it does notAlain Magloire2-10/+19
2004-06-21Fixed up the fragment name properties. Apparently youDoug Schaefer11-21/+17
2004-06-21See if I can get the contents of the source feature into a build.Doug Schaefer12-5/+0
2004-06-21See if I can get the contents of the source feature into a build.Doug Schaefer1-0/+5
2004-06-21removed warningsDavid Inglis1-6/+5
2004-06-21fixed error when new config created with non-c project selectedDavid Inglis1-1/+4
2004-06-21From Dave Williams: Continuing doc cleanup, new tutorials, updated screen cap...David Daoust241-1619/+1630
2004-06-19 Fix for PR 66108Alain Magloire4-0/+67
2004-06-192004-06-18 Alain MagloireAlain Magloire2-6/+12
2004-06-192004-06-18 Alain MagloireAlain Magloire26-310/+327
2004-06-18tweaks to the indexer to fix some files not getting indexed on reopenAndrew Niefer5-3/+17
2004-06-18Externalizing strings.Mikhail Khodjaiants87-3171/+2504
2004-06-18Deferred typeid reference list creation until absolutely necessary.John Camelon1-1/+3
2004-06-18better problem reporting when DeclarationWrapper.createASTNodes failsAndrew Niefer1-1/+12
2004-06-18NPE due to an unitilitalized error parser tab in new project wizard.Sean Evoy1-2/+3
2004-06-18Remove NPE from ASTTypeId.getReferences()John Camelon1-1/+2
2004-06-18Final adjustment on error handling.John Camelon2-35/+47
2004-06-18Patch for Tom Tromey to make the unzip of the eclipse install optional.Doug Schaefer1-2/+5
2004-06-18Remove infinite loop on catching Throwable/Exception in Parser.translationUni...John Camelon1-0/+1
2004-06-18Fixed NPE in cleanup.John Camelon1-1/+1
2004-06-182004-0618 Alain MagloireAlain Magloire3-1/+35
2004-06-18Patch from Andrew for Help supportAlain Magloire6-4/+114
2004-06-18Added caching of type ID's in completeparse mode.John Camelon5-30/+56
2004-06-18Commit for Andrew NieferSean Evoy5-3/+68
2004-06-18Fix for Bug 66933: [Selection Search] Working set name is {0} in search resultsBogdan Gheorghe3-2/+10
2004-06-18better error reporting to the callbacks around the base specifierAndrew Niefer2-6/+12
2004-06-18Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=67834. Thanks to Dave for...John Camelon2-1/+32
2004-06-18bug 67680 - better error handling around problems in the base clause specifierAndrew Niefer3-5/+34
2004-06-18Patch for TanyaHoda Amer2-3/+9
2004-06-18Part 2 of Fix for Bug 62668Bogdan Gheorghe2-4/+28

Back to the top