mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 01:01:10 -05:00
Added Autocompletion for the LuaConsole (TAB/Shift+TAB)
This commit is contained in:
@@ -62,9 +62,15 @@ private:
|
||||
std::vector<std::string> _commandsHistory;
|
||||
size_t _activeCommand;
|
||||
std::vector<std::string> _commands;
|
||||
|
||||
|
||||
std::string _filename;
|
||||
|
||||
struct {
|
||||
int lastAutoCompleteIndex;
|
||||
bool hasInitialAutoCompleteValue;
|
||||
std::string initalAutoCompleteValue;
|
||||
} _autoCompleteInfo;
|
||||
|
||||
bool _isVisible;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user