MG: added editor option Mouse Links

git-svn-id: trunk@2981 -
This commit is contained in:
lazarus 2002-08-18 08:56:45 +00:00
parent 4aef42ec92
commit 863770b9e6

View File

@ -1332,7 +1332,10 @@ Begin
Result:=true;
SetSyntaxHighlighterType(fSyntaxHighlighterType);
EditorOpts.GetSynEditSettings(FEditor);
FEditor.Options:=FEditor.Options+[eoShowCtrlMouseLinks];
if EditorOpts.CtrlMouseLinks then
FEditor.Options:=FEditor.Options+[eoShowCtrlMouseLinks]
else
FEditor.Options:=FEditor.Options-[eoShowCtrlMouseLinks];
end;
Procedure TSourceEditor.ccAddMessage(Texts : String);