Skip to content

Add tabalways option to always show tab bar#4120

Merged
JoeKar merged 1 commit into
micro-editor:masterfrom
artnc:patch-1
Jun 25, 2026
Merged

Add tabalways option to always show tab bar#4120
JoeKar merged 1 commit into
micro-editor:masterfrom
artnc:patch-1

Conversation

@artnc

@artnc artnc commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

This PR fixes #4017 and picks up where #3882 left off, which @dmaluka supported.

cc @dmaluka @1ynxy @dave-foxglove @JoeKar

micro

Comment thread internal/action/tab.go
Comment thread runtime/help/options.md
Comment on lines +465 to +468
* `tabalways`: always shows the tab bar, even when only one tab is open.

default value: `false`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As is so often the case with new options, micro.json is overlooked.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated! FWIW, I left it alone because @dmaluka said "we don't care about keeping it up to date". I'm inclined to agree and would lean toward deleting it altogether, but that's beyond the scope of this PR.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it is often forgotten (from us too) or simply ignored and it breaks with single point of truth/failure I'm inclined to drop it as well.

Comment thread internal/action/tab.go Outdated
@artnc

artnc commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for reviewing @JoeKar @dmaluka!

Let me know if there's anything else for me to do here - otherwise I'll leave this for you to merge whenever you're ready.

@JoeKar JoeKar merged commit e4a92a1 into micro-editor:master Jun 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to always show tab bar, even with a single file

3 participants