Projects allow you to easily work with a set of related files, such as a deck of cards, or when writing your own plug-in.
A project is just a special folder on your computer. Strange Eons recognizes them because they contain a file named seproject
that stores the project’s settings. You can make any files or folders you like within a project, but the real power of projects comes when you add a task folder. Each task folder represents one aspect of your project, such as a single deck of cards. When you create the task folder, you pick the kind of task that best represents what the folder will be used for. When you right click on task folders or their contents, you will get special commands suited to the task you selected.
To create a new project:
Your new, empty, project will be created and then immediately opened.
Project crates
Instead of storing your project in a folder, you can choose a project package file, or crate. This is essentially a ZIP archive that uses the extension
.seproject
. This can make it more convenient to share, but whenever you open or close the project there will be a delay as the contents are unpacked or repacked, respectively. You can always convert between the two by right clicking on the project name in Strange Eons and choosing the Packaging option.
When you create or open a project, a new pane opens on the left side of the app window. This pane lets you browse all of the files and folders in the project, organize them, and perform file-specific actions.
Tasks let you split your project up into manageable pieces. A task is both a kind of design activity and a collection of related files. Each task is stored in a separate folder, called a task folder. Files in a task folder may have additional commands specific to the task that are not available when the file is stored elsewhere.
To add a new task folder:
Normally a task folder can only live right inside the project folder. If you move it elsewhere, it loses its special status. If you want to group together some related tasks, you can add a Task Group task folder, then move the related tasks inside it by dragging and dropping them.
To view the contents of a folder click its arrow icon or double click the folder name. Repeat this to hide the folder contents.
To delete a file or folder, select it in the project pane, right click, and choose Delete (or press Delete).
To rename a file or folder, select it in the project pane, right click, and choose Rename.
To add a folder, right click on the parent that will contain the new folder and choose New/Folder. Then enter the new folder name.
Tip: To create several folders nested inside each other, type the folder names separated by
/
characters. For example, to create the folder structure for the Java packagenet.kitty.catpics
, enter the folder namenet/kitty/catpics
.
To choose a different icon for a task folder, right click the task folder and choose Change Icon, then select the new icon.
To add a new file, right click on the folder or task you want to contain the file, then choose New, then the file type. For example, you could add a game component to a deck task by right clicking the task folder and choosing New/Game Component. Depending on the file type, you may be presented with additional options. After creating the file it will usually be immediately opened for editing.
To open or edit a file, double click it in the project pane. If Strange Eons can edit the file directly, it will open it in the document area. If not, it will try to open it using whatever editing tool is assigned to open files of that type by your operating system.
To copy file(s) into the project, select the file(s) in your file manager (Explorer, Finder, etc.) then drag and drop it onto the folder in the project pane that you want to add it to. Or, right click and Copy the file, then right click the destination folder in the project pane and choose Paste.
To locate a file in your system’s file manager, right click the containing folder and choose Show Folder.
To change the apparent type of a file, start to Rename it. Then click the file extension (such as .eon
) printed after the name field. The extension will now be added to the name field and you can change it to the extension for the desired file type. This does not convert the actual file from one format to another, it simply changes how Strange Eons treats the file.
To move files or folders around in the project, select and drag the files, then drop them onto the folder you want to move them to. Or, select the files, right click, and choose Cut, then select the destination folder, right click, and choose Paste.