WoW:Lua editors/B:Lua: Difference between revisions
Jump to navigation
Jump to search
m (linkified) |
m (Move page script moved page Lua editors/B:Lua to Lua editors/B:Lua without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 19: | Line 19: | ||
---- | ---- | ||
[[Category:Interface | [[Category:Interface customization]] | ||
Latest revision as of 04:48, 15 August 2023
What is B:Lua?
B:Lua (pronounced Blua) is an open source project to create a full featured standalone Lua IDE (note: B:Lua is not an Eclipse plugin and has nothing to do with Eclipse except using the same Java API (SWT/JFace)).
B:Lua will also have a whole bunch of game related features, initially for World of Warcraft (that you can turn on/off).
B:Lua will have features such as:
- Real-time code parsing and error checking
- Code assist
- Code completion
- Code hovering / Variable info
- Global search/replace with regular expressions
- Fast code jumping for functions, methods and globals declared in other files
- Much much more
Where can I get it?
Currently in Alpha: http://blua.sourceforge.net/