Nova
Images

Description
The native Mac code editor that’s fast and amazing.
Nova is hyper-fast and flexible code editor with all the features you want: smart autocomplete, multiple cursors, a Minimap, editor overscroll, tag pairs and brackets, and way, way more. Can a native Mac code editor really be that much better? Find out.
The Editor.
It all starts with our first-class text-editor.
It’s new, hyper-fast, and flexible, with all the features you want: smart autocomplete, multiple cursors, a Minimap, editor overscroll, tag pairs and brackets, and way, way more.
The Interface.
It’s beautiful. And clean. And fun.
You can make Nova look exactly the way you want, while still feeling Mac-like. Bright, dark, cyberpunk, it’s all you. Plus, themes are CSS-like and easy to write. Nova can even automatically change your theme when your Mac switches from light to dark mode.
The Workflows.
Nova doesn’t just help you code. It helps your code run.
You can easily create build and run tasks for your projects. We didn’t have them in Coda, but boy do we have them now. They’re custom scripts that can be triggered at any time by toolbar buttons or keyboard shortcuts.
Imagine building content, and with the single click of a button watching as Nova fires up your local server, grabs the appropriate URL, and opens a browser for you, instantly. Just think of the time you’ll save.
Nova supports separate Build, Run, and Clean tasks. It can open a report when run. And the scripts can be written in a variety of languages.
What's new
Fixed
- Improved performance when saving files when “Automatically trim trailing whitespace” is enabled
- Addressed a potential crash when pressing
Ctrl+K
with multiple cursors - Fixed a crash when option-dragging through soft-wrapped text
- Using Cmd+W in modified files will now close tab if “Automatically save documents when losing focus” is enabled
- Terminal: Shift+Tab now sends the expected escape sequence
- Terminal: Shift+Return now sends a newline character
- PHP: Addressed a syntax highlighting issue with php_embedded
- SCSS: Highlighting now works as expected when using interpolation
- SCSS: Addressed an issue with
@keyframes
highlighting - Fixed a case where “Find Next”, then “Replace and Find Next” could modify document without updating editor view
- Addressed a case where the Issues Sidebar could incorrectly parse file paths
- Resolved an issue that prevented the “Jekyll Serve” extension from running