Bug 126135 - [WorkbenchLauncher] warning/description for early startup disabled by user
Summary: [WorkbenchLauncher] warning/description for early startup disabled by user
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 22:16 EST by Dan Rubel CLA
Modified: 2019-09-06 16:11 EDT (History)
1 user (show)

See Also:


Attachments
Simple early startup plugin that warns user if user disables early startup for this plugin (5.77 KB, application/x-zip-compressed)
2006-02-01 22:20 EST, Dan Rubel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Rubel CLA 2006-02-01 22:16:41 EST
When the user disables early startup for a particular plug-in, it may not be apparent to them what functionality they are disabling. Currently we are listening for a property change and displaying a warning to the user when they disable our early startup plugin, but this uses deprecated and internal methods (see attached example). 

We need a mechanism to let the user know what is being disabled so that they can make an informed choice. This could be implemented programatically in the form of a listener similar to the attached example, but using public API, or this could be accomplished declaratively by enhancing the org.eclipse.ui.startup extension with a description that is displayed as a warning to the user when they disable an early startup plugin.
Comment 1 Dan Rubel CLA 2006-02-01 22:20:52 EST
Created attachment 33996 [details]
Simple early startup plugin that warns user if user disables early startup for this plugin

This plugin uses internal and deprecated methods to listen for user modifications to early startup. When a change is detected, the user is "warned" (System.out.println in this simple example) so that they can make an informed choice about what they are doing. To see the "warning", launch in runtime workbench and watch the console view in the development workbench.
Comment 2 Dan Rubel CLA 2006-02-01 22:22:57 EST
Just to state the obvious... I'm talking about the user disabling early plugin startup using the General > Startup and Shutdown page in the Eclipse Preferences dialog.
Comment 3 Kim Horne CLA 2006-02-07 11:45:23 EST
Perhaps it would be sufficient to add a "description" field to an early startup extension that could be shown in the preference pag.e
Comment 4 Boris Bokowski CLA 2007-01-02 11:15:21 EST
Reassigning bugs to reflect changes in ownership.
Comment 5 Boris Bokowski CLA 2009-11-26 16:32:36 EST
Prakash is now responsible for watching bugs in the [WorkbenchLauncher] component area.
Comment 6 Eclipse Webmaster CLA 2019-09-06 16:11:34 EDT
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.