Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-15Bug 485070 - improve handling of long strings in debug details paneS4_8_0_M5I20180124-2000I20180124-0800I20180123-2000I20180123-1010I20180123-0800I20180122-2000I20180122-0800I20180121-2000I20180121-0800I20180120-1500I20180120-0800I20180119-2000I20180119-0110I20180118-2000I20180117-2000I20180116-2000Tobias Melcher1-2/+55
vertical scroll index is now kept for long strings over multiple lines Change-Id: Id5200c4e933de1aa9d3c1178a0908a52019b3de6 Signed-off-by: Tobias Melcher <tobias.melcher@sap.com>
2018-01-12Bug 529738 - Fix PrototypeTab typoI20180115-2000Axel Richard1-4/+4
Change-Id: I75b273d895ba14505b43ac0e4c39918ee30c9794 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2018-01-11Bug 529635 - [sonar] Resolve "Possible null pointer dereference"I20180114-2000I20180113-1500I20180112-2000René Purrio4-15/+14
Change-Id: I2d445f9e52fa07ade342c7252ff5154737cedd48 Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-08Bug 528843 - Alt+Cmd+B shortcut bound to "Skip all Breakpoints" but noI20180111-2000I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000Sarika Sinha1-2/+2
UI indication Change-Id: Ic378a0ab4f6a88546817cdf9c8aadd6437a9fc0e
2018-01-05Bug 529427 - [sonar] Resolve "instanceof will always return true"I20180107-2000I20180106-1500I20180105-2000René Purrio4-23/+17
Change-Id: I6b251df47346eaf3aa5e68c7073081f94704314b Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-04Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)I20180104-2000Karsten Thoms1-7/+2
Change-Id: Id0c6516e9619a2fda1ca233937d9db7dda81b5f4 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-01-04Bug 514319 - Using a dedicated trim method to trim the expressions labelsMartin Schreiber3-3/+53
When selected expressions get copied into the clipboards text transfer, first cut off the leading and tailing quotes. This is done by extending the VirtualCopyToClipboardActionDelegate with a method called trimLabel. Clients (in that case a own action delegate for expressions) could do additional trimming to the label provided by the label provider. Change-Id: I71a5c205f7eb2a8db5d112eec2d3a28dbb237f1e Signed-off-by: Martin Schreiber <m.schreiber@bachmann.info>
2017-12-27Bug 529248 - "New console" should be on top, and other consoles orderI20180104-0030I20180103-2000I20180103-0140I20180102-2215I20180102-2000I20180101-2000I20171231-2000I20171230-1500I20171229-2000I20171228-2000I20171227-2000Andrey Loskutov3-29/+42
fixed Separated semantically different "New Console" contribution from other console *page* contributions by placing it on top and adding a separator after it. Additionally added a "Console" icon to it and sorted remaining contributions alphabetically. Change-Id: I2bfb18753637fe84c668f7a93dcd7c878a19d7f7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-27Bug 529162 - Don't use empty job namesAndrey Loskutov3-20/+5
Change-Id: I62364f847eac31cd6dd1ebd310560e192b1b8288 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-21Revert "Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)"I20171226-2000I20171225-2000I20171224-2000I20171223-1500I20171222-2000I20171221-2000Sarika Sinha2-3/+6
This reverts commit da79c20c8a687737fe4a0780faf23d86a37d4b57. By mistake. Change-Id: Ied84f9ea9bfc8d3fea8d1c56ff62ee5c4b9873b3
2017-12-21Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)Karsten Thoms2-6/+3
Use new method getOffsetAtPoint(Point). Added dependency restriction on org.eclipse.swt. Change-Id: Ic441ba3bf5208f45322c2cb454a0171727789f11 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-20Bug 527185 - Platform Debug should use SWT.SHEET with File and DirectoryI20171220-2000Sarika Sinha13-25/+28
Dialog Change-Id: Ia53d282ed416eb09856af7d3dce2475b8326e048
2017-12-20Bug 528469 - Refresh LC tree when linking from PrototypeTabAxel Richard2-1/+21
Change-Id: Icb820b5dec90f3c99e9cba2bf85cb729a7acba63 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-13Bug 485069 - add WhitespaceCharacterPainter to DefaultDetailPaneI20171219-2000I20171218-2000I20171217-2000I20171216-1500I20171215-2000I20171215-0930I20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000Tobias Melcher1-11/+59
whitespaces are now shown in debug details pane depending on text editor preference Change-Id: I779422ae0cd2499c2160ddd8ab15291d801cbbbb Signed-off-by: Tobias Melcher <tobias.melcher@sap.com>
2017-12-12Bug 507090 - Icons for run as/debug as context menuI20171212-2000Patrik Suzzi1-4/+10
With this change, we add proper icons to the "Run As" and "Debug As" submenus, both in the context menu and in the top level menu. Change-Id: I5bdca81338980415e755d3df8365afe81e2b2281 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
2017-12-12Bug 528468 - Missing Mnemonics in Prototype tabSarika Sinha1-3/+3
Change-Id: I726464bc502ca7c70943e0a09aaa3962f2d633ad
2017-12-12Bug 41353 - fixed API errors (added @since tags on new methods)Andrey Loskutov3-9/+3
Change-Id: I98f9a606526d0c4b647732affb208d7a18f4b1c2 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-12Bug 528461 - Linking Prototype gives widget disposed errorSarika Sinha1-3/+7
Change-Id: Ifb4e2ebe43631a5c611711a64c0f2f7998c70d15
2017-12-11Bug 41353 - Launch configuration prototypesI20171211-2000Axel Richard72-121/+3065
First implementation of the launch configuration prototypes mechanism. Change-Id: I21a2a97b83aa9cb1be79153bbc4b72171cc6be20 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
2017-12-08Bug 390052 - Viewer update listener timed outI20171210-2000I20171209-1500I20171209-1020I20171208-2000Sarika Sinha1-1/+3
Change-Id: I18582e6ea64a0319e55e799d1255622e86fdfca0
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-12-01Revert "Bug 513355 - Create top level Debug menu"S4_8_0_M4I20171206-2000I20171206-0800I20171205-2000I20171205-0800I20171205-0250I20171205-0030I20171204-2000I20171204-0850I20171204-0830I20171204-0530I20171203-2000I20171203-0800I20171202-1500I20171202-0800I20171201-2000I20171201-0600Sarika Sinha2-43/+24
This reverts commit eee1fdca463a9e904fcc4ab5cbb22a9ceb3450ac. Change-Id: I22ca03ea79a2d8646a8d05b18b1a62706be19cb4
2017-12-01Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345Sarika Sinha16-14/+25
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-11-28Bug 527852 - Compile warnings in debug.ui in I20171128-0100I20171130-2100I20171130-2000I20171129-2000I20171128-2000Sarika Sinha2-4/+4
Change-Id: Ic65a503fc8d615cf765a98446c574ecb03751a5c
2017-11-16Bug 513355 - Create top level Debug menuI20171128-0100I20171127-2000I20171126-2000I20171125-1500I20171124-2000I20171123-2000I20171122-2000I20171121-2000I20171121-0020I20171120-2225I20171120-2000I20171119-2000I20171118-1500Andrey Loskutov2-24/+43
Created top level "org.eclipse.ui.debug" menu named "Debug" which contains all groups previously defined in "org.eclipse.ui.run" menu, except the "runGroup". All groups defined in "org.eclipse.ui.run" are left as before, to allow seamless client transition without breaking anyone. Moved all debug related contributions to the new menu. Change-Id: I57560ee6cbffd560e0b73db94de8cf5ac3dfa348 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-11-15Bug 518652 - Provide "export" right click menu for launch configurationsI20171117-2000I20171116-2000Lucas Bullen14-8/+141
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-11-14Bug 464898 - Improve default Debug perspectiveI20171115-2000I20171115-0115I20171115-0025I20171114-2000Andrey Loskutov1-13/+21
Taking layout proportions from the Java perspective and showing most important views on top by default: - "Navigation" stack left: Debug and optionally Project Explorer - "Console" stack on bottom: Console, Problems - "Outline" stack on the right: Variables, Breakpoints, Expressions and optionally Outline and Properties The editor area is slightly narrow as in the Java perspective (the right view stack is slightly wider to give enough place for 3 views). Change-Id: I24b68f1797a07193e7e4b26a0947763d73d94267 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-11-08Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms5-6/+6
Change-Id: I67272d54f503635c460ccf382322ac4487933f71 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-05Bug 526058 - test should wait for job trigered by AbstractModelProxyI20171108-2000I20171107-2000I20171106-2000I20171106-0630I20171105-2000Andrey Loskutov1-4/+7
This seem to fix the instability of the ContentTests.testLabelUpdatesCompletedOutOfSequence* tests. Change-Id: Ib3b414c4f65076095ba7a9d5fc9c29dc33d8a795 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-10-25Bug 526058 - [Tests]S4_8_0_M3aS4_8_0_M3I20171104-2025I20171104-1500I20171103-2000I20171103-1105I20171103-0715I20171103-0405I20171102-2000I20171101-2000I20171031-2000I20171030-2000I20171030-0400I20171029-2000I20171028-1500I20171027-2340I20171027-2000I20171025-2000Andrey Loskutov1-1/+1
ContentTests.testLabelUpdatesCompletedOutOfSequence2 is unstable Changed the test order to avoid instability of test testLabelUpdatesCompletedOutOfSequence2 which, if executed after testLabelUpdatesCompletedOutOfSequence1 sometimes fail (on my Windows machine it failed always). Change-Id: Ib4a5b5351de05a0b1f8171390fb19339fa9edca6 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-10-18Bug 526192 - Removed unused filters from Platform DebugSarika Sinha1-14/+0
Change-Id: Iee4f1bfa49356a024203d417691a5c95803fd2fe
2017-10-16Bug 521958 - Platform debug to register contribution to Generic EditorI20171017-2000I20171017-0515I20171016-2000Sarika Sinha1-0/+8
Change-Id: Ie9449f5f50e30a00aeaff6a4d17235e7e50a0936
2017-10-12Bug 521958 - Code cleanupI20171015-2000I20171015-0655I20171014-1500I20171013-2000Mickael Istria4-3/+25
Added copyright Fix version Change-Id: Ia02f5096bfa9c5066517b0d2f28b38568882dff0 Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-10-12Bug 521958 - Platform debug to register contribution to Generic EditorI20171012-2000Sarika Sinha1-0/+1
Change-Id: Ib3fc6fe47a3f964ceda6739748d7e3e0882a2971
2017-10-12Bug 525596 - Use StringBuilder instead of StringBuffer inLars Vogel3-4/+4
org.eclipse.core.externaltools Change-Id: Ie82e88ed87e670c39b769e28410dd9ea8571bd9c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-11Bug 521958 - Added generic debug hoverMickael Istria4-1/+611
And contribute it to Generic Editor Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: Ic7cfd1e231b117a2837e543f6dbb535594179662
2017-10-09Bug 525778 - NPE in LaunchConfigurationTabGroupViewer.java:330 I20171011-2000I20171011-0305I20171010-2000I20171009-2000Sarika Sinha1-2/+4
Change-Id: Id7343287b87c7c0044821dd2106107a9f7568b25
2017-10-03Bug 439017 - use timeout while waiting on conditionI20171008-2000I20171007-1500I20171006-2000I20171005-2000I20171004-2000I20171004-0315I20171003-2000Andrey Loskutov24-1978/+662
Introduced TestUtil.waitWhile() and AbstractDebugTest.waitWhile() methods to allow tests to fail if some condition does not change after a given timeout. This should give some hints about test failures without crashing (DNF) entire test suite. Also introduced AbstractViewerModelTest to remove lot of copy/paste code from related tests. Change-Id: I435872c74482f86e87a42f286834200ef3b45bfe Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-09-26Merge R4_7_Maintenance for Java9I20171002-2000I20171001-2000I20170930-1500I20170929-2000I20170928-2000I20170927-2000I20170927-0420I20170926-2000Sarika Sinha4-79/+203
Change-Id: I93feda21eb29db31eee086d317c17706aca3fdd0
2017-09-20Merge remote-tracking branch 'origin/BETA_JAVA9' into R4_7_maintenanceSarika Sinha4-79/+203
2017-09-20Bug 522241 - org.eclipse.ui.console mixes tabs and spaces code indentI20170925-2000I20170924-2000I20170923-1500I20170922-2000I20170921-2000I20170920-2000Simeon Andreev48-3683/+3683
The source of org.eclipse.ui.console has a mix of tabs and spaces, in some caes on the same line. This makes editing the source very awkward. E.g. changing code and undo-ing changes results in indentation changes nevertheless (on save action). In this change space indentations are replaced with tab indentations, for the source of plug-in org.eclipse.ui.console. This follows the project formatting settings. Change-Id: I9ee197b4eeea1c2764b2e55dce55bbeb3881a64a Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2017-09-18Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170920-0100I20170919-2000I20170918-2000Lars Vogel13-83/+83
org.eclipse.ui.console"" This reverts commit 06126c5243b5c6a38d046927c3707245510e48a7. Change-Id: I7dab6cb6131d21320418a1faef8c9d52bc3fe89a
2017-09-15Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170917-2000I20170916-1500I20170915-2000Lars Vogel10-57/+57
org.eclipse.ui.externaltools"" This reverts commit 526712fe7f83cfe453c4d752d7628775ef7f67ab. Change-Id: I70f4f5a6313c45870dae8614d52df8f0c5589620
2017-09-13Bug 268608 - find/replace action disabled on first opening of consoleI20170915-1030Simeon Andreev3-6/+44
Whenever a new console page is opened, a FindReplaceAction is registered for this console page. The target of this action is set before the new console page is set as active. This results in either a disabled find/edit action, if there was no previous console page, or an action which targets the previously active console page. I.e. the user either cannot search in the new console page, or searches in an old one. This change ensures that the created FindReplaceAction has the correct target page: the target page is updated once the console page is activated by the ConsoleView. This fixes the bug. Change-Id: Ib59be79b361b91949e7ace4f4e1803b4039cad95 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from eclipse.platform.debug"S4_8_0_M2I20170913-2000I20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800Alexander Kurtakov4-4/+4
This reverts commit d71407fce98314cd722753454b30fa2ea2888ed4. Change-Id: I012a28268bd6161d8e051dc02246b329eecade2e
2017-09-11Bug 522027 - Remove trailing whitespace from eclipse.platform.debugI20170911-2000I20170911-0800Lars Vogel4-4/+4
Change-Id: I3a0867bf281ca84ded8fcba3885713eed7acbd64 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from ↵Lars Vogel10-57/+57
org.eclipse.ui.externaltools" This reverts commit 597f63f236bb78f7dd63a019735a9fd53d5361ea. Change-Id: Id5f826090359188cc01972d112751250b898b945
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from org.eclipse.ui.console"Lars Vogel13-83/+83
This reverts commit 6eb6173863a9d530b243625374686242b4af9e7d. Change-Id: Ifcaf83566313e0bf4616f4429bb6163b7f5307d8
2017-09-08Bug 522059 - Remove redundant specification of type arguments fromI20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Lars Vogel181-493/+496
org.eclipse.debug.ui Change-Id: Iaa1506dffb86445b0bec008c1a595f90b8a02148 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>

Back to the top