Posted 02 August 2019 - 02:07 PM
I started working on a ComputerCraft IDE way back in 2015. I've stopped playing the game since then, but as I saw a resurgence in Minecraft's popularity in the past couple months, I launched up the game and decided that maybe I should finish my old project.
I'm well aware that most people (including me) prefer to use an actual IDE, because programming in game quite honestly is just tedious. Thus my intention is to create a full fledged IDE which makes ingame editing even faster than using ZeroBrane Studio, Notepad or whatever you have.
Here are some screenies of what I have now:
It needs a lot of refining and bugfixing. I also plan on adding a couple more feature until I release it. This is my feature list for the complete version:
So even though I'm proud of what I have now, I still have a lot of work with this project and I'm wondering whether it's actually worth finishing, given how few people play ComputerCraft anymore
I'm well aware that most people (including me) prefer to use an actual IDE, because programming in game quite honestly is just tedious. Thus my intention is to create a full fledged IDE which makes ingame editing even faster than using ZeroBrane Studio, Notepad or whatever you have.
Here are some screenies of what I have now:
It needs a lot of refining and bugfixing. I also plan on adding a couple more feature until I release it. This is my feature list for the complete version:
- Themes - You can create program-wide color themes and also code styles
- Plugin support (The Bedrock layout editor is also a plugin)
- Code auto completion - It can even find function parameters!
- Debugger - Providing breakpoints and a variable watch
- Multiple open file support (See the tabs on the photo above)
- File history function - I'll have to fine tune the way file changes get saved, especially given how CC computers have very limited storage
So even though I'm proud of what I have now, I still have a lot of work with this project and I'm wondering whether it's actually worth finishing, given how few people play ComputerCraft anymore
Edited on 02 August 2019 - 12:13 PM