mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-24 15:40:06 +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;
|
Result:=true;
|
||||||
SetSyntaxHighlighterType(fSyntaxHighlighterType);
|
SetSyntaxHighlighterType(fSyntaxHighlighterType);
|
||||||
EditorOpts.GetSynEditSettings(FEditor);
|
EditorOpts.GetSynEditSettings(FEditor);
|
||||||
FEditor.Options:=FEditor.Options+[eoShowCtrlMouseLinks];
|
if EditorOpts.CtrlMouseLinks then
|
||||||
|
FEditor.Options:=FEditor.Options+[eoShowCtrlMouseLinks]
|
||||||
|
else
|
||||||
|
FEditor.Options:=FEditor.Options-[eoShowCtrlMouseLinks];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TSourceEditor.ccAddMessage(Texts : String);
|
Procedure TSourceEditor.ccAddMessage(Texts : String);
|
||||||
|
Loading…
Reference in New Issue
Block a user