Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Bug 145635 - Support for debug view pin & cloneppiech/Bug145635Pawel Piech5-9/+23
- Changed background of breadcrumb in pinned view, vs. in Debug view.
2013-02-15Bug 145635 - Support for debug view pin & clonePawel Piech13-605/+9
- Cleanup: removed redundant pin actions.
2013-02-01Bug 145635 - Support for debug view pin & clonePawel Piech1-1/+2
- Fixed index out of bound exception when pinning to an empty selection in Debug view.
2013-02-01Bug 145635 - Support for debug view pin & clonePawel Piech12-13/+368
- Replaced separate pin and clone actions with a single action.
2013-01-29Bug 145635 - Support for debug view pin & clonePawel Piech1-1/+1
Fix NPE.
2013-01-23Bug 145635 - Support for debug view pin & clonePawel Piech4-43/+16
- Clone view action shows the view it's created. - Simplified cloned view secondary ID tracking. - Fixed tracking of placeholder in pin breadcrumb when there's an empty debug context (upon remove all in debug view).
2013-01-23Bug 145635 - Support for debug view pin & clonePawel Piech1-1/+1
Added disposed guard in debug view breadcrumb.
2013-01-23Bug 145635 - Support for debug view pin & clonePawel Piech4-14/+15
Refactoring cleanup.
2013-01-23Bug 145635 - Support for debug view pin & clonePawel Piech26-160/+738
- Added drop-down pin action to select pin context factory. - Simplified interface names.
2013-01-15Bug 145635 - Support for debug view pin & clonePawel Piech1-6/+8
- Fix test failures in StateTests
2013-01-14Bug 145635 - Support for debug view pin & clonePawel Piech3-34/+52
- Cleaned debug item validator which determines which elements in breadcrumb's virtual viewer are "visible". - Fixed a bug where placeholders were shown when user re-pinned the breadcrumb.
2013-01-11Bug 145635 - Support for debug view pin & clonePawel Piech51-801/+3446
2013-01-10Bug 369012 - [expr] Modifying a variable value using cell editor is notv20130110-191348Samrat Dhillon1-1/+12
reflected in view.
2013-01-10Bug 378615 - NPE in ConsolePatternMatcher$MatchJob.runMike Rennie1-1/+4
2013-01-09Bug 309293 - [console][i18n] BIDI3.6 Wrong display of path with HebrewMike Rennie1-4/+0
characters (console, JET Transformation)
2012-12-19Bug 396822 - ILaunchable interface usage and documentation is confusingv20121219-150920I20130108-0800I20130101-0800I20121225-1600I20121225-0800Pawel Piech1-0/+12
2012-12-18[nobug] remove extraneous doc folders and filesv20121218-204702I20121218-1600Mike Rennie6-151/+0
2012-12-17Bug 340790 - Breakpoint detail pane created twicev20121217-213753I20121218-0800Curtis Windatt2-15/+16
2012-12-13Bug 340790 - Breakpoint detail pane created twiceCurtis Windatt1-26/+18
2012-12-11Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forI20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000Mike Rennie1-44/+45
eclipse.platform.debug - missing root POM change
2012-12-10Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-205647I20121211-0800I20121210-2000Thanh Ha5-5/+5
eclipse.platform.debug
2012-12-03Revert "Bug 327497 - [source lookup] Two debug source look up requests for ↵v20121203-170000I20121210-0800I20121209-2000I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800Mike Rennie1-66/+37
the same debug session" This reverts commit 6969f6131bc0b5b970509047133b72ec67d8b3c0.
2012-12-01Bug 327497 - [source lookup] Two debug source look up requests for the same ↵Pawel Piech1-37/+66
debug session
2012-11-23Bug 394982 - Debug: All references bombs out with a errorv20121123-204605I20121127-0800Curtis Windatt1-4/+7
2012-11-22Bug 394834 - Add help contexts for launch configurationsv20121122-192903Mike Rennie2-4/+4
2012-11-20Bug 394650 - Cannot open context help with launch config or typeCurtis Windatt1-3/+8
selected in any launch configuration dialog
2012-11-13Bug 393812 - find dialog gives error when select non-top level items from ↵v20121113-214424I20121120-0800Pawel Piech2-60/+6
the dialog for variables/expressions/registers views.
2012-11-09Bug 392855 - DebugContextSourceProvider should check for Null beforev20121109-220628I20121113-0800Pawel Piech2-4/+5
subscribing fEvaluationService.addSourceProvider
2012-11-06Bug 393700 - [Export breakpoints] Wrong file appears in overwrite dialogValentin Ciocoi1-21/+18
and wrong file can be overwritten
2012-11-01Bug 393374 - Error in HasChildrenUpdate.doEquals()v20121101-212335I20121106-0800Pawel Piech3-3/+3
2012-10-25Bug 392840: Process Properties dialog throws IAEv20121025-161739I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Markus Keller1-5/+25
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ↵v20121025-124248Markus Keller2-29/+36
line) Reverted special treatment of Windows arguments in DebugPlugin.exec(..)
2012-10-16Bug 391989 - Add tycho.scmUrl for eclipse.platform.debug.gitI20121024-1200I20121024-1130I20121023-0800I20121016-2240Curtis Windatt1-0/+4
2012-10-16Bug 386673 - Show warning messages in launch configuration dialogv20121016-001855I20121016-0800Mohamed Hussein6-7/+96
2012-10-12Bug 391667 - ConcurrentModificationException installing model proxiesPawel Piech1-16/+18
2012-10-10Bug 387504 - Bugs in program argument parsing (compared to command line)Markus Keller2-8/+32
2012-10-09fix mixed line delimitersMarkus Keller1-1/+2
2012-10-08Bug 386097 - [debug view] Cannot copy stack trace with "Show Qualified ↵v20121008-183959I20121009-0800Pawel Piech2-54/+48
Names" option enabled
2012-10-08Bug 390052 - ↵v20121008-163013Pawel Piech1-2/+9
VirtualViewerFilterTests.testREfreshToUnfilterElementsWithMixedFilters test times out on Windows 7
2012-10-04Bug 380288 - NPE switching to the Breakpoints ViewPawel Piech5-8/+40
Added guard to prevent updating viewer while input == null.
2012-10-03Fixed bug 278529: [console] Background color not set when Console opensv20121003-094357Dani Megert1-1/+2
the first time
2012-10-03Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-10-02Bug 386820 - Double-clicking on a disabled builder in Builders Propertyv20121002-163042Mike Rennie1-10/+18
page leads to a DebugException
2012-10-01Bug 382374 - Synchronization looks fishy inv20121001-203657I20121002-0800Mike Rennie1-4/+4
org.eclipse.ui.console.IOConsoleOutputStream
2012-10-01Bug 378134 - Missing ToogleLineBreakpoint commandv20121001-160410Mike Rennie2-12/+19
2012-10-01Bug 390621 - [Preferences]Icon for the annotation in preferences windowMike Rennie1-6/+10
is missing.
2012-09-28Bug 387504: Bugs in program argument parsing (compared to command line)v20120928-144435Markus Keller1-1/+1
2012-09-26Bug 387504: Bugs in program argument parsing (compared to command line)Markus Keller1-1/+1
Fixed ArgumentTests.testProgramArgEmptyString
2012-09-21Bug 387504: Bugs in program argument parsing (compared to command line)v20120921-184318I20120925-0800Markus Keller1-12/+16
2012-09-17Bug 389753: Set SWT.COLOR_INFO_FOREGROUND wherever we use ↵v20120917-185536Markus Keller2-3/+13
SWT.COLOR_INFO_BACKGROUND

Back to the top