Skip to content
Snippets Groups Projects
  • Thorbjørn Lindeijer's avatar
    5b132339
    Rely on lazy instantiation of text editor actions · 5b132339
    Thorbjørn Lindeijer authored
    The actions are already lazily instantiated in
    TextEditorActionHandler::setupActions(), so there should be no need to
    call initializeActions() in all plugins on startup. Only the main text
    editor plugin will still initialize its actions, to make sure the menu
    items are there.
    5b132339
    History
    Rely on lazy instantiation of text editor actions
    Thorbjørn Lindeijer authored
    The actions are already lazily instantiated in
    TextEditorActionHandler::setupActions(), so there should be no need to
    call initializeActions() in all plugins on startup. Only the main text
    editor plugin will still initialize its actions, to make sure the menu
    items are there.