groffstudio

Check-in [52f4bdceab]
Login
Overview
Comment:Adjusted a few SynEdit options
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 52f4bdceabaa6b8bdb3af9a56e1a4071619b076bceceadf08c9a5b1ba59de1e1
User & Date: Cthulhux on 2024-01-10 21:33:40
Other Links: manifest | tags
Context
2024-01-10
22:05
[Feature] macOS Cmd+X/C/V are supported now. check-in: 2328894ab0 user: Cthulhux tags: trunk
21:33
Adjusted a few SynEdit options check-in: 52f4bdceab user: Cthulhux tags: trunk
11:12
Brought back the 'no problem' log. check-in: b79a475132 user: Cthulhux tags: trunk
Changes

Modified src/unit1.lfm from [7ef26e9b5c] to [33e7521e5f].

657
658
659
660
661
662
663
664
665


666
667
668
669
670
671
672
657
658
659
660
661
662
663


664
665
666
667
668
669
670
671
672







-
-
+
+







          item
            Command = ecColSelEditorBottom
            ShortCut = 57379
          end>
        MouseActions = <>
        MouseTextActions = <>
        MouseSelActions = <>
        Options = [eoAutoIndent, eoGroupUndo, eoHideRightMargin, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoDoubleClickSelectsLine]
        Options2 = [eoEnhanceEndKey, eoFoldedCopyPaste, eoPersistentBlock, eoOverwriteBlock, eoAcceptDragDropEditing]
        Options = [eoAutoIndent, eoEnhanceHomeKey, eoGroupUndo, eoHideRightMargin, eoKeepCaretX, eoShowSpecialChars, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoDoubleClickSelectsLine]
        Options2 = [eoEnhanceEndKey, eoPersistentBlock, eoOverwriteBlock, eoAcceptDragDropEditing]
        MouseOptions = [emDragDropEditing, emDoubleClickSelectsLine]
        VisibleSpecialChars = [vscSpace, vscTabAtLast]
        SelectedColor.BackPriority = 50
        SelectedColor.ForePriority = 50
        SelectedColor.FramePriority = 50
        SelectedColor.BoldPriority = 50
        SelectedColor.ItalicPriority = 50