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

16993 commits

Author SHA1 Message Date
Alena Laskavaia
bccbcf872c - added Problem Details view - first draft 2010-04-27 20:54:32 +00:00
Alena Laskavaia
3a81a21e1f - fixed since tags and enabled API tooling 2010-04-27 20:17:30 +00:00
Marc Khouzam
0bd05a8dbc Bug 310565: Support for new format for Apple GDB. 2010-04-27 19:08:40 +00:00
Alena Laskavaia
b06a0cbd3a Bug 310672 Remove clones of PixelConverter and replaced with usage of org.eclipse.jface.layout.PixelConverter 2010-04-27 17:10:39 +00:00
Vivian Kong
30daee2299 add LR parser and UPC parser test suite to nightly build 2010-04-27 15:47:24 +00:00
Vivian Kong
8473c21a04 Bug 307593 - [Accessibility] CDT documentation has accessibility issues 2010-04-27 15:38:46 +00:00
Anton Leherbauer
048ebbf014 Bug 310425 - [hover][api] Add support for optional details pane and default expansion level to advanced hover 2010-04-27 13:59:29 +00:00
Markus Schorn
ea6bcda223 Bug 310514: Exporting resource snapshots in addition to cdt index. 2010-04-27 12:37:06 +00:00
John Cortell
9e8cd5b29b Bug 304096: restore interrupt behavior for remote debugging case. 2010-04-26 22:58:22 +00:00
John Cortell
e82f7e1313 Minor: more useful title for context help I added last week 2010-04-26 21:13:35 +00:00
John Cortell
ea7d84d9f8 Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:56:06 +00:00
John Cortell
4aee96ae0b Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:18:09 +00:00
Marc Khouzam
6fbc6bfd8d [310539] Missing call to request.done() 2010-04-26 20:02:36 +00:00
Marc Khouzam
ff8e3b71be The NLS strings were changed in the LuanchUIMessages.properties file, but this file was not updated accordingly. 2010-04-26 19:58:53 +00:00
Vivian Kong
5fad5a3b0c mark non-translatable strings as non-translatable in properties file 2010-04-26 18:02:39 +00:00
Ken Ryall
3e7072e2ac Only refresh the mapping of the source files, not the entire list. 2010-04-26 16:59:04 +00:00
Ken Ryall
7d7f5e51f0 Pass along the progress monitor. 2010-04-26 16:58:39 +00:00
James Blackburn
48c3771211 Bug 309107 .project changes on Active configuration change 2010-04-26 16:58:29 +00:00
Ken Ryall
e2d5fb7ffa Better scaling for this progress monitor. 2010-04-26 16:58:20 +00:00
Ken Ryall
562a946c02 Add a flag to only refresh the mapping of the source files without doing a full fetch of the source file list. 2010-04-26 16:57:56 +00:00
Ken Ryall
2f25bce3ed Add a version of getSourceFiles that takes a progress monitor. 2010-04-26 16:57:09 +00:00
James Blackburn
3660472c4c Bug 309909 Headless build import should treat relative paths as relative to the cwd
Verify that the Workspace isn't already locked, as done by IDEApplication, to prevent unsafe shared access to one workspace by multiple Eclipse instances.
2010-04-26 14:37:23 +00:00
Markus Schorn
f210a17908 Bug 309564: Partial ordering of template funcitons. 2010-04-26 14:03:29 +00:00
Markus Schorn
c038f8b53e Bug 309096: NPE in composite index. 2010-04-26 13:20:17 +00:00
Markus Schorn
817e8b717b Bug 308611: Content assist after '?' in conditional expression. 2010-04-26 13:14:33 +00:00
Markus Schorn
e25607ecbf Compiler warning. 2010-04-26 12:19:59 +00:00
Markus Schorn
f262dbf212 Bug 309155: Cast to void. 2010-04-26 12:17:03 +00:00
Anton Leherbauer
8b262a1f4d Bug 309099 - BadLocationException thrown during code type in a cpp file 2010-04-26 12:16:32 +00:00
Anton Leherbauer
4284816c3b Bug 310331 - Minor optimizations to VMViewerUpdate 2010-04-26 12:14:54 +00:00
L. Frank Turovich
70b79d12f7 [Bug 310371] Revised Navigator, Outline, and Make Targets views and Create Make Target task page. 2010-04-25 20:18:38 +00:00
L. Frank Turovich
dad6718585 [Bug #310371] Revised C/C++ Projects and Project Explorer views 2010-04-25 19:18:41 +00:00
L. Frank Turovich
aebd64dece [Bug 310375] Added missing context help links for some pref panels that had conetx help IDs. 2010-04-25 01:09:17 +00:00
L. Frank Turovich
43406b74b6 Fixed path to help.css file 2010-04-24 20:44:43 +00:00
L. Frank Turovich
ab9a9f8ebf [Bug 279984] Added Task Tags pref panel to docs. 2010-04-24 20:32:08 +00:00
L. Frank Turovich
00f12e7340 [Bug 309605] Revised New CDT Project Wizard and Makefile Projects pages 2010-04-24 17:04:51 +00:00
L. Frank Turovich
01817e7b96 [Bug 309605] Revised Content Assist and Advanced pref panels 2010-04-24 15:45:27 +00:00
Pawel Piech
c5b9a25c25 Bug 310052 - [debug view] Allow overriding StackFramesVMNode event handling methods. 2010-04-23 22:16:47 +00:00
Pawel Piech
8a353a1758 Bug 310335 - [concurrent] Query utility does not propagate a cancel requests 2010-04-23 20:21:03 +00:00
Pawel Piech
ded34fbdbb Added a red color for a triggered alarm. 2010-04-23 19:30:13 +00:00
Pawel Piech
ecdf96f548 Bug 310331 - [vm] Refactor VMViewerUpdate to avoid data duplication. 2010-04-23 19:27:29 +00:00
L. Frank Turovich
fb54796aac [309605] - broken command-links revised 2010-04-23 16:37:54 +00:00
Marc Khouzam
a3332201e3 Bug 310274: Need to set the fInterruptFailedJob to null in the executor to avoid multi-threaded issues 2010-04-23 15:15:26 +00:00
Marc Khouzam
03be2f6b40 Bug 310274 - Need to set the fInterruptFailedJob to null to prevent completing the RM twice. 2010-04-23 14:42:00 +00:00
John Cortell
8b2dc16181 [280631] Added new checkbox to dsf-jtag launch config tab 2010-04-23 14:18:43 +00:00
James Blackburn
51667854d1 Bug 310007 core.resources can deadlock the CDT project model 2010-04-23 14:09:48 +00:00
James Blackburn
c01b11c194 Bug 310104 mem-leak: Don't cache ICProject / ICConfigurationDescription when IndexProviderManagerTests aren't running 2010-04-23 12:14:34 +00:00
Anton Leherbauer
1e118a7e58 [309001] Too many debug hovers in Preferences 2010-04-23 06:24:18 +00:00
Marc Khouzam
caa6d148db [248627] Support "Show Full Path" action for DSF 2010-04-22 23:44:30 +00:00
John Cortell
f29a16e895 Fixed warning 2010-04-22 23:07:11 +00:00
John Cortell
a2f1be9eff [280631] Thread list in Debug view not updated with non-Linux target 2010-04-22 23:03:58 +00:00