Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 124519] CDT launch shortcuts ignore Common Tabs "Launch in background" option

https://bugs.eclipse.org/bugs/show_bug.cgi?id=124519 
Product/Component: CDT / cdt-launch





------- Comment #2 from andrew.ferguson@xxxxxxx  2006-01-20 19:22 -------
I've got permission to submit a patch but the story has become more complicated
so will hold off in order to investigate further..

side note:
CApplicationLaunchShortcut attempts to 'saveAndBuild' via a deprecated method
in DebugUITools. I believe this is redundant as Eclipse 3.1 and 3.2 both
automatically save resources before launching (triggering a build if
necessary). Eclipse 3.1 seems to do this for the entire workspace, whereas
Eclipse 3.2 does it for a smaller scoped set of resources (within project?)

Even without the call to DebugUITools.saveAndBuild, a build may still be
triggered. If a build is triggered when launching in the background, then
DebugUITools.launchInBackground will open a dialog in the /foreground/. This
dialog will stay in the foreground and be used also for launch progress
feedback. This is in the eclipse debug framework itself, so I'm trying to get
some comment from platform-debug-dev on this as it is possibly a (separate)
bug.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top