Page 1 of 1

add inplace button bars without a requirement of switch to it

Posted: 2019-07-16, 12:55 UTC
by andry81
I want a standalone buttons bar as an inplace item in the menu of buttons instead of add a button with a submenu.

The idea:
  • to more easely edit buttons on a bar (insert/remove buttons) without a need to renumber other buttons after inserted or removed one.
  • group buttons by a buttons bar.
  • store a buttons bar file separately somewhere else to the main buttons bar.
Currently only a submenu feature can be used:

Code: Select all

[1] [2] [X] [3] [4]
        [A]
        [B]
        [C]
I want it as inplace buttons:

Code: Select all

[1] [2] [A] [B] [C] [3] [4]
May be as an additional feature:
  • add a flag to automatically add a separator between other buttons on a parent buttons bar:

Code: Select all

[1] [2] | [A] [B] [C] | [3] [4]

Re: add inplace button bars without a requirement of switch to it

Posted: 2019-07-17, 01:10 UTC
by ts4242