Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
avk959 committed Apr 1, 2019
1 parent 3f6dc91 commit 4b469ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ object MainForm: TMainForm
MouseActions = <>
MouseTextActions = <>
MouseSelActions = <>
Options = [eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoScrollPastEol, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoRightMouseMovesCursor, eoDoubleClickSelectsLine]
Options = [eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoScrollPastEol, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoRightMouseMovesCursor]
Options2 = [eoAlwaysVisibleCaret, eoFoldedCopyPaste, eoOverwriteBlock]
MouseOptions = [emDragDropEditing, emRightMouseMovesCursor, emDoubleClickSelectsLine]
MouseOptions = [emDragDropEditing, emRightMouseMovesCursor]
VisibleSpecialChars = []
RightEdge = 128
SelectedColor.BackPriority = 50
Expand Down

0 comments on commit 4b469ff

Please sign in to comment.