logic: Fulltextsearch
* fulltextsearch enabled in sqlite * fulltextsearch start search with @ * codeview performance improved * strip sRGB profile from png files to get rid of libpng warning at runtime
This commit is contained in:
@@ -87,6 +87,11 @@ void GraphController::handleMessage(MessageFlushUpdates* message)
|
||||
buildGraph(message);
|
||||
}
|
||||
|
||||
void GraphController::handleMessage(MessageSearchFullText* message)
|
||||
{
|
||||
clear();
|
||||
}
|
||||
|
||||
void GraphController::handleMessage(MessageFocusIn* message)
|
||||
{
|
||||
getView()->focusTokenIds(message->tokenIds);
|
||||
|
||||
Reference in New Issue
Block a user