pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.62k stars 518 forks source link

Exhaustive documentation of configurables? #1004

Closed rulatir closed 5 years ago

rulatir commented 5 years ago

Where can I find an exhaustive documentation of all settings that can be set through the configuration files?

pkulchenko commented 5 years ago

The general settings are listed on this page (https://studio.zerobrane.com/doc-general-preferences) and the editor specific settings are on this page (https://studio.zerobrane.com/doc-editor-preferences). All the settings known to the application should be listed on those pages with the exception of one or two internal ones that I don't plan to document. If you find something not listed there, let me know in this ticket.