Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-19Bug 513790 - Compiler warnings in I20170316-2000 after moving to M6Y20170406-1000Y20170330-1000Y20170321-2315Y20170321-0120I20170412-2000I20170411-2000I20170411-0500I20170410-2000I20170409-2000I20170408-2000I20170407-2000I20170406-2000I20170405-2000I20170405-0300I20170405-0200I20170405-0130I20170404-2000I20170404-0840I20170404-0245I20170403-2000I20170402-2000I20170401-2000I20170331-2000I20170330-2000I20170329-2000I20170328-2000I20170327-2000I20170326-2000I20170325-2000I20170324-2000I20170323-2000I20170322-2000I20170321-2000I20170320-2000I20170319-2000Andrey Loskutov2-10/+10
compiler Change-Id: I8ed4bf58d11c23d054a950577add87415f3c910a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-18Bug 511743 - CCE at ProcessConsolePageParticipant.getShowInContext()I20170318-2000Andrey Loskutov1-0/+6
Don't return Boolean.TRUE for few unrelated calls in test code. Change-Id: I64390af9a26badc978422dddbd7a67f9e3f91c6c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-15Bug 473081 - Scroll lock enables on empty consoleY20170316-0500I20170317-2000I20170316-2000Sarika Sinha1-27/+49
Change-Id: Ie9fb5a2eaafea636f2c9f658c21ea9a7e633449f
2017-03-13Bug 513367 - IllegalStateException while decoding output to ConsoleI20170315-2000I20170315-0500I20170314-2000I20170313-2000Andreas Loth2-1/+60
Stream Change-Id: Ia205ed73daab72454193a33c7e3abf053186caa5 Signed-off-by: Andreas Loth <andy_2639@justmail.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-10Bug 511607 - Improve stability of launch group testsI20170310-2000Markus Duft1-6/+9
Change-Id: Ifa686d72f9629566b53f30ba47dee08c50d74cbe Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-03-04Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersY20170309-1000S4_7_0_M6I20170308-2000I20170308-0800I20170307-2000I20170307-0800I20170307-0610I20170307-0450I20170307-0420I20170307-0410I20170307-0150I20170306-2000I20170306-0800I20170305-2000I20170304-2000Sarika Sinha3-11/+50
at buffer boundaries correctly Change-Id: Iee66ccfd74f93760b1c0e26c7114d4b48cee6324
2017-03-03Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte ↵I20170303-2000Sarika Sinha2-22/+5
characters at buffer boundaries correctly" This reverts commit 5875ab13fa7cbd511932f98efcdeb50447d49d99.
2017-03-02Bug 498428 - "Run to Line" on Ctrl+Alt+Click in annotation/line numberY20170302-1000I20170302-2000Sarika Sinha4-2/+398
rulers Change-Id: I67d5909551609a848794031ba0581921a880911c
2017-03-02Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersAndreas Loth2-5/+22
at buffer boundaries correctly Change-Id: Idfeabbcff7330541c5908ac4b3464a5cce1398ce Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-01Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersI20170301-2000Andreas Loth10-90/+374
at buffer boundaries correctly Change-Id: Ib1651069ab6a1a09d26e0b33bfae2dc3aef2fd77 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-02-07Add missing copyright headers for recent changesY20170223-1000Y20170216-1515Y20170216-1450Y20170216-1000I20170228-2000I20170228-0330I20170228-0240I20170227-2000I20170226-2000I20170225-2000I20170224-2000I20170223-2000I20170222-2000I20170221-2000I20170220-2000I20170219-2000I20170218-2000I20170217-2000I20170216-2000I20170216-0140I20170215-2000I20170214-2200I20170214-2000I20170213-2000Markus Duft2-0/+20
Change-Id: I166699318948cff0bef1304aff7b635c5d0a5c6a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 467326 - NullPointerException in IOConsolePartition.delete (85)Y20170209-1000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530I20170209-2000I20170208-2000I20170208-0700I20170207-2000I20170206-2000Victor Rubezhny1-2/+2
The possible attempt to delete from read-only partition is fixed Change-Id: Id1a63ba5ef1cf74f3a594ba67e99f93cb59ea7cb Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft3-14/+85
This change registers a global listener in the LaunchManager that handles updating launch groups whenever a member of that group is renamed. This relies on the workings of the ILaunchmanager#getMovedFrom method. Change-Id: Ie1a617b6e826b0a1b6adb0a1b962dc18484f071a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 510990 - don't FAIL if regex doesn't match, but don't continueMarkus Duft3-8/+10
Change-Id: I437f0bbd361a942761f114dc067ed532a182a474 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-03Bug 510990 - launch groups: validate regular expression in input fieldMarkus Duft2-1/+9
Change-Id: Ic86cec79de82f55ca528e98ad8fb17a8d1701c32 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-31Bug 499528 - Adding the IDebugContextProvider results inY20170202-1000I20170205-2000I20170204-2000I20170203-2000I20170202-2000I20170201-2000Andrey Loskutov1-6/+19
nullpointerException in DebugWindowContextService Change-Id: I98228b8ba15b4b2073bed446cd9b483da0c51763 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-01-24Bug 508787: Launch Groups: UI bloopersY20170126-1700Y20170126-1000S4_7_0_M5I20170131-2000I20170130-2000I20170130-0600I20170129-2000I20170128-2000I20170127-2200I20170127-2000I20170126-1030I20170126-0505I20170125-2000I20170125-0800I20170124-2000Markus Keller2-11/+5
2017-01-23Bug 508787 - Rework launch configuration selection dialog for groupsI20170124-0800I20170123-2000I20170123-0830I20170123-0800Markus Duft5-243/+90
According to discussion in the bug 508787, a better layout for the selection dialog has been implemented. This also removed quite some (invisible) widgets from the dialog and should improve the overal experience with it. The most user visible change is that the launch mode combo is now below the launch configuration selection tree. Change-Id: I25296f5a4c9315af87d817c164a3d33b858919c2 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-20Bug 507661 - IOConsoleOutputStream and IOConsoleInputStream throw IOEI20170122-2000I20170121-2000I20170121-0950I20170120-2000Patrik Suzzi2-4/+8
According to Javadoc, java.io.Closeable#close() has no effect if already closed. With this change, IOConsoleOutputStream and IOConsoleInputStream are not throwing exception anymore when calling close() twice. Change-Id: I5fc4ae8eb4fbc276ff81c7e6cee606277ba91d39 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
2017-01-20Bug 71020 - [breakpoints] "Create Tracepoint" action (conditionalSarika Sinha1-1/+1
breakpoint with side-effect) Change-Id: Ic0fd25fea4f98f1080cab3778c5904b1c78afe01
2017-01-20Bug 71020 - [breakpoints] "Create Tracepoint" action (conditionalSarika Sinha1-25/+33
breakpoint with side-effect) Change-Id: If54ad2a58d0a1926d743f9cc14608b85f2427267
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 Loskutov956-15026/+15031
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>
2017-01-13Launch Groups: Support to wait for output on child stdoutMarkus Duft13-51/+407
This adds support to listen for output on the console of the launched item before continuing the launch. Bug: 508420 Change-Id: I84027592c82b546ddf60c415bcc7047d9bc5490a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Launch Groups: Support to skip running launchesMarkus Duft7-34/+167
This change introduces a flag on each group entry that allows to skip launching that configuration in case it is already running, launched either manually or by another group. This allows to prevent duplicate launches for certain configurations. Bug: 508420 Change-Id: If0bac83f4486967c9b634dcad8ebdc848c1a1e8e Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Initial contribution of LaunchGroupTestsY20170112-1300Y20170112-1000I20170112-2000Markus Duft3-1/+163
These contain basic test for the existing launch group functionality. No tests for the additional functionality are provided in this commit. Test for additional functionality will be in the according commits. This commit also fixes a bug in the existing functionality that marks a group as terminated too early. Bug: 508420 Change-Id: I1e1e0ae512384665f926d7225b55c701dca92409 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-09Bug 470536 - Expression is always hidden away by ellipses, even if thereI20170112-0245I20170112-0200I20170111-2000I20170111-0200I20170110-2000I20170109-2000Ralf M Petter1-3/+4
is enough room to show entire expression Lifts the hard coded limit from 30 to 254 characters for a watch expression name label. Change-Id: I1a472b0c3378408a4fed80f7481819bab191a0fa Signed-off-by: Ralf M Petter <ralf.petter@gmail.com>
2017-01-05Bug 509973 - Comparator errors in I20170105-0320Y20170105-1040Y20170105-1000I20170108-2000I20170107-2000I20170106-2000I20170105-2000Sarika Sinha1-0/+2
Change-Id: Idcbc041a835260db65c9bdd91051f7f740e0994f
2017-01-02Bug 509825 - ResourceException below BreakpointManager$5.run (thrown inI20170105-0320I20170105-0230I20170104-2000I20170104-0800I20170103-2000Andrey Loskutov1-1/+5
Marker.checkInfo) Change-Id: I573ad6db8f41e3d03a8e0d03dc149275ef3a506d Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-12-13Bug 495847 - Remove gif images for which pngs are availableY20161229-1000Y20161223-1030Y20161222-1000Y20161215-1200I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000I20161219-0145I20161218-2000I20161217-2000I20161216-2000I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000I20161213-0600Sarika Sinha2-0/+0
Change-Id: I1e8b5ec974e70193d27f738b9c5300068390c78e
2016-12-12Bug 495847 - Remove gif images for which pngs are availableI20161213-0300I20161212-2000Sarika Sinha176-0/+0
Change-Id: I7168ca9dced2e06dca06ba6c12604be5f1219cbd
2016-12-07Bug 508787: Launch Groups: UI bloopersY20161208-1000S4_7_0_M4I20161211-2000I20161210-2000I20161208-0830I20161208-0730I20161207-2000Markus Keller1-5/+5
2016-12-07Bug 508787 - Various UI improvementsI20161207-1340Markus Duft6-26/+62
* Added Mnemonics * Buttons use default minimum size * Added image to Launches tab * "Launch mode" label fixed * Launch mode entries are capitalized * Launch mode entries are sorted * Launch modes without available history are filtered Change-Id: I6f02fac9d9169e125ea923d57d6f57f4ec5dc751 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Fix self reference validation even for indirect self referenceI20161207-0800Markus Duft3-3/+49
Bug: 508726 Change-Id: Ia3bcd2355f47cf357fa31e17e28a909db648672f Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Bug 508733 - NPE on clicking Edit for an invalid launch elementI20161207-0515Markus Duft1-0/+3
Change-Id: I5262d988941f667eb0df97ffcb047949fa747ba1 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Bug 508728 - Launch Group description missing in Run / DebugSarika Sinha2-3/+5
Configurations dialogs Change-Id: I6b9eb9bfeee6385eb05ed65f4b94ff3edbc15491
2016-12-06Bug 508695 - Breakpoints view menu > "[Group|Sort] By": use same orderI20161206-2000I20161206-0800Sarika Sinha1-8/+8
as Problems view Change-Id: I4b64908b7519f198f335bedfa1418414b7df4449
2016-12-05CommonTabLite.SharedLocationSelectionDialog eleminatedI20161205-2000I20161205-0800Markus Duft1-23/+13
Should use ContainerSelectionDialog directly (@noextend) the same as CommonTab does it already. Bug: 508649 Change-Id: I8860c7160778c1e54b9a0c85a605c3b85ede2194 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-05Bug 508647 - Compile Warnings in I20161202-2000Sarika Sinha1-12/+12
Change-Id: I34b04328260f1f47505fa080cc2a31048eddb422
2016-12-02Bug 496184 - Cryptic error when inspecting a mode-specific launchI20161204-2000I20161203-2000I20161202-2000Sarika Sinha1-2/+2
configuration from a different mode Change-Id: Icfa64d38ca6d0eec88b715fde10fa3744f618138
2016-12-01Bug 498426 - Breakpoints view: Allow to sort by breakpoints creationY20161201-1000I20161201-2000I20161201-0800Sarika Sinha15-12/+319
time Change-Id: I1a8b30f4d174fcb6538a827e78ebff95e70088f1
2016-11-30Initial contribution of Launch GroupsMarkus Duft22-1/+2714
The initial contribution is a slightly modified/polished version of the launch group code in org.eclipse.cdt.launch. A follow up commit will contain additional modifications to merge features from another (external) implementation of launch groups. Bug: 492788 Change-Id: Ie0a902b857a5c2cc02f5c36d8591001493bd6e19 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-11-09Bug 489546 - still trying to stabilize the test caseY20161124-1000Y20161117-1000Y20161110-1000I20161130-2000I20161129-2330I20161129-2000I20161128-2000I20161128-0600I20161128-0330I20161127-2000I20161127-1300I20161126-2000I20161126-0815I20161125-2000I20161124-2000I20161123-2000I20161122-2000I20161121-2000I20161120-2000I20161119-2000I20161118-2000I20161117-2000I20161116-2000I20161115-2000I20161114-2000I20161114-0355I20161113-2000I20161112-2000I20161112-0405I20161111-2000I20161111-1220I20161111-0900I20161111-0740I20161111-0510I20161110-2030I20161110-1630I20161110-1225I20161110-1130I20161110-0710I20161110-0510I20161109-2000Andrey Loskutov1-4/+36
Change-Id: I54c8dbbf8d26234bd5f07c4a47bf0224e2e3eef6 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov5-63/+368
Protect access to fTargets and fProcesses with read/write lock to avoid possible ConcurrentModificationExceptions. Change-Id: I1a42b263cd9b64c7ebb914b5fdea0d2d3e408b73 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-10-27Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800Sarika Sinha10-143/+128
Change-Id: Ic30d5b6894408d5371b2095ef1b6cb109fbe318f
2016-09-21Bug 501064 - Remove unnecessary gifs from org.eclipse.ui.consoleY20161027-1250Y20161027-1000Y20161024-2045Y20161024-1300Y20161024-0700Y20161021-1200Y20161021-0600Y20161020-1800Y20161020-1000Y20161018-1100Y20161013-1000Y20161006-1000Y20160929-1000Y20160922-1000I20161101-0800I20161027-0700I20161027-0200I20161026-2000I20161026-1100I20161026-0800I20161025-2000I20161024-2000I20161024-1000I20161024-0410I20161023-2000I20161018-0800I20161011-0800I20161005-1430I20161005-1045I20161005-0815I20161004-1000I20161004-0800I20160927-0800Lars Vogel12-0/+0
Change-Id: Ib7858a454383ecaf0b6c23456afec0a74300e028 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-09-17Bug 495461 - [Debug] Copy Stack does not workI20160920-0800Till Brychcy3-0/+18
Change-Id: Ie4077e0a1ab58b9b724a7e6ba2bed778a4807789 Signed-off-by: Till Brychcy <register.eclipse@brychcy.de>
2016-09-14Bug 501333 - Trigger Points -- remove "Active Trigger" stateY20160915-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800Sarika Sinha4-83/+15
Change-Id: I533652d802fac7de2db1ea8a98893cc02fbeca4e
2016-09-13Bug 501315 - Disabled by trigger icon not updated in Breakpoints viewI20160914-0430I20160914-0030I20160913-2000I20160913-0800Sarika Sinha1-0/+1
Change-Id: If2ccc9147e08c99240ed9b92e916d8bb6b11f4d0
2016-09-12Bug 488664: [Breakpoints] Ability to set up Breakpoint dependencyI20160912-2000I20160912-1005Markus Keller2-10/+10
fixed Javadoc error from build set reasonable Javadoc compiler settings

Back to the top