CTBs to have Submenus.

Features wanted...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

CTBs to have Submenus.

Post by SkyFrontier »

...so instead of:

Code: Select all

"And > and, etc." rename "s", " |.|.|And|Or|With|It|To|In|Of|The>>|_|_|and|or|with|it|to|in|of|the"
"Prefix Text" $string = input("Enter the text to prefix:"); rename "b", "$string*"
"Search and Replace" $find = input("Enter the text to be replaced:"); $replace = input("Enter the text to be inserted:"); msg "Replace: ".$find." with: ".$replace; rename "s", "$find/$replace"
-
"Append modified date" rename "b", '*-<datem yyyymmdd>', "p"
we could have:

Code: Select all

submenu RENAMET; sub "Rename Tools"
-
"Append modified date" rename "b", '*-<datem yyyymmdd>', "p"
==
RENAMET
"And > and, etc." rename "s", " |.|.|And|Or|With|It|To|In|Of|The>>|_|_|and|or|with|it|to|in|of|the"
"Prefix Text" $string = input("Enter the text to prefix:"); rename "b", "$string*"
"Search and Replace" $find = input("Enter the text to be replaced:"); $replace = input("Enter the text to be inserted:"); msg "Replace: ".$find." with: ".$replace; rename "s", "$find/$replace"
Allowing more organization, flexible options, less buttons for that matter... clean interface!
What about...?

EDIT:
Forgot to add the button's name.
Pseudo code:

Code: Select all

submenu RENAMET; sub "Rename Tools"
...being SUB the thing.
Last edited by SkyFrontier on 29 Jul 2010 14:53, edited 1 time in total.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: CTBs to have Submenus.

Post by SkyFrontier »

...append: Found the source thread.
Credits go to Biggynuff (see original post and Don.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply