RealEthanPlayzDev / LuaTextBox

LuaTextBox is a module providing a text input field with Lua syntax highlighting and autocompletion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaTextBox

LuaTextBox is a module providing a text input field with Lua syntax highlighting and autocompletion

VERY WIP - DO NOT USE IN PRODUCTION

The current state of the module is very uncomplete, there are tons of bugs and features that need to be considered carefully. Of course, you can still help contribute!

Using the module

Documentation coming soon on my website!

Simple usage example:

local LuaTextBox = require(path.to.luatextbox)
local LuaEditorTextBox = LuaTextBox.new()
LuaEditorTextBox:SetParent(some.gui.object)

Credits

Acknowledgements

  • boatbomber
  • csqrl

About

LuaTextBox is a module providing a text input field with Lua syntax highlighting and autocompletion


Languages

Language:Lua 100.0%