| Summary: | [Progress] Rename always run in background preference | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | andre_weinand, bokowski, Lars.Vogel |
| Version: | 3.3 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Dani Megert
This is already running in the background - the dialog is a placebo. The modality of the dialog was causing a lot of trouble with other modal dialogs competing with it so we decided to make it non-modal. Hide is likely a better choice for String. OK, but then you also have to rename the General > Always run in background preference, as now everything (that can) runs in background. Maybe: "Show (non-modal) dialog for UI jobs" Such non-modal dialogs are always a problem as the user cannot detect whether it is modal unless he tries to click somewhere else (which most users don't do anyway). Could the dialog be made more lightweight, like e.g. the Quick Outline and if the user clicks besides the dialog it also goes away? The purpose of the user dialog has always been to inform the user that something they did is starting - it has always been running in the background so the preference means what it always has. If we rename Run In Background than it makes sense to update the preference title to tie into the new name better. As this dialog goes away on it's own I am less concerned about the user losing it than it would be those they need to interact with (like Find/Replace). No plans to change that description |