ui: augmented autocompletion list
This change adds search match information to the autocompletion list: - matching letters - color for token or command - node type as string
This commit is contained in:
@@ -31,6 +31,9 @@ public:
|
||||
template <typename ComponentType>
|
||||
std::shared_ptr<ComponentType> removeComponent();
|
||||
|
||||
// Logging.
|
||||
virtual std::string getTypeString() const = 0;
|
||||
|
||||
protected:
|
||||
Token(const Token& other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user