1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

886 commits

Author SHA1 Message Date
Marc Khouzam
cb12839f79 [275687] Icons for Reverse debugging commands that are being migrated to the cdt.debug plugin 2009-10-01 19:54:33 +00:00
John Cortell
c146f5ae4d [290880] add null-pointer check on frame.getAddress() return value (applied patch) 2009-10-01 02:22:03 +00:00
Marc Khouzam
cd72e6b58f [289755] Update our BreakpointImageProvider to match the platform behaviour. I'm keeping this class instead of using the platform one directly because I expect to change it as part of the tracepoint work of bug 284286 2009-09-21 14:56:13 +00:00
John Cortell
521ce406d8 Fixed typo in gif name, which prevented action icon from displaying. 2009-09-17 22:08:36 +00:00
Ken Ryall
5c17740fa9 Bug 281985. Removes file filtering from this dialog, it was a nice idea but isn't worth the effort to do it reliably in a cross-platform way. 2009-09-06 04:40:06 +00:00
Vivian Kong
0884f2e607 Bug 285481 - duplicate properties file entries 2009-08-10 19:47:51 +00:00
James Blackburn
1205a5d0fa Bug 248422 Double clicking in breakpoint view opens wrong source file
- If the breakpoint marker is set in an IFile, then we show that. Otherwise we delegate to ResourceLookup for the location and finally java.io.File if file is not in the workspace.
 - Logic simplified
2009-06-28 15:00:39 +00:00
Mikhail Khodjaiants
9b0e894973 Bug 278601: "Signal Properties" is not working 2009-06-01 10:42:07 +00:00
Vivian Kong
b0330a1735 update copyrights 2009-05-26 23:11:59 +00:00
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
John Cortell
e6ecad385c Fixed spelling errors 2009-05-14 18:12:24 +00:00
John Cortell
1605abc3d3 Fixed 276205. Changing the format of an array expression element has no effect 2009-05-13 22:31:57 +00:00
Vivian Kong
8e71d0d8e8 bug 273250 - Disassembly view should have LTR orientation 2009-04-28 20:11:12 +00:00
Anton Leherbauer
b10e6d881f [273924] Add DisassemblyEditor to enablement expression 2009-04-28 10:21:45 +00:00
Pawel Piech
202474d90a [273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpoints 2009-04-27 18:44:31 +00:00
Anton Leherbauer
5a07e05927 Fix NPE, related to bug 273306 2009-04-24 07:03:17 +00:00
Pawel Piech
f8440ac182 [270469] - [launch] The standard launcher should be selected by default. 2009-04-23 22:01:30 +00:00
John Cortell
542c042317 Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context. 2009-04-22 19:05:16 +00:00
John Cortell
f789f8b6d1 Fixed 273306. Correct enablement of Variables view action contributions 2009-04-22 19:02:19 +00:00
Ken Ryall
3e8db59e46 Bug 181710 2009-04-16 20:10:51 +00:00
Mikhail Khodjaiants
10ffd0daca Bug 271752: Improve "Path Mappings" UI. 2009-04-09 11:18:21 +00:00
Ken Ryall
915afcd931 Bug 246201. 2009-04-08 21:30:45 +00:00
Mikhail Khodjaiants
413cbe0f6f Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations. 2009-04-08 15:02:12 +00:00
Pawel Piech
1681e9fc13 [268233] - Dependencies on internal constants cause the CDT build to fail against 3.5M6 platform. 2009-03-16 18:22:03 +00:00
Vivian Kong
fa3911cd90 bug 254200 - use ICU4J 2009-03-13 13:47:48 +00:00
Alena Laskavaia
f38d981cc8 [111711] - added go to address action to cdi dissasembly view 2009-03-12 20:33:01 +00:00
Alena Laskavaia
7386dd2f98 [268314] - default project name should not contain space 2009-03-12 18:13:57 +00:00
Alena Laskavaia
9c0729da4a [268314] - remove limitation on type id of launch config 2009-03-12 17:53:36 +00:00
Ken Ryall
c5fbdfcc31 Refresh the files list if the exe changes. 2009-03-03 14:19:47 +00:00
Anton Leherbauer
093d3bcaf6 Bug 262826 - Fix bundle location 2009-03-02 10:57:59 +00:00
Pawel Piech
b006bc98c3 Bug 262826 - Create common C/C++ launch configurations 2009-02-27 22:38:54 +00:00
Ken Ryall
eeb929745b Bug 265796 2009-02-25 20:06:32 +00:00
Ken Ryall
412ba1852c Fix API tooling problems and first pass and cleanup of the Executables view sources. Does not yet include all changes from the patch in bug 265796 2009-02-25 15:24:14 +00:00
Alena Laskavaia
60aa52eccf - a bit of extensibility for disassembly view 2009-02-05 18:58:54 +00:00
John Cortell
f81a89caed Add constant for the Signals view, as is done for the other CDT debugger views. 2009-01-29 21:12:18 +00:00
Randy Rohrbach
86c7af6e76 Bugzilla 262804. 2009-01-28 20:17:07 +00:00
Alena Laskavaia
7d71c4678d [216618] - Format submenu now should appear for expressions as well 2009-01-28 19:44:23 +00:00
Ken Ryall
cbcbc74c30 Bug 236857 2009-01-23 02:40:22 +00:00
John Cortell
89b260739c Fixed bugzilla 260595. Disable the Show Full Paths action when not applicable 2009-01-09 21:33:39 +00:00
John Cortell
dbcc86e5c5 Fixed NPE caused by rev 1.31 in following scenario: you open a C file with File > Open that is not in the workspace, then create a breakpoint (double-click). Selecting the breakpoint in the Breakpoints view would result in an NPE. 2008-12-04 21:57:52 +00:00
Anton Leherbauer
7db7ce6ac9 Update bundle versions 2008-11-24 09:29:32 +00:00
Ken Ryall
b9deab734a Refresh source files if the source containers have changed. 2008-11-04 21:38:16 +00:00
Anton Leherbauer
f6622589f1 Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInput 2008-10-31 13:07:17 +00:00
Warren Paul
276424d6cc fixed a couple of bugs where opening the file containing the breakpoint from the breakpoints view could open in a duplicate or incorrect editor. 2008-10-28 23:04:32 +00:00
John Cortell
7f3a9922f5 Don't show the custom memory-space savy Add Monitor dialog if there's only one memory space. 2008-09-18 16:31:32 +00:00
John Cortell
263d85a58d Add strings used by the recently added Move To Line action (forgot to commit this earlier) 2008-08-21 12:09:52 +00:00
Ken Ryall
736c7a5e69 Reopen when the file "found" is in the workspace. 2008-08-14 15:31:25 +00:00
Ken Ryall
1c95fb3c77 More work in the executables manager and view: added a remove button, don't alllow duplicate exes from different providers in the list. 2008-08-12 20:27:10 +00:00
Mike Kucera
433174325e project settings import/export wizards, bug 242010 2008-08-12 18:29:20 +00:00
Ken Ryall
1efd4082c4 Executables View improvements: source file providers, import exes with same name, externalized some strings 2008-08-08 20:19:00 +00:00