codeditcode editor engine in Lua |
|
local codedit = require'codedit'
Codedit is a source code editor engine written in Lua. Codedit exposes the logic of source code editing with all its intricacies in a set of highly compartimentalized APIs, making it easy to explore, understand and extend.
Being made in pure Lua, it runs on all the platforms that Lua runs on. If, inside your Lua environment, you have the means to:
then you can hook up codedit and add code editing capabilities to your app.
Codedit comes with a minimalist code editor based on cplayer.