Skip to content

Commit

Permalink
Simba: Manually updated lfm file for ctcl-click fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPeel committed Sep 22, 2013
1 parent 2e9bc39 commit b7ae4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Projects/Simba/framescript.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ object ScriptFrame: TScriptFrame
'end.'
)
Options = [eoAutoIndent, eoGroupUndo, eoScrollPastEol, eoSmartTabs, eoTabIndent, eoTabsToSpaces, eoTrimTrailingSpaces, eoBracketHighlight]
BracketHighlightStyle = sbhsBoth
MouseOptions = [emShowCtrlMouseLinks]
BracketHighlightStyle = sbhsBoth
OnChange = SynEditChange
OnCommandProcessed = SynEditCommandProcessed
OnGutterClick = SynEditGutterClick
Expand Down

0 comments on commit b7ae4a1

Please sign in to comment.