whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

rename some USE_LUA_ROTABLE to EDITOR_TOGGLE_AUTO_INDENT #358

Closed chowette closed 4 years ago

chowette commented 4 years ago

This cleanup set is focused on the LUA_USE_ROTABLE usage in the editor

Those lines in the editor surrounded by USE_LUA_ROTABLE have nothing to do with the rotable. When trying to use regular table, this had some unwanted effect on the editor.

I have renamed to EDITOR_TOGGLE_AUTO_INDENT but feel free to use a better name.