Multi-Line Comments and Terminal Improvements
This update adds the ability to toggle multi-line comments in the source editor using the ⌘/
keybind. It also adds support for the common ⇧-click
text interaction to modify selections, and includes some major changes to the terminal pane that improve usability. Some recent improvements to file previews have been applied to the Quick Look pane and the single file window.
✨ Enhancements
- Fix Terminal State Loss (#1843) @thecoolwinter
- Search bar scrolls with the list closes #1818 (#1855) @scaredcr6w
- Correctly view non-text files in single file window and Open Quickly (#1820) @plbstl
🐞 Bug Fixes
📝 Source Editor
- fix(comments): Add Support for Commenting Multiple Lines CodeEditApp/CodeEditSourceEditor#261 @activcoding
📄 Text View
- Shift-Click to Extend Selection CodeEditApp/CodeEditTextView#45 @thecoolwinter
👨💻 New Contributors
- @scaredcr6w made their first contribution in #1855
- @NobelLiu made their first contribution in #1857
Full Changelog: v0.3.0...v0.3.1