| Summary: | [api] Push down StringVariableSelectionDialog | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Martin Oberhuber <mober.at+eclipse> |
| Component: | Debug | Assignee: | Platform-Debug-Inbox <platform-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert, darin.eclipse, eclipse, john.arthorne, pawel.1.piech, remy.suen |
| Version: | 3.7 | Keywords: | api |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | stalebug | ||
|
Description
Martin Oberhuber
PS in case org.eclipse.ui can live with a core.variables dependency, that would of course also be a good place for the StringVariableSelectionDialog to live in. John, do you have any opinion on where the dialog should live? I.e. its own bundle vs. org.eclipse.ui? We won't be able to remove the existing StringVariableSelectionDialog, but we can deprecated it if UI copies it. The core layer which introduces the variables concept is from Debug, hence the UI can't come from the general Platform UI layer. It has to be provided by Platform Debug, e.g. in org.eclipse.variables.ui. However, adding a separate bundle for just one class is definitely overkill. (In reply to comment #4) > The core layer which introduces the variables concept is from Debug, hence the > UI can't come from the general Platform UI layer. It has to be provided by > Platform Debug, e.g. in org.eclipse.variables.ui. However, adding a separate > bundle for just one class is definitely overkill. Duh, of course :-) There's a few other interfaces classes related to variables, namely the org.eclipse.debug.internal.ui.stringsubstitution package. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag. |