toolbar shows tab related commands aligned to right

This commit is contained in:
Jan Prochazka
2021-04-30 20:35:43 +02:00
parent 14bbc7b057
commit 8baad56315
9 changed files with 78 additions and 20 deletions

View File

@@ -11,6 +11,7 @@
name: 'Save',
// keyText: 'Ctrl+S',
toolbar: true,
isRelatedToTab: true,
icon: 'icon save',
testEnabled: () => getCurrentEditor()?.canSave(),
onClick: () => getCurrentEditor().save(),