Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Remove useless non-javadoc see comments. (take 4)I20190329-0120I20190328-1800I20190327-1800I20190326-2305I20190326-1800I20190325-1800I20190325-0105I20190324-1800I20190323-1800I20190322-1800I20190321-1800I20190321-0435I20190321-0245Alexander Kurtakov7-103/+0
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel45-135/+270
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov2-33/+15
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.debug.uiKarsten Thoms2-2/+2
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel2-7/+7
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov2-31/+49
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms2-49/+31
2017-01-13Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Andrey Loskutov45-181/+181
2015-09-11Bug 476928 - NullPointerException in DebugActionHandler.getDelegateSarika Sinha1-2/+2
2014-10-08Fixed bug 220657: [console][run control] Add Teminate All action in console v...I20141008-1300Sarika Sinha2-4/+87
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie34-204/+388
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-14/+17
2013-05-14Updated copyright dateI20130515-2000I20130514-2000Dani Megert1-1/+1
2012-07-18Bug 385398 - DropToFrameCommandHandler calls wrong commandMarc Khouzam1-2/+2
2012-05-15Fix Copyrights.Pawel Piech6-6/+6
2011-10-19Bug 361448 - Keybinding doesn't appear in the debug toolbarPawel Piech4-5/+13
2011-09-22Bug 258767 - [debug view][menu] support for top level debug toolbarv20110922-1838Pawel Piech13-1/+310
2011-09-06Bug 324959 - Terminate and Remove doesn't always terminate (but always removes)Pawel Piech1-11/+32
2011-09-06Bug 356651 - [run control] Terminate and Relaunch should always terminate the...Pawel Piech1-0/+23
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ...Michael Rennie1-13/+13
2010-05-06Bug 310156 - Debug view: Can't delete terminated launch any moreDarin Wright1-10/+55
2010-05-04Bug 311474 - [debug view] Provide a default command handler for the Restart ...Pawel Piech2-2/+33
2010-03-25Bug 300810 - Keybinding for 'Terminate and Relaunch' does not work (as expect...Darin Wright2-0/+153
2010-02-16Bug 290219 - Debug View should not handle the Delete key if another handler f...Darin Wright1-2/+22
2010-01-05remove unused methods, fix compiler warningDarin Wright1-9/+1
2009-10-22Bug 292480 - Fixed an NPE in case where getLaunch(Object) returned null in po...Pawel Piech1-1/+3
2009-10-22Bug 292480 - Terminate and Relaunch does not properly support custom modelsPawel Piech2-13/+4
2009-10-15Bug 292465- Terminate and Remove action was broken by 284363Pawel Piech1-3/+3
2009-09-11Bug 286256 - Request to move Restart icon to core debug frameworkPawel Piech2-0/+115
2009-09-10 Bug 289076 - ClassCastException in command updateDarin Wright1-2/+1
2009-09-10Bug 284363 - Move DebugCommandAction to an API packagePawel Piech21-429/+136
2009-04-30rollback of: Bug 220657 - Teminate All in ConsoleViewDarin Wright1-25/+3
2009-04-22Bug 220657: Teminate All in ConsoleView.Curtis Windatt1-4/+26
2009-03-31updated copyrightsMichael Rennie1-7/+7
2009-01-05Bug 245314 - Populating variables view with logical structures is really slowDarin Wright2-4/+8
2008-12-31Bug 259839 - Typo in TerminateAndRelaunchActionCurtis Windatt1-3/+3
2008-05-29copyright updatesDarin Wright1-1/+1
2008-03-11Bug 222228 - Should delegate to platform adapater manager for adaptersDarin Wright1-2/+2
2008-03-11return adapters for non-adaptables properlyDarin Wright1-15/+2
2007-05-31Bug 190260 [doc] Add help doc contexts to all debug componentsDarin Wright12-12/+12
2007-05-29Bug 189665 - IProcess label not displayed in debug viewSamantha Chan1-0/+7
2007-04-05Bug 181152 'Toggle Step Filters' action has bad nameDarin Wright1-1/+1
2007-03-27update copyrightsDarin Wright19-35/+35
2007-03-21Bug 178463 NPE in Launch Configuration MgrDarin Wright1-1/+8
2007-03-09API clean up of experimental tagsDarin Wright1-6/+0
2007-01-17Bug 168434 move debug commands to core plug-inDarin Wright1-1/+3
2007-01-04Bug 168434 move debug commands to core plug-inDarin Wright20-268/+336
2006-12-18Bug 168434 move debug commands to core plug-inDarin Wright20-213/+87
2006-11-28Bug 166065 Deadlock in DebugCommandAction/DebugCommandActionDelegateDarin Wright2-12/+16
2006-10-30verified Bug 162320Michael Rennie3-7/+66

Back to the top