Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Bug 533788 - Use StandardCharsetsI20180509-0800Alexander Kurtakov1-2/+3
Another bunch of such changes. Change-Id: I4012772607b8f7c165156b8d03fbd5bcbee4b581 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533788 - Use StandardCharsetsI20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov1-9/+3
Also remove useless see comments, convert to lambda and remove redundant type arguments in touched files. Change-Id: Ia38a6b2b4861a75f7b3d16bef471bc3393f938f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-08Bug 528321 - Log error if unable to toggle breakpointAndrey Loskutov1-1/+2
Just added logging to find the root cause of bug 528321. Change-Id: I220eb45070096fa5d4ef40cff3936eddb32ae8f9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-10-18Bug 526139 - NullPointerException in ToggleBreakpointAction.getDocumentI20171025-0800I20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000I20171018-2000Andrey Loskutov1-5/+8
Change-Id: I95bec4d9f62613f25a94c2c3ea3e86df07918e6a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel7-13/+13
org.eclipse.debug.ui Change-Id: Iaa1506dffb86445b0bec008c1a595f90b8a02148 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov1-1/+7
This reverts commit d8621eaf55a1e95ff894dda0a241af08cc6111fe. Change-Id: I30777d3cf90d9a14f5de5e599b8a0ceefe1c8292
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms1-7/+1
Change-Id: Ia0d3478be72f514cce6e57cb679fa60668bdb23f Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-03-11Bug 498428 - removed printStackTrace() callI20170312-2000I20170311-2000Andrey Loskutov1-2/+1
Change-Id: Ib33fe3bc0ae80f3dad5775a495aca1db3b2d0fa5 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-02Bug 498428 - "Run to Line" on Ctrl+Alt+Click in annotation/line numberY20170302-1000I20170302-2000Sarika Sinha2-0/+392
rulers Change-Id: I67d5909551609a848794031ba0581921a880911c
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 Loskutov39-645/+645
Also enabled "cleanup whitespace on save" actions for debug.ui and debug.tests bundles. Change-Id: I755b879ab1d49144a1bec3f4318dbb8b29521bb3 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-07-30Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchY20160804-1000I20160803-2000I20160803-0800I20160802-2000I20160802-0800I20160801-2000I20160801-0800I20160731-2000Sarika Sinha4-36/+68
actions and Context based launch Change-Id: Icef7f143a7d967c5d7126180a359fd4fcbe3422e
2016-04-16Bug 487554 - Add "Terminate and Relaunch" to menu and toolbarI20160419-0800I20160417-1112Sarika Sinha1-1/+4
Change-Id: I662be435ba0f808746aa4120d2314cec009684c1
2016-04-15Bug 487554 - Add "Terminate and Relaunch" to menu and toolbarSarika Sinha1-2/+22
Change-Id: I37cc8c369e34ad860070d50a88964185b4d1721b
2015-04-29Bug 440033 - InjectionException: java.lang.StackOverflowError inI20150511-2130I20150511-2000I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445I20150429-2000I20150429-1330I20150429-1230Anton Leherbauer1-4/+8
org.eclipse.e4.ui.workbench.renderers.swt Change-Id: Idae8f17e88a994f7ab8c1089796128f6a73c35b4 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha2-36/+28
Change-Id: I48f14fe5c9ee51a09ede0bc30380cb8e55b5ada2
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert5-6/+6
IAdaptable#getAdapter(..)
2014-08-12Removed unnecessary casts from Bug 430981: Add type information to ↵Markus Keller2-3/+3
IServiceLocator.getService
2014-03-18Fixed compile warningI20140318-0830Dani Megert1-2/+1
2013-08-08Warn about resource leaks (Tycho build)Dani Megert1-3/+5
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie27-233/+315
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-2/+4
2013-05-14Updated copyright dateI20130515-2000I20130514-2000Dani Megert1-1/+1
2012-12-19Bug 396822 - ILaunchable interface usage and documentation is confusingv20121219-150920I20130108-0800I20130101-0800I20121225-1600I20121225-0800Pawel Piech1-0/+12
2012-07-31Fixed wrong @since tagsDani Megert1-30/+35
2012-07-31Bug 384460 - Provide Breakpoint Serialization/Deserialization APISebastian Schmidt1-6/+57
2012-05-15Fix Copyrights.Pawel Piech6-6/+6
2012-04-16Bug 376818 - Accidental revert of previous commitv20120416-1420N20120417-1633N20120417-1307I20120426-1030I20120426-1000I20120426-0800I20120425-1600I20120425-1200I20120425-0800I20120424-1700I20120424-1600I20120424-0800I20120419-1434I20120418-0248I20120417-1000I20120417-0800I20120417-0334I20120417-0255I20120417-0235I20120417-0211I20120417-0142I20120416-2327Mike Rennie1-1/+1
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie1-1/+1
prefs
2012-04-11Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpointMarkus Keller1-1/+1
modifiers in ruler popup menu.
2012-04-02Bug 291832 - [launch] Handle shortcut enablement evaluation exceptionsBen Vitale2-2/+14
2012-03-14Bug 227877 - [launch] RelaunchLastAction should *not* be internalv20120314-1459Mike Rennie1-0/+243
2012-03-08Bug 313828 - [expr] Make the plus icon in Expressions view accessible ↵Pawel Piech1-1/+2
through public API
2012-03-07Bug 373030 - [breakpoints] Move BreakpointTypesContribution to a publicMike Rennie1-4/+9
package - update legal header + doc
2012-03-05Bug 373030 - [breakpoints] Move BreakpointTypesContribution to a public packagePawel Piech1-2/+0
Cleanup printf's.
2012-03-02Bug 373030 - [breakpoints] Make BreakpointTypesContribution to a public packagePawel Piech2-0/+156
2012-02-22Bug 372216 - IToggleBreakpointsTargetExtension2 methods must specifyMike Rennie1-3/+3
that event may be null
2012-02-22Bug 372216 - IToggleBreakpointsTargetExtension2 methods must specifyMike Rennie1-2/+2
that event may be null
2012-02-21Bug 371981 - Make IToggleBreakpointsTargetExtension2 usable for clientsv20120221-2007Christian Georgi2-7/+10
compiled against older Eclipse versions
2012-02-17Bug 369856 - [bp] Allows clients to create and extend toggle breakpoint actionsv20120217-1721Pawel Piech6-8/+141
2012-02-16Bug 346615 - Simple way to disable breakpoint and access breakpointMike Rennie3-37/+116
properties
2011-07-07[nobug] fix Javadoc warningsMichael Rennie11-35/+47
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ↵Michael Rennie6-288/+299
problems
2011-06-29Bug 310661 - [external tools] Ctrl-click on external tools with no history ↵Michael Rennie1-8/+12
does nothing
2011-03-22Bug 338576 - Add the platform IEvaluationContext as a parent for debug UI ↵Michael Rennie2-6/+4
IEvaluationContexts
2010-09-01Bug 324072. Debug view "Terminate/Disconnect All" doesn't workDarin Wright1-2/+5
2010-07-30Bug 321261 - Run Last Launched External Tool opens External Tools ↵Darin Wright1-1/+1
Configurations window
2010-07-21Bug 315501 - [doc] update API documentation for ILaunchableDarin Wright1-1/+30
2010-03-16Bug 297899 - Stepping key-bindings get ignored the first time they are pressedDarin Wright1-343/+346
2010-02-26 Bug 300393 - LaunchingResourceManager.isContextLaunchingEnabled should ↵Michael Rennie2-5/+3
consider the external tools launch group
2010-02-03 Bug 295022 - [launching] Ctrl+click on Debug or Run toolbar button should ↵Michael Rennie1-4/+4
open launch config shown in tooltip

Back to the top