Replies: 5 comments
|
I would also like this feature, I run couple of editors on single-pane that would like to be visually separated from sidebar/tabs |
|
I was just thinking the same thing and came here to see if anyone else agreed. For me, there's just the smallest bit of visual context shifting that occurs when going from a single pane (no border) to multiple panes (with borders) that throws me off. Obviously, this is just a "for polish" sort of change, but I'd like to see it! Happy to give opening a PR a stab as well if that would be helpful, assuming I'd be allowed to contribute. Even if it's just an opened PR to explore whether adding this is worthwhile, I can make the effort there if needed 👍🏻 |
|
Where this lives on current master (0.8.0, 1f1e434): the single-pane case is hard-gated in the renderer, so One argument for why this is more than visual consistency: border labels hang off the border. |
|
I would like the consistency too. Specially related to naming the pane and actually seeing its name, since currently you can't see it if a a tab has a single pane. |
|
+1 from a plugin-workaround angle. I tried faking this with a plugin that splits off a companion pane whenever a tab drops to one real pane, so my observations:
I agree with what @lunetics found in |
Uh oh!
There was an error while loading. Please reload this page.
idea / problem
Herdr draws pane borders when a tab contains multiple panes, but the border disappears when the tab contains only one pane. I like the visual framing used for split layouts and would like the option for that framing to remain consistent when moving between single-pane and multi-pane tabs. In Herdr 0.7.5,
ui.pane_borders = truedoes not draw a border for an ordinary single-pane tab.requested change
Add an option to keep pane borders visible when a tab contains only one pane. For example:
Alternatively,
pane_borderscould support modes such as"splits"and"always", while preserving the current behavior by default. Ideally this would use the same border styling, colors, and pane-label behavior as multi-pane layouts.why you want this
An always-visible border would make tabs and layouts feel visually consistent. It would preserve the framing and focused-pane appearance I like in split layouts even when I only need one pane, avoiding a noticeable visual change whenever a split is opened or closed.
All reactions