Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-26CopyrightI20180502-2000I20180502-0100I20180501-2000I20180430-2000I20180430-0715I20180429-2000I20180428-2020I20180428-1500I20180427-2000I20180426-2000I20180426-0500Sarika Sinha1-1/+1
Change-Id: I28a8c91e5eafc61156b3f59b50852fcebc57dafd
2018-04-25Bug 534015 - Remove Expression Icon Enabled even when an expression isKarthik Bhat1-1/+1
not added Delete Expression icon is enabled in debug session as soon as we click to add an expression. It should be enabled after an expression has been added and selected. Change-Id: Iec79c29965490fce911392598faf8c2935654c35 Signed-off-by: Karthik Bhat <kv.bhat@samsung.com>
2018-04-24Fix typos in launch prototypesI20180425-2000I20180425-1705I20180425-1650I20180425-1455I20180425-0910I20180425-0725I20180425-0505I20180425-0250I20180424-2000Michael Keppler2-5/+3
Also removed one completely unused message in that area. Change-Id: Ieac6caa0baaabc3dfabe89cbaa8cf61091be1eba Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-04-24Remove useless throws.Alexander Kurtakov1-2/+2
Change-Id: I54b08e46ecc260dbb7cfe292e939808acad4baf9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-24Remove redundant type arguments in o.e.debug.core.Alexander Kurtakov29-875/+199
Remove useless see comments. MessageForma varargs to ease reading. Change-Id: I09c8202aed6441969d252d28d198b5d2a0d78fa7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-24Move debug.examples.core BREE to Java 1.8.Alexander Kurtakov26-508/+115
Remove useless non-javadoc comments and some lambda conversion. Change-Id: Ied79c9f7009064acc93b8df0eddf8e505d7554e4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533788 - Use StandardCharsetsI20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov2-106/+10
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>
2018-04-18Bug 533751 - Direct use of IStructuredSelectionAlexander Kurtakov21-500/+63
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-04-13Bug 268608 - find/replace action disabled on first opening of consoleI20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000Simeon Andreev2-4/+54
Whenever a new console page is opened in the Console View, a FindReplaceAction is registered for this console page. The target of this action is set before the new console page is set as active by the PageBookView. 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 is also true when switching between consoles, or when closing the Console View and re-opening it. Two points are important here. First, global actions of TextConsolePage pages are only updated on creation of the action, or if the selection in the console's text widget changes. And second, PageBookView.showPageRec will set the current page only after the SWT control of the new page is created (i.e. only after the new actions are updated). Therefore the target of the global find/replace action is updated only when a new console page is created, and its updated with the wrong current page. This change ensures that the FindReplaceAction has the correct target page and its enabled state is correct, both when switching pages and when opening new ones. Namely, the selection of a TestConsolePage is "reset" after the new page is created and shown. Change-Id: I22c368acce902d12f83274c6df12e013fb7afaa3 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2018-04-11Bug 532580 - Sort launchers in debug launcher selection dialogI20180412-2000I20180411-2000I20180411-0735I20180411-0530Michael Keppler1-7/+12
Sort the available launchers by name. That makes the dialog more consistent with the same workspace preferences and is easier to read for the user. Change-Id: I844eaaa5b8b99513f7b8259c2be69571689aed33 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:532580
2018-03-29Minor - Removes unneccesary non-Javadoc and @see from VariablesViewI20180410-2000I20180409-2000I20180408-2000I20180407-1500I20180406-2000I20180405-2000I20180404-2000Lars Vogel1-125/+1
Change-Id: I66b865f38dbd60f683360e83525a9b0482789023 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov54-629/+246
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533053 - Remove redundant type arguments in o.e.ui.consoleAlexander Kurtakov10-235/+64
And remove useless non-javadoc see tags. Change-Id: I0205fa4506bd2d869923c56b286806a5f89503c1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533051 - Use system cursorsAlexander Kurtakov1-65/+2
So resources don't have to be created and disposed. Remove non-javadoc comments to ease reading. Change-Id: I69cc0c19bc61d12f46a1f2d035cda65c7eed41da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-21Bug 390052 - Viewer update listener timed outI20180329-0000I20180328-2000I20180327-2000I20180327-0805I20180327-0630I20180326-2000I20180325-2000I20180324-1500I20180323-2000I20180323-0355I20180322-2000I20180322-0645I20180322-0225I20180321-2000Sarika Sinha1-0/+1
Change-Id: I51fabdeb3ebf9c98761140012a5cbafa7d852b42
2018-03-19Bug 532579 - Center prototype tab iconI20180320-2000I20180319-2000Michael Keppler2-0/+0
The prototype tab icon is aligned at the bottom of the 16x16 area instead of in the center. This leads to it not being aligned with the remaining tab icons in the launch config UI. In the attached images the icon has been centered again. I'm aware a separate change is needed for eclipse.platform.images. Change-Id: I477589d3073f91f25c9a39f906fb5e841514478c Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-03-18Bug 532578 - Missing title when exporting launch configurationsMichael Keppler1-0/+1
When import or export wizards are used outside the general import/export wizard, then they need to be initialized. Change-Id: I698948437e8e2212a94cd43297c5d5281c80e23e Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug: 532578
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-28Bug 531211 - Menu labels for configuration/prototype are wrongS4_8_0_M6I20180308-0630I20180307-2000I20180307-1025I20180307-0900I20180307-0825I20180307-0800I20180306-2000I20180306-0800I20180305-2000I20180305-0800I20180305-0300I20180304-2000I20180304-0800I20180303-1500I20180303-1200I20180303-0800I20180303-0335I20180303-0155I20180303-0055I20180302-2000I20180301-2000I20180228-2000Sarika Sinha1-14/+14
Change-Id: I80d7f97795db6830ac9a68cc33affe5b669bc7a3
2018-02-26Bug 495658 - auto scroll lock should work with all consolesI20180227-2000Andrey Loskutov6-33/+87
Moved the logic and the preference value from debug.ui down to the console.ui plugin. Change-Id: I9c85c6cf52001c58dbd520a8fada42631e065614 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
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>
2018-02-19Reverted fix for bug 268608: [console] find/replace action in MessageConsole ↵I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000Dani Megert3-65/+31
disabled on first opening of console view
2018-02-18Bug 531241 - ConsoleDropDownAction and OpenConsoleAction disposed onI20180218-2000Andrey Loskutov3-4/+32
perspective reset Change-Id: I4c4d6f1741ee58e34977465226e127590dcc932c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-02-15Bug 435731 - [Tests] Listener not finished: Viewer Update ListenerI20180217-1500I20180216-2000I20180216-0415I20180215-2000Sarika Sinha1-0/+3
Change-Id: I6c8ce911bfcb53d5d07a433b4090b1a54b894ca3
2018-02-14Bug 435731 - [Tests] Listener not finished: Viewer Update Listener I20180214-2000Sarika Sinha2-2/+7
Change-Id: I818a80bc18315a264ddb720b8cc3ffee32e8ca61
2018-02-02Bug 495658 - Auto scroll lock should be disableableI20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000I20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000Sarika Sinha12-17/+85
Change-Id: Ie5b39dad6843a62c95914fa685ef3f25f97a1ec7
2018-02-01Bug 530603 - [9] Expose API to get ILaunchConfiguration forI20180202-0315I20180201-2325Sarika Sinha1-1/+24
ILaunchConfigurationDialog Change-Id: I872e1381def3e8a232473d62077a884b6e1f1928
2018-02-01Bug 473081 - Scroll lock enables on empty consoleI20180201-2000Sarika Sinha1-20/+36
Change-Id: Ida07a9a1921361c3b040a9222f233ed58cde2f54
2018-01-30Bug 530115 - Separate radio-group menu items in Variables > LayoutI20180201-0200I20180131-2000I20180130-2000Andreas Sewe1-0/+1
Change-Id: I5b8ce704a1029d19ee036e8e87b9c98721dce4ef Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2018-01-23Bug 529991 - [sonar] Resolve "Write to static field from instance meth."I20180129-2000I20180129-0605I20180129-0540I20180128-2000I20180127-1500I20180127-0150I20180126-2040René Purrio2-6/+6
Change-Id: I67ca78f5b45d1538610a81ce68344dd75a526935 Signed-off-by: René Purrio <rpurrio@itemis.de>
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

Back to the top