·
8 commits
to refs/heads/main
since this release
Find in Editor, Notifications, Quality of Life
Included in this version is the ability to find text in the editor and navigate results using our custom find panel. CodeEdit also now has a custom-built notification UI for consistent alert and message management across workspaces. This release also includes numerous quality improvements, including but not limited to: editor over scroll, file management updates, drag and drop to open editors, terminal tab bug fixes, improved word detection, enhanced cursor selection modes, and task bug fixes.
β¨ Enhancements
- Clean Up File Management (#1969) @thecoolwinter
- Global Notification System (#1984) @austincondiff
- Add indication for externally deleted files (#1999) @pro100filipp
- Drag and Drop External Files to Open in Editor (#2000) @austincondiff
- Added editor overscroll setting (#2010) @FastestMolasses
- Added copy path and copy relative path options in project navigator menu (#2013) @FastestMolasses
- Added activity viewer inactive state (#1971) @austincondiff
- Workspace Panel View (#1960) @austincondiff
π Bug Fixes
- Fix: Tasks In Folder With Spaces (#1978) @thecoolwinter
- Terminal Tabs Closing Wrong Tab, Terminal Right Click Semantics (#1963) @thecoolwinter
- Fix Task Dropdown Crash (#1956) @thecoolwinter
- Fix Open in Tab not working issue (#1994) @karan0046
- Fixed editor tabs from being non-interactive (#2004) @austincondiff
π Source Editor
CodeEditSourceEditor updated from version 0.9.0
to 0.11.0
- Fix
CaptureModifierSet.insert
by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#281 - Fix End Of Doc Crash by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#285
- Always Show Highlights After Applying by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#288
- Add Bold and Italics Support To Themes by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#289
- Feat: Highlighter Provider Diffing by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#291
- Bump CETV, Revert Trailing Padding (#272) by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#292
- Fix Delegate Typo by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#294
- Update CodeEditTextView by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#299
- Move Overscroll To TextView by @FastestMolasses in CodeEditApp/CodeEditSourceEditor#296
- feat: Find in Editor by @tom-ludwig in CodeEditApp/CodeEditSourceEditor#295
π Text View
CodeEditTextView updated from version 0.7.7
to 0.8.2
.
- β¨ Emphasis API for Highlighting Text Ranges by @tom-ludwig in CodeEditApp/CodeEditTextView#62
- Inset Selection Rect By Leading Edge by @thecoolwinter in CodeEditApp/CodeEditTextView#60
- Add Example App by @thecoolwinter in CodeEditApp/CodeEditTextView#64
- Add Text Insets by @thecoolwinter in CodeEditApp/CodeEditTextView#65
- Final Text & Selection Inset Fix by @thecoolwinter in CodeEditApp/CodeEditTextView#67
- Fix CEUndoManager grouping by @hi2gage in CodeEditApp/CodeEditTextView#69
- feat: Scroll to range by @tom-ludwig in CodeEditApp/CodeEditTextView#70
- Added underscore to selection by @FastestMolasses in CodeEditApp/CodeEditTextView#73
- Added mouse drag selection modes by @FastestMolasses in CodeEditApp/CodeEditTextView#75
- Emphasis Manager Enhancements by @austincondiff in CodeEditApp/CodeEditTextView#78
- Added scroll past end behavior (overscroll) by @FastestMolasses in CodeEditApp/CodeEditTextView#77
- Fix EmphasisManager Leaking Layers, Fix Emphasis Drawing by @thecoolwinter in CodeEditApp/CodeEditTextView#79
π§° Maintenance
- LSP Semantic Token Decoder, Improve LSP-CodeFileDoc Arch (#1951) @thecoolwinter
- Update Project Settings - Generate Asset Symbols (#2009) @thecoolwinter
- [chore:] Bump Version Number (#2021) @thecoolwinter
- [chore:] Update CodeEditSourceEditor, add Find In Editor, Misc Bug Fixes (#2020) @thecoolwinter
- chore: Project Cleanup, Group to Folder Conversion, and SwiftLint Upgrade (#2003) @austincondiff
- Replace deprecated appendingPathComponent calls (#1998) @FastestMolasses
- [chore]: Update CodeEditSourceEditor to 0.10.0 (#1980) @thecoolwinter
- Update copyright to 2025 (#1973) @hi2gage
- Renamed PathBar to JumpBar (#1957) @austincondiff
π¨βπ» New Contributors
- @hi2gage made their first contribution in #1973
- @pro100filipp made their first contribution in #1999