Download.
Added the ability to save & load multiple project files into the DevPad.
Pressing TAB inside the DevPad will also insert 4 empty spaces for indentation.
Pressing Undo will go back to the most recent saved state.
v.1.1.1
Code: Select all
-Added the ability to Save & Load multiple project files - you can save as, rename and delete your files freely after.
A code preview window will display when you have selected a file in the load combobox.
A warning will display when trying to load with current unsaved changes.
"New" and "Save As" will automatically go to the new project.
-Added a Line Count & Project Name to the top of DevPad display.
-Added an Undo button to go back to the most recent saved state.
-Pressing TAB inside the DevPad will insert 4 empty spaces for indentation.
-Pressing ESC on an empty Terminal input box will cycle focus between DevPad/Terminal if DevPad is open.
-Pressing ESC inside the DevPad will cycle focus between DevPad/Input box, or close DevPad if code is empty and terminal not showing.
-Fixed an issue present in 1.1.0 where if you closed the DevPad pressing "Close" it would not focus the terminal input box.
Spoiler:

