Skip to content
  • Thorbjørn Lindeijer's avatar
    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