This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
minecraftwarlock's profile picture

Edit++ - better editor

Started by minecraftwarlock, 05 July 2015 - 04:07 AM
minecraftwarlock #1
Posted 05 July 2015 - 06:07 AM
Edit++ is designed to be a better editor for code, it takes inspiration from Notepad++(https://notepad-plus-plus.org/).
It can open multiple files, has syntax highlighting for lua, all api functions and api constants, respects read-only files and can run programs from the editor.

Screenshot:
Spoiler[attachment=2326:2015-07-06_09.54.28.png]

Download:
pastebin get LM6nZnzP edit++

Changelog:
Spoiler1.0
+Initial release

1.0.1
*fixed bug causing additional events in the press any key screen to be passed to the editor
-removed clear after run program finished executing

1.1
+added spacing between tabs
Edited on 26 July 2015 - 07:23 AM
Thefdjurt #2
Posted 05 July 2015 - 04:15 PM
This looks pretty cool. Simple and clean.
P.S. I would make sure you are submitting in the "Programs" section next :D
^EDIT: Well I guess it is actually an utility. lol

EDIT: I tried it out and it was great. I would recommend moving the clear in run (line 835) to after the "press any key" (line 837)
Edited on 08 July 2015 - 11:51 PM
minecraftwarlock #3
Posted 05 July 2015 - 10:01 PM
Update: Removed clear statement and fixed bug causing additional events in the press any key screen to be passed to the editor.
TheOddByte #4
Posted 05 July 2015 - 10:18 PM
From the screenshots I'd suggest you add a little more spacing between the tabs as it feels like everything is squished together.
Other than that it looks pretty good, even though I haven't tested it yet.