Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20filterClass contribution attribute to use the "Run"Alain Magloire2-17/+32
launch ShortCut.
2004-02-19Support For the Run contributionAlain Magloire3-4/+45
2004-02-18Remove deprecated Eclipse-2.0 calls.Alain Magloire2-3/+6
2004-02-18Added image icon when attaching.Alain Magloire4-1/+27
2004-02-18Use a two pane select dialog when attachingAlain Magloire2-3/+24
2004-02-17Fix to address PR 52085 where there was no mechanismThomas Fletcher1-0/+70
for importing environment variables into the configuration.
2004-02-17Fix to address PR 52085 where there was no mechanismThomas Fletcher1-0/+7
for importing environment variables into the configuration.
2004-02-15Further enhancements for PR 39580. If the icons are Thomas Fletcher1-0/+26
different (ie debug and release) then the executables show up as different entries when they should show up as the same with different "qualifiers"
2004-02-12Fix to address PR 39580 to improve scalability.Thomas Fletcher2-2/+89
2004-02-02Updates to improve usabilty with projects which containThomas Fletcher3-29/+99
multiple binaries and to improve extensibility of quick launcher.
2004-01-13removed warningDavid Inglis1-2/+2
2004-01-07organize imports.Alain Magloire1-2/+0
2004-01-07Fix Pr 49652.Alain Magloire3-2/+37
Show the full path of the binaries.
2004-01-05Fix the classpaths to use dynamic containers again.Doug Schaefer1-23/+1
My apologies :-)
2004-01-05Added org.eclipse.core.runtime.compatability as aDoug Schaefer2-2/+25
dependency to satisfy Eclipse 3.0M6 requirements.
2003-12-18updatedAlain Magloire1-0/+6
2003-12-18Possible NPE, PR 49146Alain Magloire1-6/+8
2003-12-18Fix for PR 49051David Inglis2-6/+10
2003-12-17updated the logAlain Magloire1-0/+7
2003-12-17Depend on org.eclipse.bootAlain Magloire1-1/+2
2003-12-17Choose a debugger base on the Eclipse platform.Alain Magloire1-1/+3
2003-11-25Upversioned the plugins, etc to 2.0.0.Doug Schaefer2-8/+4
Made sure the jar files got included in the zips.
2003-11-24Upgrade to Eclipse 3.0. Includes:Doug Schaefer2-14/+10
- upgrade plugin.xml files - use PDE containers - apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker - remove TestWorkbenches from test plugins
2003-11-06fix for 46126David Inglis1-0/+5
2003-11-06fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46129David Inglis2-8/+9
2003-10-27Patch from Mikhail Khodjaiants regarding source lookup.Thomas Fletcher1-7/+5
2003-10-27Patch from Mikhail Khodjaiants regarding source lookup.Thomas Fletcher6-323/+28
2003-10-232003-11-22 Mikhail KhodjaiantsDavid Inglis2-0/+13
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: Dispose 'SourceLookupBlock' when disposing 'CSourceLookupTab'.
2003-10-172003-11-17 Mikhail KhodjaiantsDavid Inglis2-2/+8
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: "Search for duplicate source files" option support.
2003-10-09patch from Mikhail KhodjaiantsDavid Inglis2-5/+8
- use 'MultiStatus' instead of 'Status' in the 'abort' method.
2003-10-01Upversioning everything to 1.2.0.Doug Schaefer1-1/+1
2003-09-25added help id to launch tabsDavid Inglis9-4/+66
2003-08-052003-08-05 Mikhail KhodjaiantsDavid Inglis2-4/+13
* src/org/eclipse/cdt/launch/sourcelookup/DefaultSourceLocator.java Check if the project saved in the launch configuration equals to the project set in the source lookup tab.
2003-07-28see ChangeLogDavid Inglis3-1/+20
2003-07-22refactor/bug fixDavid Inglis4-31/+29
2003-07-22see change logDavid Inglis5-7/+21
2003-07-17Applied patch for a new entry (IResourceChangeListener) to the 'getAdapter' ↵Thomas Fletcher2-1/+11
method of the 'DefaultSourceLocator'
2003-07-15Don't initialize in what may be a non-ui thread.Thomas Fletcher1-1/+0
2003-07-09Update to fill out the LaunchImage class which was not loading images.Thomas Fletcher9-10/+86
2003-07-03fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39583David Inglis5-20/+25
2003-06-26*** keyword substitution change ***David Inglis1-235/+235
2003-06-26see change log - David Inglis 2003-06-26David Inglis4-38/+85
2003-04-30fix NPE when list is empty and user select OKDavid Inglis1-1/+3
2003-04-23update versionDavid Inglis1-1/+1
2003-04-17updated.Alain Magloire1-0/+5
2003-04-17Fix typo.Alain Magloire1-1/+1
2003-04-03spellingDavid Inglis2-2/+2
2003-04-03removed warningsDavid Inglis2-2/+1
2003-03-27ICElement.getResource() no longer throw an exception.Alain Magloire2-27/+14
2003-03-27updatedAlain Magloire1-0/+5

Back to the top