mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 16:41:26 +02:00
implemented cut word when nothing selected
git-svn-id: trunk@8061 -
This commit is contained in:
parent
b30bc55540
commit
4983bbc0af
@ -1189,7 +1189,7 @@ begin
|
||||
TSourceNotebook(FaOwner).AddJumpPointClicked(Self);
|
||||
end;
|
||||
|
||||
ecCopy:
|
||||
ecCopy,ecCut:
|
||||
begin
|
||||
if (not FEditor.SelAvail) then begin
|
||||
// nothing selected
|
||||
|
Loading…
Reference in New Issue
Block a user