1.4. Commands

Path Run Parameters Description
/ui/openProjectsselectionGUI
/ui/openProjectsselectionGUI/_ item, context
/ui/commands/open de.grogra.pf.ui.Workbench.open Open a project.
/ui/commands/openRecent de.grogra.pf.ui.Workbench.openRecent Open a project in the list of recently opened projects.
/ui/commands/opendemo de.grogra.pf.ui.Workbench.openAsDemo Open a project as read only. The project cannot override the original files.
/ui/commands/showexample de.grogra.pf.ui.registry.ProjectExplorerFactory.showExample Get a project from the example explorer based on its complete path.
/ui/commands/showoption de.grogra.pf.ui.registry.OptionExplorerFactory.showOption Get an option from its complete path.
/ui/commands/showhelp de.grogra.pf.ui.registry.HelpExplorerFactory.showHelp Resolve the help of an item and display it in the help panel.
/ui/commands/showpanel de.grogra.pf.ui.registry.PanelFactory.showPanel Get a panel from its complete path and display it.
/ui/commands/save de.grogra.pf.ui.Workbench.save Save the current project.
/ui/commands/saveas de.grogra.pf.ui.Workbench.saveAs Save the current project at the selected location.
/ui/commands/saveAsTemplate de.grogra.pf.ui.ProjectWorkbench.saveAsTemplate Export the current project as a template.
/ui/commands/undo de.grogra.pf.ui.Workbench.undo context Undo last action
/ui/commands/redo de.grogra.pf.ui.Workbench.redo context Revert last undo
/ui/commands/clearGraph de.grogra.pf.ui.Workbench.clearGraph Clear the project graph
/ui/commands/compile de.grogra.pf.ui.ProjectWorkbench.compile Force the reset of the compilation.
/ui/commands/listFunctions de.grogra.pf.ui.ProjectWorkbench.listFunctions List the RGG method of the current project.
/ui/commands/runRGGFunction de.grogra.pf.ui.ProjectWorkbench.execute Run a RGG method given its name.
/ui/commands/addNode de.grogra.pf.ui.ProjectWorkbench.addNode Add a node in the scene.
/ui/commands/addFile de.grogra.pf.ui.ProjectWorkbench.addSourceFile Add a file in the current workbench.
/ui/commands/renameFile de.grogra.pf.ui.ProjectWorkbench.renameSourceFile Rename a file.
/ui/commands/removeFile de.grogra.pf.ui.ProjectWorkbench.removeSourceFile Delete a file from the workbench.
/ui/commands/projectInfo de.grogra.pf.ui.ProjectWorkbench.getProjectInfo
/ui/commands/export3d de.grogra.pf.ui.ProjectWorkbench.export Export the 3D scene.
/ui/commands/setlayout de.grogra.pf.ui.registry.Layout.setLayout Set the layout given as parameter.
/ui/commands/addlayout de.grogra.pf.ui.registry.Layout.addLayout Add a new layout in the project.
/ui/commands/delete de.grogra.pf.ui.Workbench.delete context Delete the currently selected object.
/ui/commands/exporttable de.grogra.pf.data.Dataset.export Export the dataset.
/ui/commands/app/open de.grogra.pf.ui.UIApplication.open Open a workbench.
/ui/commands/app/create de.grogra.pf.ui.UIApplication.create Create a workbench.
/ui/commands/app/loadExample de.grogra.pf.ui.UIApplication.loadExample Open an example project from its complete name.
/ui/commands/app/listExamples de.grogra.pf.ui.UIApplication.listExamples List the example of the example explorer.
/ui/commands/app/listTemplates de.grogra.pf.ui.UIApplication.listTemplates
/ui/commands/app/selectWB de.grogra.pf.ui.UIApplication.selectWorkbench Select the workbench given its ID (as parameter) and set it as current.
/ui/commands/app/listWB de.grogra.pf.ui.UIApplication.listWorkbenches List the currently opened workbench, and returns their IDs.
/ui/commands/app/listProjects de.grogra.pf.ui.UIApplication.listProjects
/ui/commands/app/close de.grogra.pf.ui.UIApplication.close Close GroIMP.
/hooks/postboot/_ registry
/hooks/postboot/_ registry
/hooks/postboot/_ registry
/hooks/configure/project/_ registry
/hooks/projectloaded/_ registry
/hooks/saving/_ registry