User forums > General (but related to Code::Blocks)

Scripting Languages syntax-highlighting/debug/compile addin idea

(1/1)

FocusedWolf:
Was just thinking... c++ is a language that gets alot of work with embedded scripting languages like Lua, Python, and Ruby (Lua is best :P).

So some syntax highlighting, error checker, and compilation (Lua is only one i'm sure of that supports bytecode compilation), and auto completion would be perfect in C::B.

takeshimiya:
Short answer:
syntax highlighting: it's already there for Lua and Python.
compilation: with the compiler redesign it will be almost too easy (for now, you can use the Tools menu).
error checker: that's what interpreted shell/compilers are for.
autocompletion: with a CTags plugin it will be easy.

If you are talking about embedded scripting for C::B itself, that's already done, with a language called AngelScript.

FocusedWolf:
Hmm sounds like c::B is on the right track. I think my work here is done :p

sethjackson:
Hmm we don't have a ruby lexer though.  :P I may just write one. :lol:

Navigation

[0] Message Index

Go to full version