projects



new project window


What are projects?

Projects regarding VIDE are in the simplest of terms directories which serve as a binding element for a bunch of files.

Projects are not really sophisticated entities.

As of now a project consists of:

Load

Projects are represented by a XML-File with the name of the project in the directory of the project.

If you want to load a project - you have to load the corresponding XML file.

New

Projects can be created using the new.png button in the main vedi window. After selecting new project, the above window is displayed and you can enter your project configuration. The name and the directory in which the project resides can not be altered later!

In the directory given, a new directory with the name of the project will be created! After the creation process has finished the project files are displayed in a tree view on the right side of the window.

Tree



project popup


Right click on the tree elements pops up a PopupWindow :-)!

Root
If you right click on the root of the tree you can chose to:

add files
Opens a file choser window which lets you select (multiple) files. All selected files are added to the project. Added here means literally: copied to the project directory - nothing more and nothing less!

edit properties
Reopens the (very above) displayed window. Here you can change settings. Noteworthy are the two buttons:

Leaves
If you right click on a leave following popup will be displayed:



File popup


Java
Will be realized as "beanshell" scripts (basically java 1.2 which can be run as a script, you can do everything java 1.2 can do, that means access file system, do input/output etc, execute system commands etc) (don't worry, I will provide examples)