Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Bug 271752: Improve "Path Mappings" UI.Mikhail Khodjaiants3-0/+661
2009-04-08Bug 246201.Ken Ryall1-4/+130
2009-03-16[268233] - Dependencies on internal constants cause the CDT build to fail aga...Pawel Piech1-3/+2
2009-03-13bug 254200 - use ICU4JVivian Kong17-20/+21
2009-03-12[111711] - added go to address action to cdi dissasembly viewAlena Laskavaia1-0/+124
2009-03-12[268314] - default project name should not contain spaceAlena Laskavaia1-1/+1
2009-03-12[268314] - remove limitation on type id of launch configAlena Laskavaia2-11/+14
2009-03-03Refresh the files list if the exe changes.Ken Ryall1-0/+14
2009-03-02Bug 262826 - Fix bundle locationAnton Leherbauer1-2/+2
2009-02-27Bug 262826 - Create common C/C++ launch configurationsPawel Piech5-0/+607
2009-02-25Bug 265796Ken Ryall1-0/+1
2009-02-05- a bit of extensibility for disassembly viewAlena Laskavaia2-1/+11
2009-01-29Add constant for the Signals view, as is done for the other CDT debugger views.John Cortell1-0/+5
2009-01-28[216618] - Format submenu now should appear for expressions as wellAlena Laskavaia3-39/+225
2009-01-23Bug 236857Ken Ryall1-7/+7
2009-01-09Fixed bugzilla 260595. Disable the Show Full Paths action when not applicableJohn Cortell2-4/+55
2008-12-04Fixed NPE caused by rev 1.31 in following scenario: you open a C file with Fi...John Cortell1-4/+9
2008-11-04Refresh source files if the source containers have changed.Ken Ryall1-0/+1
2008-10-31Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInputAnton Leherbauer1-4/+6
2008-10-28fixed a couple of bugs where opening the file containing the breakpoint from ...Warren Paul1-1/+22
2008-09-18Don't show the custom memory-space savy Add Monitor dialog if there's only on...John Cortell1-1/+3
2008-08-21Add strings used by the recently added Move To Line action (forgot to commit ...John Cortell1-0/+5
2008-08-14Reopen when the file "found" is in the workspace.Ken Ryall1-0/+7
2008-08-12More work in the executables manager and view: added a remove button, don't a...Ken Ryall1-1/+60
2008-08-08Executables View improvements: source file providers, import exes with same n...Ken Ryall4-6/+30
2008-07-23Fixed NPEs in code that is subject to dealing with a disposed frame.John Cortell2-8/+14
2008-07-15Fix warningsJohn Cortell1-3/+3
2008-07-09Added uid.Ken Ryall1-0/+1
2008-07-07Found two remaining cases of "jumpTo" terminology (variables names). Changes ...John Cortell1-6/+6
2008-07-07Move-to-line feature. Application of the patch in bugzilla 118147. Includes r...John Cortell10-31/+555
2008-06-28Cache the source file list for an executable and don't block the UI while get...Ken Ryall1-1/+2
2008-06-11copyrightsChris Recoskie9-7/+57
2008-05-30fix for bug 234909Vivian Kong1-1/+22
2008-05-29fixed breakpoint creation with new type argument.Warren Paul2-0/+3
2008-05-21Merge changes from CDT 4.0.x.Ken Ryall3-135/+121
2008-05-20bug 233058 - support for remote process exit code in debug sessionAlena Laskavaia1-1/+1
2008-05-14Contributing new disassembly.Mikhail Khodjaiants6-21/+444
2008-05-08don't use the control if already disposed.Warren Paul1-10/+11
2008-05-08Addressed two loose ends of bugzilla 118100John Cortell1-2/+5
2008-05-07Renamed ICBreakpointTyped to ICBreakpointTypeJohn Cortell1-2/+2
2008-05-06API change in AbstractHandler.Mikhail Khodjaiants1-1/+1
2008-05-06Follow up fix for 228063Anton Leherbauer1-10/+24
2008-05-03Fixed compilation errors with Eclipse 3.4M7.Sergey Prigogin2-2/+0
2008-05-02Bug 228063: applied patch from Pawel Piech (WindRiver).Mikhail Khodjaiants1-38/+55
2008-04-30Fix NPE in action adapters when editor is not fed by a file.John Cortell2-2/+6
2008-04-28- update to exclude unused Type attributeAlena Laskavaia1-1/+2
2008-04-28- implement correct LabelFieldEditor which would be aligned with other fields...Alena Laskavaia1-58/+13
2008-04-28- fixed bug with marker subtypesAlena Laskavaia1-19/+31
2008-04-28- removed hack with ".valueLabel" for label provided field editorsAlena Laskavaia2-3/+14
2008-04-28- renamed and added support for ICBreakpointUIContributionUserAlena Laskavaia2-24/+181

Back to the top