WoW:Lua editors/B:Lua: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page Lua editors/B:Lua to Lua editors/B:Lua without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== What is B:Lua? ==
== 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 (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 also have a whole bunch of game related features, initially for World of Warcraft (that you can turn on/off).
Line 19: Line 19:


----
----
[[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:

  1. Real-time code parsing and error checking
  2. Code assist
  3. Code completion
  4. Code hovering / Variable info
  5. Global search/replace with regular expressions
  6. Fast code jumping for functions, methods and globals declared in other files
  7. Much much more

Where can I get it?

Currently in Alpha: http://blua.sourceforge.net/