"It's cool how it works, it just doesn't work right now" - Tom
A startup HTML website / application GUI creator.
Stand-by whilst we get the project started.
Current features :
- Project creation and management
- DOM manipulation
- Isolate tags to edit them independantly
- Prefabricated tags. Save tags to the disk, and re-use them,
Projected features :
- Easily curate front-end GUI's.
- Create and use pre-fabricated elements.
- Debug with webtools
- Local & git VCS
- No need to know or edit HTML or CSS.
Incomplete, will be maintained as the programme is developed.
Upon boot, you'll be prompted to load or create a project.
Once a project has been selected, it will be remembered. The next time you boot, it will load the project opened previously.
If you wish, you can use Menu > Project > Close Project
to return to the dialog.
Or, this auto-load behaviour can be disabled entirely with the registry key AUTO_LOAD_PROJECT_BOOL
.
See the documentation to see about to edit registries.
Upon project creation, a template index.html
is created and opened.
Using the Project dock on the lower left, pages and directories can be create from the context menu, or opened with a single click.
A DocumentEditor
will open in the center of the IDE's display, rendering the document it contains.
Multiple document editors can be swapped between by switching tabs. The rest of the IDE will automatically update to reflect the Document Editor that is currently selected and displaying.
(Coming soon) See the wiki for more about editing documents