Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Bug 550153, Bug 549908 - Don't hide breakpoint icons behind otherY20190919-0900Y20190916-0900Y20190914-0255Y20190913-0735Y20190912-0900Y20190912-0055Y20190910-0005Y20190909-0900Y20190905-0900Y20190903-1130Y20190902-0900Y20190829-0900Y20190826-1000S4_13_0_RC2aS4_13_0_RC2S4_13_0_RC1R4_13I20190916-1045I20190907-1130I20190906-1800I20190906-0940I20190906-0410I20190904-2200I20190904-1805I20190904-0605I20190903-2155I20190903-1800I20190903-1410I20190903-1110I20190903-0605I20190902-1800I20190902-0805I20190902-0600I20190901-1800I20190901-0600I20190831-1800I20190831-0600I20190830-1800I20190830-0550I20190830-0440I20190828-1800I20190828-0600I20190827-1800I20190827-0600I20190826-1800I20190826-0640I20190826-0415Paul Pazderski1-1/+1
annotations Also related is Bug 80089 where an equal solution was proposed years ago. Change-Id: I9c1ade437f8d85fdb5e24f56a57a391fa18a7dd6 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-08-15Bug 548250 - [javadoc] Fix 'Missing tag for parameter' warningsY20190822-0900Y20190819-0900S4_13_0_M3I20190823-0840I20190823-0530I20190821-1800I20190821-0600I20190820-1800I20190820-0855I20190820-0600I20190819-2355I20190819-0600I20190818-1800I20190817-1800I20190816-1800Paul Pazderski9-30/+75
Change-Id: I6dc01c6b296d3d93648012cbbca0175100d75fcb Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-08-14Use StringBuilder in org.eclipse.debug.uiY20190815-0900I20190816-0155I20190814-1800Lars Vogel7-15/+15
Change-Id: Ifd968748a493a9717bce4841360eec6bd7fc7893 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-08-12Bug 549903 - Replace usage of deprecated SubProgressMonitor withI20190813-1800I20190812-1800Paul Pazderski3-70/+37
SubMonitor Also replaced the anti-pattern: if(doMore) { doSomething(new SubProgressMonitor(monitor)); } else { monitor.worked(); } As consequence skipped optional work will not move the progress bar anymore but leave the space for the remaining tasks. Change-Id: Id58944194449f58f887e8969d7ba9d7c16939f9c Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-08-10Remove trailing whitespaces in org.eclipse.debug.uiY20190812-0900Lars Vogel13-23/+23
Already active the via save actions on the project but code still contains some whitespace Change-Id: I2f1df596aa9cc6de753a99324ab5382fd972549c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-08-10Run Organize imports org.eclipse.debug.uiLars Vogel4-4/+3
This would have made the fix for https://git.eclipse.org/r/#/c/147409/ easier Change-Id: Ic95f0d1b03cc89e93192547e2dd7adcbc7e29d10 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-08-10Bug 549858 - Use PlatformUI.getWorkbench instead ofLars Vogel14-18/+25
AbstractUIPlugin.getWorkbench AbstractUIPlugin.getWorkbench is a simple wrapper around PlatformUI.getWorkbench . As we want to reduce the usage of activators, we are planning to deprecate AbstractUIPlugin.getWorkbench via Bug 549848. Activators can slow down the start of Eclipse applications and should be avoided if possible. Change-Id: Id61f894709d98534021f412405b1cde42318632f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-07-25Bug 549140 - org.eclipse.ui.console.consoleFactories extension pointY20190808-0900Y20190805-0900Y20190801-0900Y20190730-0135Y20190730-0055Y20190729-0900Y20190725-0900I20190811-1800I20190810-1800I20190809-1800I20190808-1800I20190807-1800I20190806-1800I20190805-1800I20190804-1800I20190803-1800I20190802-1800I20190801-1800I20190801-0600I20190731-1800I20190730-1800I20190729-1800I20190728-1800I20190727-1800I20190726-1800I20190725-1800Lakshminarayana Nekkanti1-11/+3
should handle platform icons Change-Id: I3c51bceb0ba1ecc045b978b5f49f4cccd8cc96b5 Signed-off-by: Lakshminarayana Nekkanti <narayana.nekkanti@gmail.com>
2019-07-22Bug 548869 - Tabbing in Environment Variable Table unusableI20190724-1800I20190723-1800I20190722-1800Andrew Obuchowicz1-7/+4
Added use of ColumnViewerEditor.TABBING_CYCLE_IN_VIEWER in the environment variable table. Change-Id: If1dc7985fffb36ecb48359f37c45ec7b9e0b0a2c Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-07-15Bug 548799 - Replace usage of AbstractUIPlugin#imageDescriptorFromPluginY20190722-0900Y20190718-0905Y20190718-0450Y20190715-2335I20190721-1800I20190720-1800I20190719-1800I20190718-1800I20190717-1800I20190716-1800I20190715-1800Alexander Fedorov1-4/+7
Use ResourceLocator#imageDescriptorFromBundle Change-Id: Iecd9472c60526e40774f776315e34d37a794e7e6 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2019-07-06Bug 548869 - Tabbing in Environment Variable Table unusableY20190715-0900Y20190711-2335Y20190711-0900S4_13_0_M1I20190714-1800I20190713-1800I20190713-1105I20190713-0230I20190712-1800I20190712-0625I20190711-1805I20190711-1120I20190711-0825I20190710-1800I20190710-0610I20190709-1800I20190709-0610I20190708-1800Andrew Obuchowicz1-7/+42
Change-Id: I880bcf5bf73eddf944595df84d2e02875c897f9f Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-07-05Bug 32205 - Move "merge output" launch attribute constant from ui toY20190708-0900I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800Paul Pazderski7-32/+23
core Change-Id: I8c3c6be953954443f4be3adb053b404140d83816 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-05Use StringBuilder in BuildFilesResolverI20190705-1800Lars Vogel1-1/+1
Change-Id: I52422ae2164a1b7106e814889ed940ed91b7d1b5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-07-05Use StringBuilder in IOConsolePartitionerLars Vogel1-3/+3
Change-Id: Ie42efbe82534acbeffc5725c223df339a217642b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-07-05Bug 529651 - Add unit test for 'no build before group launch'Paul Pazderski2-4/+91
Change-Id: Ifeb288c9088b9d7ea0b37a78ef86465e0ee75424 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-05Bug 529651 - Launch group launches do not build before launchAlexander Fedorov3-2/+54
Launch group delegates the build flag resolution to IStatusHandler that reads the IDebugUIConstants.PREF_BUILD_BEFORE_LAUNCH preference Change-Id: If8c6b1bbf0987279228e89edfd76e36157f097c2 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2019-07-03Bug 548886 - Support 'Show Command Line' button for external toolY20190705-0620Y20190704-0900I20190704-1800I20190704-0245I20190703-1800Paul Pazderski3-25/+36
launches Change-Id: I0f51d0a10187c86a310d75a40552a19021fa3af4 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-03Bug 548885 - Launch dialog's 'Show Command Line' disabled after applyPaul Pazderski1-3/+5
Change-Id: I7f8e2db74cdadec7b0c484435cc1230a75f0f6fc Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-03Bug 32205 - [console] Add launch option to merge process outputI20190703-0640Paul Pazderski16-286/+437
Also make use of output merge option in external tool launch. Change-Id: Ibc3cec8df076a4cea3f83e37fa2640115dd3f49b Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-02Remove unused NLS message variableI20190702-1800Paul Pazderski1-1/+0
EnvironmentTab_2 is not used and has no corresponding message. Change-Id: I1f7f256d9c3f9ad55e2ca4240d272d74209c69f1 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-07-02Bug 548356 - [console] Fix wrong input handling with multiline pastePaul Pazderski1-31/+44
The last input handling fix changed (unintentional) the behavior on pasting multiline input. Change-Id: Ib302ec08043b2f5aedafaec9e2d796ef82645f2f Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-06-29Bug 548356 - [console] Fix input handling in IOConsoleI20190702-0930I20190702-0610I20190701-1805Paul Pazderski4-162/+437
Existing IOConsole and especially IOConsolePartitioner have various problems with user input handling e.g. if existing input surrounded by output is modified or a character composition is started inside an output partition. Change-Id: I3ea4f19553d6363e0d3cdc5280b577be57b45bd9 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-06-28Bug 548520 - Change use of "New" to "Add" for Env Var TabY20190701-0635I20190630-1800I20190629-1800I20190628-1800Andrew Obuchowicz3-22/+17
Removed redundant externalized string Change-Id: I6f91d1b6bc9e969b7843defddd4cb9b5bce36977 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-06-26Bug 548344 - Remove Tab Support for environment inline editingY20190628-1440Y20190627-0630I20190627-1800Andrew Obuchowicz1-5/+1
Patch ready for review. Change-Id: I1b36ae797264e38a9cae67529ec803fd6c875524 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-06-25Bug 548344 - revert wrong javadoc change caused javadoc errors in relengY20190627-0200Y20190627-0045I20190627-0135I20190626-1800I20190626-0720I20190625-1800I20190625-0535Andrey Loskutov1-6/+4
Change-Id: Ib9bfd15e7f3a060148315380db2ee22c6e397468 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-06-24Bug 548557 - Warnings in I20190621-1800 for debug.uiI20190624-1800Sarika Sinha1-0/+3
Change-Id: Ifcada89b06f9c8a8ed16f8754a9dc347c476b052 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2019-06-21Bug 548520 - Add right-click context-menu for Java environment var tabI20190623-1800Andrew Obuchowicz3-0/+93
Patch ready for review. Change-Id: Ie1d939bc0bf50ca58098785bb072de980c56fbb2 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-06-21Bug 548344 - Add inline editing support for environment variables tableI20190621-1800Andrew Obuchowicz3-81/+241
Applied requested changes. Patch ready for review. Change-Id: Idfce2e6549a6c13af2b96b8e8c9c37f762e58c51 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-06-21Lamba optimizationLars Vogel15-17/+16
Use method references if possible Remove unnecessary brackets Change-Id: I82c219171f7b3e459d4e2f70ae916d44d25fdc11 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-20Small String optimizationI20190620-1800Lars Vogel16-32/+32
Useless toString call in String concatenation Using String.valueOf instead of ""+ Use faster indexof('') version Change-Id: Iec383bd1b6af03a40af735f9ec878689caf4fb23 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-20Bug 474156 - Run API Tools builder in the Gerrit verification buildMickael Istria5-2/+9
Change-Id: I3eae25388f28246b1bdd6adf7accae56e1f829ef Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190620-0130I20190619-1820I20190619-1800I20190618-1805Lars Vogel37-136/+78
Change-Id: I9c95900ed1b6e8823bb30c4ded37f214a92deffc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-18Bug 446151 - Dead lock while startingI20190618-0225Sarika Sinha1-4/+9
Change-Id: I7030b4b58b88cd278add760ac18bf7beccaeee90 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2019-06-17Bug 547064 - [console] Unnecessary linear search in IOConsolePartitionerI20190617-1800Paul Pazderski2-66/+103
getPartition can use binary search like computePartitioning already does. Also computePartitioning fails if no partitions available or requested range is behind known partitions. Change-Id: I54b120e91a696412bf9466f5a2f10d7bac154b0c Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-06-17Removes redundant semicolonsLars Vogel3-4/+4
Change-Id: Ia156b94bd7a69b362d7ad272347e61e2fd7760bc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17StringBuilder instead of StringBufferLars Vogel2-2/+2
Change-Id: Ife52e063a0baa0504b6549f25df4d170999f0498 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17Remove redundant blockLars Vogel1-27/+25
Change-Id: Ic7b908b1e823d854b13c7fd4d882a98aef730c8d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190616-1800I20190615-1800I20190614-1800Paul Pazderski555-34343/+34343
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I95f385f1587b72776aee5d955b66e82539dedc3c
2019-06-144.13 version updatesKarsten Thoms6-6/+6
Bump versions for: - org.eclipse.core.externaltools - org.eclipse.core.variables - org.eclipse.debug.examples.core - org.eclipse.debug.examples.ui Required for https://git.eclipse.org/r/#/c/142394/ Change-Id: I44573999ecb9f99c2be39110434a623b32521a2e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-14Use try-with-resourcesCarsten Hammer1-7/+1
Convert try finally block to try-with-resources Change-Id: Ie1c7a18c07e60600405e5beba0ff4ae573568fe3 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-13Use StringBuilder instead of StringBuffer where possible.Carsten Hammer71-99/+100
Change-Id: I990721405fb7e486fc93ef2b22e56e81ed4a78c8 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-13Replace chain of ifs with switchI20190614-0330I20190613-1800Carsten Hammer6-94/+118
Sometimes if statements are chained and form a series of == comparisons against constants. Such situation is more readable if written using switch statement. Change-Id: I699710eb77cb7b84e34d32ec1460daab696c8591 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-12String.indexOf can be replaced with String.containsI20190613-0210I20190612-1800I20190612-0115Carsten Hammer5-5/+5
Change-Id: Ia3ff4eebc3799a8c1b8f6bbcddd200d08e1d966b Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-124.13 version update for org.eclipse.debug.examples.uiKarsten Thoms2-2/+2
Required for https://git.eclipse.org/r/#/c/142756/ Change-Id: I0250e6f1da73bf5d1e611e303f73c11c6bb525f5 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-12Use isEmpty() instead of size()==0 where possibleCarsten Hammer16-19/+19
Change-Id: Iba492570def0a381d0c4a06a5ad3b7c8c8a3419e Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-124.13 version updateKarsten Thoms6-6/+6
Updates for bundles - org.eclipse.debug.core - org.eclipse.debug.examples.memory - org.eclipse.debug.tests Required for https://git.eclipse.org/r/#/c/142755/ Change-Id: I688962782924fe02be0252096a7263678aae32c7 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-114.13 version update for org.eclipse.ui.externaltoolsLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/142750/ Change-Id: Iab89cc41932dcec8d61d6346d7866bcf1b8d8f3f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-114.13 version update for org.eclipse.ui.consoleLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/142750/ Change-Id: I1cf0b64f886174193d28434da1eb186364c95f0a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-114.13 version update for org.eclipse.debug.uiLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/142746 Change-Id: I6de5873e4a632444226eec54fcf7f8597097b013 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190610-1800I20190610-0135I20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi12-12/+12
Change-Id: I2d875884ed291c9180439959c4d2940a75fd0803 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

Back to the top