ui: Added second line to search autocompletion list showing namespace or filepath
* Show namespace or filepath in second line of search autocompletions * Add filepaths relative to .coatidb location * Rescore matches to acknowledge line split * Fixed SearchMatch type to be drawn always visible at right edge
This commit is contained in:
@@ -159,7 +159,7 @@ void FeatureController::handleMessage(MessageSearch* message)
|
||||
MessageActivateTokens m(message, tokenIds);
|
||||
for (const SearchMatch& match : matches)
|
||||
{
|
||||
m.unknownNames.push_back(match.text);
|
||||
m.unknownNames.push_back(match.name);
|
||||
}
|
||||
if (!message->isReplayed())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user