Page 1 of 1
Adding comments to Hamburger
Posted: 10 Jul 2019 16:16
by aurumdigitus
Could the newly beefed up Hamburger (forgive the pun) be modified such that adding comments using
the prefix of "//" would be possible?
Re: Adding comments to Hamburger
Posted: 12 Jul 2019 10:02
by admin
Okay.
Re: Adding comments to Hamburger
Posted: 12 Jul 2019 15:14
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.

Re: Adding comments to Hamburger
Posted: 12 Jul 2019 15:16
by highend
Will look forward to that with appreciation
Mh? It's already implemented...
Re: Adding comments to Hamburger
Posted: 12 Jul 2019 16:08
by aurumdigitus
That is a minor revelation. Checked for official updates so assume you mean the latest Beta. Is that accurate?
Re: Adding comments to Hamburger
Posted: 12 Jul 2019 16:15
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.
Re: Adding comments to Hamburger
Posted: 12 Jul 2019 16:50
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.

)
Re: Adding comments to Hamburger
Posted: 26 Jul 2019 06:10
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.
Re: Adding comments to Hamburger
Posted: 03 Aug 2019 14:00
by admin
Could you post an example of such a problematic menu?
Re: Adding comments to Hamburger
Posted: 03 Aug 2019 14:06
by jupe
Code: Select all
popupmenu("http://www.example.com|https://www.test.com|ftp://ftp.example.com");
Re: Adding comments to Hamburger
Posted: 05 Aug 2019 10:29
by admin
Thanks. Fix coming.