Overview
Comment: | [Feature] macOS Cmd+X/C/V are supported now. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2328894ab07c5097d62d8677a009170b |
User & Date: | Cthulhux on 2024-01-10 22:05:27 |
Other Links: | manifest | tags |
Context
2024-01-10
| ||
22:11 | updated CHANGES.txt check-in: 530feaae99 user: Cthulhux tags: trunk | |
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 | |
Changes
Modified CHANGES.txt from [8d983279be] to [484c7e306b].
|
| | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | Version 0.13.0 2024-01-10 [Feature] Support for hdtbl. [Changed] Build extras and build preprocessors are now listed in a multi-select box. [Improved] If no error has occurred, the log file will contain a success message. [Improved] The default font looked gross on macOS. This should be better now. [Bugfix] Calling troff over the system default shell now, potentially finding more paths. [Improved] BuildDocument uses a simpler execution approach now. [Feature] macOS Cmd+X/C/V are supported now. ------------------------------- Version 0.12.0 2022-03-14 [Feature] If the installed version of troff is not detected as groff, a warning is displayed. |
︙ | ︙ |
Modified src/unit1.lfm from [33e7521e5f] to [e73da8b864].
︙ | ︙ | |||
653 654 655 656 657 658 659 660 661 662 663 664 665 666 | item Command = ecColSelEditorTop ShortCut = 57380 end item Command = ecColSelEditorBottom ShortCut = 57379 end> MouseActions = <> MouseTextActions = <> MouseSelActions = <> Options = [eoAutoIndent, eoEnhanceHomeKey, eoGroupUndo, eoHideRightMargin, eoKeepCaretX, eoShowSpecialChars, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoDoubleClickSelectsLine] Options2 = [eoEnhanceEndKey, eoPersistentBlock, eoOverwriteBlock, eoAcceptDragDropEditing] MouseOptions = [emDragDropEditing, emDoubleClickSelectsLine] | > > > > > > > > > > > > | 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 | item Command = ecColSelEditorTop ShortCut = 57380 end item Command = ecColSelEditorBottom ShortCut = 57379 end item Command = ecPaste ShortCut = 4182 end item Command = ecCopy ShortCut = 4163 end item Command = ecCut ShortCut = 4184 end> MouseActions = <> MouseTextActions = <> MouseSelActions = <> Options = [eoAutoIndent, eoEnhanceHomeKey, eoGroupUndo, eoHideRightMargin, eoKeepCaretX, eoShowSpecialChars, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoDoubleClickSelectsLine] Options2 = [eoEnhanceEndKey, eoPersistentBlock, eoOverwriteBlock, eoAcceptDragDropEditing] MouseOptions = [emDragDropEditing, emDoubleClickSelectsLine] |
︙ | ︙ |