| 12345678910111213141516171819202122232425 |
- ======================
- Creating a new project
- ======================
- When you first launch the Crown Editor, you will be presented with an empty list
- of Projects:
- .. image:: images/empty_projects_list.png
- Click the ``Create New`` button to start creating a New Project:
- .. image:: images/new_project.png
- First, choose a ``Name`` for your project. If ``Create Project Folder`` is
- enabled, Crown will automatically create a project folder in the specified
- ``Location``, based on the project name. Otherwise, create a new empty folder
- yourself, and select it with the ``Location`` button.
- Optionally, you can choose a ``Template`` project from a list of installed
- templates, or leave it to ``None`` to start with a new empty project.
- When you are ready, click ``Create`` button and Crown will create the project
- and open it automatically:
- .. image:: images/new_project_editor.png
|