More work in multi cursor, move and selection commands working. select-word reimplemented with multiple cursors.

This commit is contained in:
Martín Lucas Golini
2023-01-23 21:15:45 -03:00
parent 0c520246ee
commit 06e783f228
4 changed files with 111 additions and 47 deletions

View File

@@ -2652,6 +2652,11 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
mUISceneNode->getUIIconThemeManager()->setCurrentTheme( iconTheme );
Clock defClock;
SyntaxDefinitionManager::createSingleton();
Log::info( "Syntax definitions loaded in %.2f ms.",
defClock.getElapsed().asMilliseconds() );
UIWidgetCreator::registerWidget( "searchbar", UISearchBar::New );
UIWidgetCreator::registerWidget( "locatebar", UILocateBar::New );
UIWidgetCreator::registerWidget( "globalsearchbar", UIGlobalSearchBar::New );