mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
More work in multi cursor, move and selection commands working. select-word reimplemented with multiple cursors.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user