You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest you add file templates(can be put inside the same folder as the .edit+ file maybe?). So I can quickly start building my programs. I'd maybe have a template like this
--[[$fnameBy: $author]]--localtArgs= {...}
localfunctionmain()
whiletruedo--main program loopendendok, err=pcall(main)
ifnotokthen--handle errorend
Maybe some sortof simple way to when creating a new file have a dialog box with textfields to fill in the $fname, $author, etc. fields?
The text was updated successfully, but these errors were encountered:
hmm. Not a bad idea. Seems like a lower-utility feature than the things I've got planned as the focus for the next couple of updates, but I'll think on it.
I suggest you add file templates(can be put inside the same folder as the .edit+ file maybe?). So I can quickly start building my programs. I'd maybe have a template like this
Maybe some sortof simple way to when creating a new file have a dialog box with textfields to fill in the $fname, $author, etc. fields?
The text was updated successfully, but these errors were encountered: