Releases: tui-cs/Editor
Releases · tui-cs/Editor
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
What's Changed
- Back-merge v2.4.1 from main into develop by @tig in #228
- refactor!: move all namespaces under Terminal.Gui.Editor by @tig in #232
- feat(ted): highlight current editor line in Markdown preview by @tig in #233
- Fixes #235. Bug: CRLF newline requires two keypresses by @BDisp in #236
- Add namespace-level XML documentation for all Terminal.Gui.Editor namespaces by @tig in #234
- Release v2.5.0 by @tig in #238
Full Changelog: v2.4.1...v2.5.0
v2.4.1
v2.2.6
What's Changed
- Back-merge v2.2.5 from main into develop by @tig in #218
- Use Terminal.Gui resource strings in editor chrome by @tig in #212
- feat: include AOT binaries of ted in release artifacts by @tig in #220
- Include XML documentation file in NuGet package by @tig in #223
- Clarify TextDocument text change event docs by @tig in #221
- Release v2.2.6 by @tig in #224
Full Changelog: v2.2.5...v2.2.6
v2.2.5
v2.2.4
What's Changed
- Add ted TUIcast recording script by @tig in #182
- fix(ted): register file-command HotKeyBindings so shortcuts display and work by @tig in #188
- fix(ted): Find/Replace dialog usability issues (#184) by @tig in #187
- feat: add modified/dirty indicator to ted status bar by @tig in #191
- fix: invalidate visual line cache entries when document offsets shift by @tig in #193
- Map Markdown token colors to theme roles to restore dark-theme readability by @Copilot in #180
- Fix CursorDown expanding folds and mouse fold hiding caret (#190) by @tig in #192
- fix: grapheme-aware caret navigation and deletion (#183) by @tig in #189
- fix(release): wait for NuGet indexing before downstream dispatch by @tig in #197
- Add Go syntax highlighting definition by @tig in #198
- Fixes #194. Some tests fail due to different cultures. by @BDisp in #195
- Extract automatic folding orchestration from Ted into Editor by @tig in #199
- fix(ci): show full cleanupcode command in style-drift error message by @tig in #201
- Fix mouse-click fold/unfold causing cursor to disappear (#202) by @tig in #207
- Port prepare release workflow by @tig in #209
- feat: Add EditorMenuBar and EditorStatusBar composable controls by @tig in #206
- Release v2.2.4 by @tig in #210
New Contributors
Full Changelog: v2.2.2...v2.2.4
v2.2.2
What's Changed
- Implements vertical multi-caret support by @tig in #133
- Preserve Editor cursor style when updating position by @Copilot in #144
- feat: implement IDesignable on Editor by @Copilot in #152
- Editor: overwrite / insert-replace mode (Insert key) by @Copilot in #156
- Fix swallowed Tab after raw ANSI Shift+Tab in ted by @Copilot in #141
- Editor: built-in editing context menu by @Copilot in #153
- feat: Emacs kill-ring ΓÇö CutToEndOfLine / CutToStartOfLine with consecutive-kill append by @Copilot in #154
- Add streaming load/save support for large editor files by @Copilot in #158
- feat: in-editor completion / autocomplete popup by @Copilot in #157
- Add column selection for vertical multi-caret by @Copilot in #142
- Editor: single-line / embeddable-input mode (
Multilineproperty) by @Copilot in #155 - Remove dead public API: VisualLineBuilder.BuildWrapped (R9) by @Copilot in #163
- Fix: Esc does not clear primary selection when dismissing column block by @Copilot in #166
- Treat delimiters atomically in single-line flat mode and implement line-copy for newline clipboard support by @Copilot in #167
- Add _Scrollbars menu item to View menu of ted by @Copilot in #169
- Guard
notify-downstreamdispatch whenCLET_DISPATCH_TOKENis unset and fix CI style check by @Copilot in #171 - Override View.Text in Editor as passthrough to Document.Text by @tig in #177
- Fix Editor.Dispose to clean up ContextMenu and CompletionPopover by @tig in #174
- Fix vertical multi-caret edit performance by @tig in #175
Full Changelog: v2.1.1...v2.2.2