mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:59:26 +02:00
IDE: (Un)Indent current line, if no selection. Issue #0019724
git-svn-id: trunk@32050 -
This commit is contained in:
parent
df270d4561
commit
fb0810d4a7
@ -3834,8 +3834,8 @@ begin
|
||||
itmEditPaste.Enabled:=Editable;
|
||||
//itmEditSelect: TIDEMenuSection; [...]
|
||||
//itmEditBlockActions: TIDEMenuSection;
|
||||
itmEditIndentBlock.Enabled:=SelEditable;
|
||||
itmEditUnindentBlock.Enabled:=SelEditable;
|
||||
itmEditIndentBlock.Enabled:=Editable;
|
||||
itmEditUnindentBlock.Enabled:=Editable;
|
||||
itmEditUpperCaseBlock.Enabled:=SelEditable;
|
||||
itmEditLowerCaseBlock.Enabled:=SelEditable;
|
||||
itmEditSwapCaseBlock.Enabled:=SelEditable;
|
||||
|
Loading…
Reference in New Issue
Block a user