build: Fixes for release
* show custom icon for size grip * add small margin at bottom of windows to show full shadow on Windows * remove color_scheme_test keyword from autocompletions * commented failing vs solution parser tests
This commit is contained in:
@@ -32,7 +32,7 @@ PersistentStorage::PersistentStorage(const FilePath& dbPath)
|
||||
{
|
||||
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_ALL)));
|
||||
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_ERROR)));
|
||||
m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_COLOR_SCHEME_TEST)));
|
||||
// m_commandIndex.addNode(0, NameHierarchy(SearchMatch::getCommandName(SearchMatch::COMMAND_COLOR_SCHEME_TEST)));
|
||||
m_commandIndex.finishSetup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user