Can change tooltip of Script in Catalog.

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
NS-Zero
Posts: 33
Joined: 19 Mar 2015 15:04

Can change tooltip of Script in Catalog.

Post by NS-Zero »

Normally, tooltip of script in catalog show some part of script.
Can I change it?

Thank

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

Re: Can change tooltip of Script in Catalog.

Post by highend »

You could at least make it more readable by not entering the full script
but placing your code in a script file and load that instead

If the script is in your <xyscripts> folder it is enough to provide it's name even
without the .xys extension like so:

Code: Select all

::load "the name of my script file";
One of my scripts helped you out? Please donate via Paypal

NS-Zero
Posts: 33
Joined: 19 Mar 2015 15:04

Re: Can change tooltip of Script in Catalog.

Post by NS-Zero »

Oh, Simple.

Thank you

Post Reply