Index: CHANGES.txt ================================================================== --- CHANGES.txt +++ CHANGES.txt @@ -1,13 +1,15 @@ -Version [next] +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 Index: src/unit1.lfm ================================================================== --- src/unit1.lfm +++ src/unit1.lfm @@ -655,10 +655,22 @@ 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]