Adding comments to Hamburger

Features wanted...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Adding comments to Hamburger

Post by aurumdigitus »

Could the newly beefed up Hamburger (forgive the pun) be modified such that adding comments using
the prefix of "//" would be possible?

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Adding comments to Hamburger

Post by admin »

Okay.

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Adding comments to Hamburger

Post by aurumdigitus »

Will look forward to that with appreciation. This is one script area that I have been having some success with and it is very handy. :D

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Adding comments to Hamburger

Post by highend »

Will look forward to that with appreciation
Mh? It's already implemented...
One of my scripts helped you out? Please donate via Paypal

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Adding comments to Hamburger

Post by aurumdigitus »

That is a minor revelation. Checked for official updates so assume you mean the latest Beta. Is that accurate?

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Adding comments to Hamburger

Post by admin »

Sure. A glimpse at today's beta release notes would have solved the riddle:

Code: Select all

    + Breadcrumb Bars | Hamburger: Now you can append a comment to the end of 
      each line, separated by //. Any spaces before the comment separator are 
      trimmed off.

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Adding comments to Hamburger

Post by aurumdigitus »

A "tip of the hat" to both highend and now Admin for informing me of the granting of the request.

(The truth of the matter is between increasing age and decreasing health no longer follow the Beta's. :( )

jupe
Posts: 2795
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Adding comments to Hamburger

Post by jupe »

I noticed since this change that you can no longer have things like web addresses including the http://|ftp://|https:// etc. prefix, as captions in popupmenus, is that desired? I guess from now on we now have to double up, and use the data field as well in all those situations? It could involve a fair amount of scripting to avoid all possible problems when processing input data for use in popupmenus, and mandate always having to pre-process when using 'unknown' data.

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Adding comments to Hamburger

Post by admin »

Could you post an example of such a problematic menu?

jupe
Posts: 2795
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Adding comments to Hamburger

Post by jupe »

Code: Select all

popupmenu("http://www.example.com|https://www.test.com|ftp://ftp.example.com");

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Adding comments to Hamburger

Post by admin »

Thanks. Fix coming.

Post Reply