[Solved]
----------
Hi'
While intensively testing a new script, I stumbled upond ~three small bugs related to tabsets and layouts.
No need to worry, they're low-priority!
1. --- Fixed ---
- Activate DualPane
- Hide Tab Bar (via menu or #662) // the culprit
- Load a tabset (via menu or SC)
>> the display automatically switches to Single Pane
2. --- Fixed ---
- Activate Single Pane
- Show Tab Bar
- SC Load or Revert a tabset in the hidden pane (with "i" or e.g. "2") // the culprit
>> the display automatically switches to Dual Pane
>> the Tab Bar of this pane is empty, with nothing between an icon and the (new tab) "+"
(Ofc this can be overcome by first switching to Dual Pane.)
3. Not technically a bug, but in any case, behaviors of 1. and 2. generate an unwanted 'side-effect': they lead to unnecessary double-switching between single and dual pane, which creates some screen flickering (and can be quite bothersome depending on the computer and tabs content).
--- Solved --- Use this:
Code: Select all
+ Tabsets: Added tweak TabsetsNoPaneActivation to avoid activating
an invisible pane when the pane's tabset is modified by scripting.
TabsetsNoPaneActivation=1Well, that's it... Now I can get back to my script!
Have a nice day
Flux
XYplorer Beta Club