mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 15:19:05 +02:00
MG: added editor option Mouse Links
git-svn-id: trunk@2981 -
This commit is contained in:
parent
4aef42ec92
commit
863770b9e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user