Community
Participate
Working Groups
While investigating Bug 316796 I discovered that the JSDT plugins will load in a blank workspace with the resource view being the default view when Eclipse is opened. It seems this is happening because the Project Explorer view is loading any plugin that implements the org.eclipse.ui.navigator.navigatorContent plugin even though there is nothing to display in the Project Explorer. It would be great if the JSDT plugins were not forced to load until the navigatorContent extension defined in the JSDT plugins was actully needed. i.e. when there was a project in the workspace that met the triggerPoint definition in the JDT navigatorContent extension implementation.
Corrections (In reply to comment #0) > While investigating Bug 316796 I discovered that the JSDT plugins will load in > a blank workspace with the resource view being the default view when Eclipse is > opened. It seems this is happening because the Project Explorer view is > loading any plugin that implements the > org.eclipse.ui.navigator.navigatorContent plugin even though there is nothing should read "...the org.eclipse.ui.navigator.navigatorContent extension..." > to display in the Project Explorer. > > It would be great if the JSDT plugins were not forced to load until the > navigatorContent extension defined in the JSDT plugins was actully needed. i.e. > when there was a project in the workspace that met the triggerPoint definition > in the JDT navigatorContent extension implementation. This should have been "JSDT" not "JDT"
*** Bug 316796 has been marked as a duplicate of this bug. ***
Turns out the JSDT trigger point is wrong.
(In reply to comment #3) > Turns out the JSDT trigger point is wrong. Can you open a bug report in JSDT with details?
(In reply to comment #4) > (In reply to comment #3) > > Turns out the JSDT trigger point is wrong. > > Can you open a bug report in JSDT with details? It already exists. Bug 316796.