Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2003-01-16fixed 'revert' behaviorDavid Inglis1-20/+21
2003-01-16fixed 'revert' behavior in debugger tabDavid Inglis1-0/+1
2003-01-16fixed 'revert' behavior in debugger tabDavid Inglis3-23/+39
2003-01-16Fixed http://bugs.eclipse.org/bugs/show_bug.cgi?id=29532David Inglis5-19/+46
2003-01-15Fix to address PR 29565 from the JDT from whome we copied badThomas Fletcher1-12/+12
2003-01-06updatedAlain Magloire2-1/+12
2003-01-06updatedAlain Magloire1-0/+16
2003-01-06Use expandEnvironment().Alain Magloire1-4/+3
2003-01-06Add expandEnviroment()Alain Magloire1-3/+119
2002-12-17call setDefaultSourceLocatorDavid Inglis1-0/+4
2002-12-17set default source locator method added and called in delegateDavid Inglis8-24/+185
2002-12-16change version to 1.0.1David Inglis1-8/+12
2002-12-03updated.Alain Magloire1-0/+8
2002-12-03Set the environment when doing "run" launching.Alain Magloire1-5/+22
2002-11-26patch from jgreenDavid Inglis1-1/+1
2002-11-26fixed lack of error msg when nothing selectedDavid Inglis1-41/+42
2002-11-23updatedAlain Magloire1-0/+5
2002-11-23Do not show the selection dialog if list is emptyAlain Magloire1-4/+5
2002-11-23new file for shortcut extension.Alain Magloire1-0/+330
2002-11-23new extension shortcut.Alain Magloire1-0/+12
2002-11-23updated.Alain Magloire1-0/+8
2002-11-23getProgName staticAlain Magloire1-1/+1
2002-11-23add new method erroDialog().Alain Magloire1-2/+20
2002-11-22Refresh the project when programs terminate.Alain Magloire1-1/+55
2002-11-22update.Alain Magloire1-1/+9
2002-11-22update.Alain Magloire1-0/+16
2002-11-22New methods verifyWorkingDirectory().Alain Magloire1-16/+91
2002-11-22use getWorkingDirectory instead of getWorkingDir().Alain Magloire1-3/+7
2002-11-22setDefaultDir() return the IProject location as the default.Alain Magloire1-4/+9
2002-11-22updated.Alain Magloire1-1/+9
2002-11-22Check the project exists() or isOpen().Alain Magloire1-4/+10
2002-11-14Detect if a project is closed then the source file can't be accessed inThomas Fletcher2-0/+8
2002-11-13Removed periods from statement definitionsThomas Fletcher2-3/+7
2002-11-13filter debugger list base on selected IBinary cpuDavid Inglis4-42/+126
2002-11-06fixed bug with preselection of project/program on new configurationsDavid Inglis3-14/+25
2002-11-04support "*" as platform and change local to nativeDavid Inglis3-4/+11
2002-11-04since config is shared we shouldn't filter that tab listDavid Inglis2-14/+12
2002-11-04Update to appease the SWT versions which do not initially provide a callback ...Thomas Fletcher1-28/+35
2002-11-01use newDebugTarget methodsDavid Inglis3-3/+8
2002-10-23support form debugger consoleDavid Inglis3-1/+30
2002-10-23fixed spellingDavid Inglis1-1/+1
2002-10-18fix feature build problem (jgreen patch)David Inglis1-2/+1
2002-10-09cleanup warningsDavid Inglis1-7/+7
2002-10-08fixed typoDavid Inglis2-2/+2
2002-10-02cleanupDavid Inglis1-3/+0
2002-10-01removed Process from debugtarget reateion for attach and corefileDavid Inglis2-4/+0
2002-10-01use new debug target creation methodsDavid Inglis2-70/+59
2002-09-27suppress error on cancelDavid Inglis3-8/+14
2002-09-26updateDavid Inglis1-1/+1
2002-09-26set stop at main on by defaultDavid Inglis2-5/+3

Back to the top