mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Implemented a resource navigator that hides generated files and non-processing projects, both with the option to disable. This let me remove the single line of depreciated code in the editor perspective. Also, run sketch is enabled in the context menu for skech files/projects in the navigator. Included a full feature build for the update site.
This commit is contained in:
@@ -26,8 +26,9 @@ public class Sketching implements IPerspectiveFactory {
|
||||
float leftPanelSizeAsRatio = 0.2f;
|
||||
IFolderLayout leftPanels =
|
||||
layout.createFolder("left", IPageLayout.LEFT, leftPanelSizeAsRatio, editorAreaIdentifier);
|
||||
leftPanels.addView(IPageLayout.ID_RES_NAV);
|
||||
|
||||
|
||||
leftPanels.addView("processing.plugin.ui.views.sketchView");
|
||||
|
||||
// Bottom set of tabs
|
||||
// strangely, this number is the screen ratio the bottom panel should *not* take up
|
||||
// which is different than the fast view size as ratio
|
||||
@@ -55,10 +56,9 @@ public class Sketching implements IPerspectiveFactory {
|
||||
* the PDE toolbars are -- run, stop?, new, open, save, export
|
||||
*
|
||||
* For now, the Java perspective may actually be a better way for
|
||||
* people to interact with the sketch. Don't force this on anyone
|
||||
* until it is better developed.
|
||||
* people to interact with the sketch.
|
||||
*
|
||||
* @see Bug 36968 - "[Contributions] Improve action contributions "
|
||||
* @see Eclipse Bug 36968 - "[Contributions] Improve action contributions "
|
||||
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=36968
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user