Page 1 of 1

Conditional Hamburger Entry Display

Posted: 06 Nov 2022 11:45
by GreetingsFromPoland
Is it possible to only have a Hamburger menu entry only show for specified folders ? For example, I have this entry :

Code: Select all

::Copy Recipe Link;load "CopyRecipeLink.xys";
I would only like to have it displayed in the Hamburger if :

Code: Select all

C:\Data\Documents\Recipes
or a subfolder within is active in the current pane.

If not possible in Hamburger, maybe I add something to the script that checks the root path and if it doesn't match, exit the script.

Re: Conditional Hamburger Entry Display

Posted: 06 Nov 2022 12:31
by highend
Not possible

Re: Conditional Hamburger Entry Display

Posted: 07 Nov 2022 18:55
by eil
GreetingsFromPoland wrote: 06 Nov 2022 11:45 Is it possible to only have a Hamburger menu entry only show for specified folders ? For example, I have this entry :
You can't make it check and show right away(when you click a Hamburger), 'cause this button can only make menu not lauch some function by clicking. But you can add a line in menu that launches a script, which will check path and form new menu depending of results.
That is if you concerned only about Hamburger menu, 'cause you can make a script-menu of your own, that changes depending of location, and assign it to CEA "double-click/middle-click on breadcrumb bar".