mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:32:41 +02:00
SynEdit: multi caret, allow espape (remove all carets) to be shared with other plugins / make "escape" default
git-svn-id: trunk@58191 -
This commit is contained in:
parent
98b1d8f6ad
commit
7cb84ed69d
@ -783,6 +783,7 @@ var
|
||||
var
|
||||
IDECmdScopeSrcEdit: TIDECommandScope;
|
||||
IDECmdScopeSrcEditOnly: TIDECommandScope;
|
||||
IDECmdScopeSrcEditOnlyMultiCaret: TIDECommandScope;
|
||||
IDECmdScopeSrcEditOnlyTmplEdit: TIDECommandScope;
|
||||
IDECmdScopeSrcEditOnlyTmplEditOff: TIDECommandScope;
|
||||
IDECmdScopeSrcEditOnlySyncroEditSel: TIDECommandScope;
|
||||
@ -884,6 +885,7 @@ begin
|
||||
IDECommandScopes:=TIDECommandScopes.Create;
|
||||
IDECmdScopeSrcEdit:=RegisterIDECommandScope('SourceEditor');
|
||||
IDECmdScopeSrcEditOnly:=RegisterIDECommandScope('SourceEditorOnly');
|
||||
IDECmdScopeSrcEditOnlyMultiCaret:=RegisterIDECommandScope('IDECmdScopeSrcEditOnlyMultiCaret');
|
||||
IDECmdScopeSrcEditOnlyTmplEdit:=RegisterIDECommandScope('SourceEditorOnlyTemplateEdit');
|
||||
IDECmdScopeSrcEditOnlyTmplEditOff:=RegisterIDECommandScope('SourceEditorOnlyTemplateEditOff');
|
||||
IDECmdScopeSrcEditOnlySyncroEditSel:=RegisterIDECommandScope('SourceEditorOnlySyncroEditSel');
|
||||
|
Loading…
Reference in New Issue
Block a user