ed - The in-game IDE
AttentionI stopped working on this project a few months ago when I started into college again. I really enjoyed working on it, but I have no specific intent on returning to work on it in the future. So if anyone wants to take the reigns, help yourself!
Backstory
From the moment I started using ComputerCraft I found many functions of the mod quirky and maybe a little frustrating, but the native editting program (edit) was unacceptable. Even for a monochrome text program with no mouse support and limited visibility there was still massive areas needing improvement. So I mostly coded in Notepad++ while I learned lua and the CC apis. Until I realized I need a new project and I know enough now to write MY OWN edit program. So, here it is.
For those of you wondering, IDE stands for "Integrated Development Environment".
If you have any suggestions for improvements, feel free to post them in this thread.
Download
Direct: http://pastebin.com/D1S03niy
Adfly: http://adf.ly/D7lKX
To install, turn on http use in your ComputerCraft config file and use the pastebin command (i.e. pastebin get D1S03niy ed).
Previous version downloads:
Features
- In-editor program execution, with debugger
- Customizable interface including line numbers and status bar that is saved across sessions
- Many improvements to movement controls and automatic text insertion
- One button saving, exiting, and running
- Support for turtles and terminals with custom screen sizes
- ...and more to come!
Screenshots
How to use
Planned Features
Changelog
















