mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 09:08:19 +02:00
started loading/saving breakpoints
git-svn-id: trunk@3086 -
This commit is contained in:
parent
0bff9f505f
commit
9aa716cf88
@ -939,6 +939,16 @@ begin
|
|||||||
TSourceNotebook(FaOwner).AddJumpPointClicked(Self);
|
TSourceNotebook(FaOwner).AddJumpPointClicked(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
ecCopy:
|
||||||
|
begin
|
||||||
|
if (not FEditor.SelAvail) then begin
|
||||||
|
// nothing selected
|
||||||
|
if EditorOpts.CopyWordAtCursorOnCopyNone then begin
|
||||||
|
FEditor.SetSelWord;
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
else
|
else
|
||||||
if (CurCompletionControl<>nil)
|
if (CurCompletionControl<>nil)
|
||||||
and (not (AChar in ['a'..'z','A'..'Z','0'..'9',#128..#255])) then begin
|
and (not (AChar in ['a'..'z','A'..'Z','0'..'9',#128..#255])) then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user