mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
Allow to limit auto-completion results to the current document symbols (SpartanJ/ecode#482).
Added Typst LSP.
This commit is contained in:
@@ -314,8 +314,8 @@ bool FormatterPlugin::onCreateContextMenu( UICodeEditor* editor, UIPopUpMenu* me
|
||||
return false;
|
||||
|
||||
menu->addSeparator();
|
||||
menu->add( editor->getUISceneNode()->i18n( "formatter_format_document", "Format Document" ),
|
||||
nullptr, KeyBindings::keybindFormat( mKeyBindings["format-doc"] ) )
|
||||
menu->add( i18n( "formatter_format_document", "Format Document" ), nullptr,
|
||||
KeyBindings::keybindFormat( mKeyBindings["format-doc"] ) )
|
||||
->setId( "format-doc" );
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user