Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)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 Kurtakov1-4/+5
Handled by Override annotation. Change-Id: Ic81aef130640547b3d07fd874f9da197bdbc1644 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel1-3/+6
Commands used for this conversion: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I3c49f3d254233c87acef9c83b3eb9ba831b9d6ff Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-04-18Bug 533751 - Direct use of IStructuredSelectionAlexander Kurtakov1-62/+2
Instead of getSelection and cast. Remove useless @see comments in touched files too. Change-Id: I60d49967e9e56ccaf047817a1ac25d9add2075da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-09Bug 532211 - SWTException on launch tab changeI20180318-2000I20180317-1500I20180316-2000I20180316-0740I20180316-0730I20180316-0525I20180316-0510I20180316-0455I20180315-2000I20180314-2000I20180313-2000I20180312-2000I20180311-2000I20180310-1500I20180309-2000Brian de Alwis1-1/+1
Change-Id: I3e6128ad00119bffd68234afd73a11f6b6b8cfc2
2018-02-26Bug 531679 - Run configuration window cannot be maximizedI20180226-2000Jonas Hungershausen1-1/+1
Change-Id: Ica01725daee8212d95ad24fa2f8093d0dcdbdb73 Signed-off-by: Jonas Hungershausen <jonas.hungershausen@vogella.com>
2017-12-20Bug 528469 - Refresh LC tree when linking from PrototypeTabAxel Richard1-1/+7
Change-Id: Icb820b5dec90f3c99e9cba2bf85cb729a7acba63 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-11Bug 41353 - Launch configuration prototypesI20171211-2000Axel Richard1-0/+66
First implementation of the launch configuration prototypes mechanism. Change-Id: I21a2a97b83aa9cb1be79153bbc4b72171cc6be20 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-11-15Bug 518652 - Provide "export" right click menu for launch configurationsI20171117-2000I20171116-2000Lucas Bullen1-0/+13
Ian: Export can be activated with a right click menu. Selecting any configs will allow it to be automatically selected in the wizard. Lucas: Enable Finish when wizard is opened completed New icons Buttons added to top of Configuration Dialog Change-Id: I75436d5b7d1ab2a6c62e4890ca61622ac652b5d4 Signed-off-by: Lucas Bullen <lbullen@redhat.com>
2017-09-26Merge R4_7_Maintenance for Java9I20171002-2000I20171001-2000I20170930-1500I20170929-2000I20170928-2000I20170927-2000I20170927-0420I20170926-2000Sarika Sinha1-2/+2
Change-Id: I93feda21eb29db31eee086d317c17706aca3fdd0
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel1-3/+3
org.eclipse.debug.ui Change-Id: Iaa1506dffb86445b0bec008c1a595f90b8a02148 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-07bug 516532 - Run configuration has changed dialog should use verbsI20170908-0035I20170907-2000Fabian Pfaff1-5/+7
* changes buttons for save dialog to "Save" and "Don't Save" * changes buttons for failed save dialog to "Discard" and "Don't Discard" Change-Id: I620926afa8c1b4b691e55ab25f231e4baaca87d8 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2017-09-01Bug 518866 - [9] User should have the ability to define module path andSarika Sinha1-2/+2
classpath while launching Change-Id: I55dbc85b53d87d5936f9335023ad4385314a53d9
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 Loskutov1-125/+125
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 Sinha1-5/+54
actions and Context based launch Change-Id: Icef7f143a7d967c5d7126180a359fd4fcbe3422e
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie1-18/+46
2012-10-16Bug 386673 - Show warning messages in launch configuration dialogv20121016-001855I20121016-0800Mohamed Hussein1-2/+8
2011-04-05Bug 341922 - Configuration errors do not go away after deleting configurationMichael Rennie1-0/+1
2011-04-05Bug 341638 - LaunchConfigurationsDialog#restoreExpansion() should not pass ↵Michael Rennie1-1/+2
same element more than once
2011-02-15Bug 333684 - [Dialogs] SWTExceptions when closing launch configuration ↵Michael Rennie1-2/+3
dialog with the help up
2011-01-24Bug 332047: Clicking 'Edit...' on 'Workspace Cannot Be Locked' dialog should ↵Curtis Windatt1-46/+41
select workspace location https://bugs.eclipse.org/bugs/show_bug.cgi?id=332047
2010-10-22Bug 328295 - Launch button disabled after failed launchDarin Wright1-0/+1
2010-08-05Bug 321850 - Launch config dialog wrongly asks to save unsaved changesDarin Wright1-0/+2
2010-05-18Bug 312974: flash in LCD description when switching between configurationsCurtis Windatt1-32/+46
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312974
2010-05-12Bug 312681 - Launching by hitting run from Launch Config Dialog failsDarin Wright1-3/+1
2010-03-19Bug 306518 - Patch to adopt new red cancel button in ProgressMonitorPartDarin Wright1-102/+102
2010-02-03 Bug 295022 - [launching] Ctrl+click on Debug or Run toolbar button should ↵Michael Rennie1-2/+68
open launch config shown in tooltip
2009-12-01 Bug 282308 - [launching] Launch configuration dialog resizes willy-nilly ↵Michael Rennie1-3/+22
to my frustration
2009-11-23ensure style for the toolbar to be FLAT to match the view formMichael Rennie1-1/+1
2009-11-18Bug 293264 - Run configurations: buttons without associated textMichael Rennie1-2/+2
2009-11-17 Bug 282308 - [launching] Launch configuration dialog resizes willy-nilly ↵Michael Rennie1-22/+13
to my frustration
2009-11-02 Bug 293498 - [launching] Run and Debug Configurations dialogs don't appear ↵Michael Rennie1-3/+9
in response to menu selection
2009-10-22Bug 291339 - validateEdit not called for launch configuration stored locallyDarin Wright1-3/+4
2009-05-27copyrightDarin Wright1-7/+7
2009-04-02Bug 269961 [launching] Confusing "Discard Changes?" dialog when trying to ↵Michael Rennie1-1/+1
filter with pending changes
2008-12-16Bug 256569 Possibly broken code in ↵Michael Rennie1-62/+2
LaunchConfigurationTabGroupViewer.setSelection(ISelection, boolean)
2008-07-03Bug 239446 - org.eclipse.debug LaunchConfigurationsDialog fails to load when ↵Curtis Windatt1-1/+5
PlatformUI SHOW_FILTERED_TEXTS is false https://bugs.eclipse.org/bugs/show_bug.cgi?id=239446
2008-04-15Bug 217933 No hyperlink in LCD to set launcher after setting supported modeMichael Rennie1-1/+1
2008-04-15Bug 217933 No hyperlink in LCD to set launcher after setting supported modeMichael Rennie1-2/+2
2008-03-26Bug 224128 LCD title not correct creating a new configurationMichael Rennie1-1/+1
2007-11-23Bug 210368 Run configuration dialog does not show error message if on tab ↵Michael Rennie1-1/+1
with error
2007-09-20Bug 204189 - Always prompted to save launch configurationsDarin Wright1-0/+3
2007-09-05Bug 202059 Run dialogue: switching between read-only or removed launch ↵Michael Rennie1-80/+61
configurations.
2007-08-23Bug 198545 Debug Core should use EMPTY_STRING constantMichael Rennie1-6/+7
2007-07-31Bug 190873 [launching] Environment tab grows wider on each config selectionMichael Rennie1-1/+1
2007-07-31Bug 198437 EMPTY_STRING constant not usedMichael Rennie1-11/+6
2007-05-07Bug 184972 [launching] the Search... button is the new dirty buttonDarin Wright1-7/+18
2007-04-12Bug 112081Michael Rennie1-3/+23
[launching] Widget is disposed error from launch config window
2007-03-28remove EXPERIMENTAL tagMichael Rennie1-2/+1
2007-03-27update copyrightsDarin Wright1-3/+3
2007-01-25Bug 74480Michael Rennie1-1/+4
[launching] Simplify the launch experience for less technical users of Eclipse

Back to the top