← News

Editora 0.10.0: a look of its own, and two files on screen at once

August 3, 2026 · 0.10.0

Editora 0.10.0 is out: 15 new features, 15 changes, a performance fix and 4 bug fixes. Grab it from the releases page.

This one is mostly about the two things you look at all day — the interface itself, and how many files it can show you at once — plus run configurations growing up into something you can share with a team.

Editora has its own look

Until now Editora borrowed its appearance from whichever theme you picked. Editora Light and Editora Dark are its own: a teal accent, an ink-navy ground and a periwinkle taken from the app’s own icon. They ship as a matched pair and are what a fresh install starts in.

Nothing changes for an existing install. Your saved theme is kept, and the new pair simply joins Primer, Nord, Dracula and the community themes in Settings → Appearance. See Themes & fonts.

A menu bar

File / Edit / Find / View / Navigate / Code / Run / VCS / Tools / Window / Help, so the things Editora can do are browsable rather than only findable by name.

Every item is built over the same command registry the palette uses, so each one shows its current keybinding and updates when you switch keymaps. A command whose feature is switched off appears greyed rather than vanishing, which keeps the menu a stable map instead of a shifting one. On macOS it sits in the system menu bar.

The palette is still the complete index — the menu is a deliberately curated subset. Hide it from Settings → Interface or with View: Toggle Menu Bar; it is hidden automatically in Zen, Expert and Simple modes.

Two files on screen at once

The editor area can now be split into independent editor groups, each with its own tabs and its own selection, so you can put a header beside its implementation or a test beside what it tests.

Closing the last file in a group collapses it, so you never end up staring at an empty pane. All five commands are in the palette and bindable.

This is distinct from the older Split Editor commands, which show two views of the same file. Those work exactly as before, and the two can be combined.

Run configurations grew up

Also: a saved configuration no longer refuses to run because a README happens to be the front tab — any open Java file in the project serves. Debugging remains Java-only, and now says so instead of reporting a confusing Java error. See Run & debug.

Projects

Editing and code intelligence

The status bar tells you more

Git, GitHub and the Output console

Performance and fixes

The complete list is on the What’s New page, and there is a 0.10.0 blog post on what a design system actually has to decide.