Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexaredecimal/luaide
IDE for the lua gods
https://github.com/hexaredecimal/luaide
Last synced: about 1 month ago
JSON representation
IDE for the lua gods
- Host: GitHub
- URL: https://github.com/hexaredecimal/luaide
- Owner: hexaredecimal
- License: mit
- Created: 2022-11-14T12:18:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T16:29:20.000Z (about 2 years ago)
- Last Synced: 2024-11-06T03:48:19.705Z (3 months ago)
- Language: Java
- Size: 858 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luaide
IDE for the lua gods# purpose
> I started this project because I saw a gap in lua support when it comes to the lua programming language. Many text editors only provide syntax highlighting and code completions but not the ability to run a lua script by just clicking the run button. I know, you could be thinking "but why not add that feature to vs code or your prefered editor? or better yet use ZeroBrane Studio". The answer is simple, I don't know how to write addons to vs code or any text editor for that matter and I don't like ZeroBrane. It's cool and all but it's not for me. On the other hand I'm a good Java programmer, so 1 + 1 = 10. Interprise language + skill = product that solves a problem. You may be fine with lua being treated as an embeddable scriptting language only but for some for us lua is more than just a language to embed on our c or c++ programs, It has became the goto language for leisure programming.# Features
- [X] Syntax highlighting
- [ ] Lua projects creation
- [ ] Lua project loading and saving
- [X] Lua compilation and running
- [ ] Code completion
- [ ] Clipboard operations
- [ ] Copy from history
- [ ] Editor line jumping
- [X] Project/Folder file management
- [X] Lua file read\write operations
- [X] Lua file creation operations
- [X] Dynamic editors (More than one editor in a tab)# Help needed
- [ ] Lua compilation and running
> * I am currently able to compile lua scripts and get the output, the only problem is that I wait for the process to finish and I also lose error reporting output from lua.- [ ] Menu functions implementation
> * I currently have many functions that are not implemented on the menu. such as copy/cut/paste.# Creator:
> * Gama Sibusiso Vincent