Skip to content

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

Notifications You must be signed in to change notification settings

MaidenlessUsr/LuaTextBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages