Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-10-04use nature id in nature classDavid Inglis3-7/+8
2002-10-01fix NPE when editor closesDavid Inglis1-1/+4
2002-09-30Changed visibility od isCandidate to public to facilitate JUnit testsJudy N. Green4-5/+5
2002-09-30cleanup CEditor removed unused extension pointsDavid Inglis5-268/+60
2002-09-25Eclipse insists on rearranging the imports. No Changes :)Judy N. Green1-2/+2
2002-09-24fixup CDocumentProviderDavid Inglis1-26/+1
2002-09-24fix typeoDavid Inglis1-1/+1
2002-09-24fix C '#' derectives not bing highlightedDavid Inglis1-3/+2
2002-09-23make getChildren async for bin and arc containersDavid Inglis1-2/+3
2002-09-23Refactor outside of cdt.internalAlain Magloire1-1/+1
2002-09-23make getChildren() a synchronousAlain Magloire1-16/+4
2002-09-16Added doc to CVS IgnoreJudy N. Green1-0/+1
2002-09-16Added comment reminder to look into adding help pages in the future.Judy N. Green1-0/+5
2002-09-16Removed extraneous importJudy N. Green1-3/+1
2002-09-06uses builder api to get include pathsDavid Inglis1-36/+19
2002-09-06don't delete contents of project if error occursDavid Inglis1-1/+1
2002-09-05Cleanups to asm editor to fix highlighting, follow colorSebastien Marineau5-72/+186
2002-09-05Code assist now searches dependent projectsSebastien Marineau1-27/+45
2002-09-05Remove pulled-in 2.0 codeSebastien Marineau1-111/+2
2002-09-05Allow superclass to trigger redrawSebastien Marineau1-1/+1
2002-09-05Exclude closed projects from list of candidates for conversionJudy N. Green7-29/+29
2002-09-04Removed again ...Judy N. Green1-78/+0
2002-09-04Add a build.xml file for CDT UIJudy N. Green1-0/+78
2002-09-04Added op_error title and messages that were missingJudy N. Green1-0/+2
2002-09-03*** empty log message ***David Inglis1-78/+0
2002-08-28Add context menu ID's for the editor and rulerSebastien Marineau1-0/+14
2002-08-26Merge in fix submitted by Alex Chapiro for NPE in CViewSebastien Marineau1-12/+14
2002-08-26Bugfix for asm editor exceptionSebastien Marineau1-7/+37
2002-08-26changed plugin nameDavid Inglis1-1/+1
2002-08-21Remove more deprecated function warningsSebastien Marineau1-6/+7
2002-08-21Remove more deprecated function warningsSebastien Marineau5-5/+5
2002-08-21Remove deprecated function warnings (patch from Thomas FLetcher)Sebastien Marineau1-1/+1
2002-08-21Remove deprecated function warnings (patch from Thomas FLetcher)Sebastien Marineau5-11/+14
2002-08-15Added methods to create and convert toJudy N. Green16-166/+124
2002-08-15added debug launch action to c perspectiveDavid Inglis1-20/+26
2002-08-15handle non-ui startupDavid Inglis1-13/+18
2002-08-15removed bogus projectNatureImages extensionDavid Inglis1-8/+0
2002-08-14Moved catch block for CoreException from page level to Wizard levelJudy N. Green2-13/+12
2002-08-13allow init in non-ui threadDavid Inglis1-2/+15
2002-08-13Added Project Conversion Functionality, through wizards. Unkown to c?C++ and ...Judy N. Green11-6/+1261
2002-08-13handle execeptions in runnable when creating projectDavid Inglis4-31/+25
2002-08-13added abstract getProjectID plus handle execeptions in runnableDavid Inglis1-11/+25
2002-08-09Fix up the status line contributions so they work with the 2.0Sebastien Marineau3-239/+4
2002-08-09move C nature image hereDavid Inglis1-0/+9
2002-08-092.0 cleanupsSebastien Marineau2-23/+51
2002-08-09Make preferences consistent with javaSebastien Marineau1-71/+175
2002-08-092.0 cleanupSebastien Marineau1-16/+3
2002-08-09Add overview ruler and line numbersSebastien Marineau2-15/+706
2002-08-09Pull in from jdtSebastien Marineau1-0/+75
2002-08-07removed console clearing logic replaced with IConsole methodDavid Inglis3-26/+38

Back to the top