src: miscellaneous bug fixes for upcoming release
* only randomize parsing order of source files for multithreaded indexing * fixed overview not displayed when switching projects due to MessageScrollCode being dispatched * avoid adding duplicate TokenLocations that causes highlighting to break in QtCodeArea * clear all controllers when switching project * maximize unindexed file when clicking title instead of activating it
This commit is contained in:
@@ -18,6 +18,12 @@ StatusBarView* StatusBarController::getView()
|
||||
return Controller::getView<StatusBarView>();
|
||||
}
|
||||
|
||||
void StatusBarController::clear()
|
||||
{
|
||||
getView()->setErrorCount(ErrorCountInfo());
|
||||
getView()->showMessage("", false, false);
|
||||
}
|
||||
|
||||
void StatusBarController::handleMessage(MessageClearErrorCount* message)
|
||||
{
|
||||
getView()->setErrorCount(ErrorCountInfo());
|
||||
|
||||
Reference in New Issue
Block a user