John Cortell
|
cc65b918dc
|
Combined class javadoc
|
2010-05-25 20:27:17 +00:00 |
|
John Cortell
|
72fbc7d394
|
Bug 309126: Build before launch does too much building with project references
|
2010-05-25 20:26:14 +00:00 |
|
Ken Ryall
|
c58a08aaad
|
Bug 309128.
|
2010-05-25 19:44:06 +00:00 |
|
Mikhail Khodjaiants
|
e733369d6f
|
Bug 313806 - Export all debug packages.
|
2010-05-20 20:38:54 +00:00 |
|
Marc Khouzam
|
06f8d01d6c
|
Bug 312997: Set the default launch delegate using the launch configuration type instead of individual launch configurations. This avoids having the tabs for all launch delegates be created every time, and causing race conditions.
|
2010-05-19 15:43:16 +00:00 |
|
Marc Khouzam
|
f2fab88813
|
Bug 281970: Needed a way to check if setDefaults() was called that was unique for each configuration.
|
2010-05-17 20:23:32 +00:00 |
|
Marc Khouzam
|
24f6fec914
|
Bug 304384: Undo the last fix which broke the case where we first created a Run configuration. Instead, check if the global pref is set before forcing a preferred launch delegate.
|
2010-05-14 10:25:25 +00:00 |
|
Marc Khouzam
|
eb382a9bee
|
Bug 304384: Move logic to set default launch delegate to the tab of the DSF-GDB delegate. This is to allow the global preference for launch delegate not to be overridden unless DSF-GDB is also the global preference.
|
2010-05-14 02:18:31 +00:00 |
|
Marc Khouzam
|
fe3c6d028f
|
Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Configuration. Also, make sure a Run configuration can be used for Debug and vice versa.
|
2010-05-14 01:50:46 +00:00 |
|
Alena Laskavaia
|
204093e764
|
Bug 312427 Launch groups should have better validation/filtering of referenced launch configuration (patch from Teodor Madan)
|
2010-05-11 16:12:26 +00:00 |
|
Vivian Kong
|
528612c2b2
|
Bug 312092 - TVT36:TCT174: FRA - Duplicate mnemonic for Browse (same string used twice in same panel)
|
2010-05-07 18:09:31 +00:00 |
|
John Cortell
|
e42056257a
|
[310304] GDB (DSF) Hardware Debugging Launcher ignores application program path
|
2010-05-06 20:17:04 +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 |
|
Marc Khouzam
|
f8d0290efa
|
Missing @since tags
|
2010-04-07 19:28:27 +00:00 |
|
Ken Ryall
|
857c5eae68
|
Bug 303440 - [preferences] Unify and clarify debug preference pages
|
2010-04-07 15:19:53 +00:00 |
|
Mikhail Khodjaiants
|
304f3b2500
|
Bug 306569: Dynamic content support for ICDebuggerPage
|
2010-04-06 00:49:45 +00:00 |
|
Ken Ryall
|
86224bcfa0
|
Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMainTab.
|
2010-03-09 05:26:19 +00:00 |
|
Ken Ryall
|
fdc4d93925
|
Make requiring a C project optional.
|
2010-03-04 19:20:27 +00:00 |
|
Marc Khouzam
|
4b0e57dc78
|
[304384] Make DSF-GDB the default CDT debugger.
|
2010-03-02 18:04:53 +00:00 |
|
Ken Ryall
|
e9e73680c2
|
Bug 285907, create a new shared abstract launch delegate.
|
2010-03-02 13:50:21 +00:00 |
|
John Cortell
|
4d5d92560b
|
[277663] Binary is revalidated after each keystroke
|
2010-02-26 15:19:34 +00:00 |
|
John Cortell
|
97acd431e0
|
Fix unindented if block (no functional change)
|
2010-02-26 14:46:21 +00:00 |
|
Vivian Kong
|
6d906f69c5
|
externalize strings in plugin.xml in various plugins
|
2010-02-01 16:23:38 +00:00 |
|
John Cortell
|
d5e7951f9f
|
Include recently introduced schema folder in source bundle
|
2010-01-21 14:44:18 +00:00 |
|
John Cortell
|
24001360f5
|
javadoc an abstract method
|
2010-01-18 16:06:05 +00:00 |
|
Ken Ryall
|
4934483c60
|
Increment version number to 7.0
|
2010-01-07 14:38:00 +00:00 |
|
John Cortell
|
6e9b99adf9
|
Discard obsolete classes
|
2009-12-14 19:30:52 +00:00 |
|
John Cortell
|
487a57e98d
|
[273502] Follow up fix. Launch configuration refactoring doesn't work for non-locals configs that live in the project folder (a .launch file)
|
2009-12-12 15:11:34 +00:00 |
|
John Cortell
|
b83991daa5
|
[273502] Allow third party launch configurations to participate in refactoring.
|
2009-12-11 13:42:36 +00:00 |
|
John Cortell
|
b60a11baac
|
Fixed EDC warnings
|
2009-11-16 22:10:42 +00:00 |
|
John Cortell
|
bc5eb83877
|
[292224] Launch Group tab not updating properly after hitting Revert
|
2009-10-14 12:22:32 +00:00 |
|
John Cortell
|
fa78098bee
|
Simplified LaunchElement to a PODS (plain old data structure)
|
2009-10-13 20:32:26 +00:00 |
|
John Cortell
|
be12c28504
|
Applied patch for [291312] Launch group are not terminated leading to significant leaks.
Also, numerous code improvements, including the simplification of LaunchElement to a PODS (plain old data structure)
|
2009-10-13 20:31:55 +00:00 |
|
Ken Ryall
|
ed41e9784a
|
Bug 287057. Gets an ICElement from the selected IFileEditorInput
|
2009-09-07 14:09:24 +00:00 |
|
Ken Ryall
|
a8e9a0c1c5
|
Bug 286366, fix use of & in control label
|
2009-09-06 04:04:33 +00:00 |
|
Ken Ryall
|
c0121fbe5f
|
Bug 286359. Executable not auto-selected
|
2009-09-05 20:03:28 +00:00 |
|
Ken Ryall
|
789d0e2e8d
|
Fix NPE.
|
2009-08-29 00:08:04 +00:00 |
|
Ken Ryall
|
6d98937144
|
[Bug 285904] Control build-before-launch activity per launch configuation
|
2009-08-18 14:46:54 +00:00 |
|
Ken Ryall
|
4f7831b525
|
Bug 196885, cache the "is the exe a binary" value.
|
2009-06-04 12:35:21 +00:00 |
|
Ken Ryall
|
51f4baf0ae
|
Bug 272480, allow for NULL attribute.
|
2009-05-31 12:55:26 +00:00 |
|
Alena Laskavaia
|
310b0d701d
|
- avoid exception when cannot read value (for old format)
|
2009-05-29 21:11:37 +00:00 |
|
John Cortell
|
e38496644a
|
Fixed 278251. Launch Group can end up launching a configuration in an unsupported mode
|
2009-05-28 16:42:31 +00:00 |
|
Vivian Kong
|
c921a8f760
|
update copyrights
|
2009-05-27 15:34:50 +00:00 |
|
Vivian Kong
|
5e92597120
|
bug 254307 - branding
|
2009-05-26 14:48:10 +00:00 |
|
John Cortell
|
3a777e1510
|
Fixed warnings. Use generics.
|
2009-05-15 15:00:32 +00:00 |
|
John Cortell
|
7e22c45fe6
|
Bugzilla 276498: Support multiple selection in Launch Group feature
|
2009-05-15 13:48:25 +00:00 |
|
John Cortell
|
48b8dc1794
|
Bug 276419: Improvements to post-launch actions (in Launch Group feature)
|
2009-05-15 05:50:15 +00:00 |
|
John Cortell
|
352aaaa924
|
Bugzilla 276397: Group Launch: selection dialog's OK button disabled when editing an entry. Also, addressed other issues mentioned in the bugzilla entry.
|
2009-05-14 23:16:50 +00:00 |
|
John Cortell
|
179ba1e928
|
Corrected comment. There are now two tabs
|
2009-05-14 20:08:48 +00:00 |
|
John Cortell
|
3eafcf3d6a
|
Fixed 276375. When adding a config to a Launch Group, the action selection is dropped
|
2009-05-14 20:04:45 +00:00 |
|