Skip to content

v0.3.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 20:00
· 11 commits to refs/heads/main since this release
edc874e

Minimap, Line Folding, Hide Interface, Autosave Stability

Our editor has gotten a massive upgrade in this release. With nearly two dozen bug fixes, and a ton of new features, we're so excited to get this in your hands. A new minimap allows you to see a high level overview of your code, and navigate quickly by dragging the minimap preview. The new code folding ribbon gives you the ability to hide large regions of code. Right now it's based on your indentation setting, but syntax-aware folding is planned and coming soon. Finally, a reformatting guide adds a visual guide to a column in your code. Useful for avoiding lint errors! Of course, all of our new editor features come with their own settings options. You can enable, disable, and configure them as you please!

We've also packed a whole bunch of workspace enhancements into this release. You can now paste into the file navigator to create a new file with your clipboard contents (thanks to @Syrux64). For those of you who enjoy a zen mode, you can now hide the entire interface with a single command, or using the new menu option (thanks to @SimonKudsk). We've also improved both autosave and file renaming. You shouldn't see any incorrect 'file changed by another application' alerts, and renaming files no longer loses focus while you're typing.

Finally, we've integrated our two new packages WelcomeWindow and AboutWindow into this release (thanks to @georgetchelidze). They replace our existing welcome window and about window implementations. We've released them as standalone packages so you can use them in your own macOS apps!

✨ Enhancements

🐞 Bug Fixes

πŸ“ Source Editor

CodeEditSourceEditor updated from version 0.11.0 to 0.14.1

Enhancements

Bug Fixes

Maintenance

πŸ“„ Text View

CodeEditTextView updated from version 0.8.2 to 0.11.6.

Enhancements

Bug Fixes

Maintenance

🧰 Maintenance

πŸ‘¨β€πŸ’» New Contributors