started loading/saving breakpoints

git-svn-id: trunk@3086 -
This commit is contained in:
mattias 2002-08-18 08:57:33 +00:00
parent 0bff9f505f
commit 9aa716cf88

View File

@ -938,6 +938,16 @@ begin
if FaOwner<>nil then
TSourceNotebook(FaOwner).AddJumpPointClicked(Self);
end;
ecCopy:
begin
if (not FEditor.SelAvail) then begin
// nothing selected
if EditorOpts.CopyWordAtCursorOnCopyNone then begin
FEditor.SetSelWord;
end;
end;
end;
else
if (CurCompletionControl<>nil)