| View previous topic :: View next topic |
| Author |
Message |
Serenity
Joined: 08 Nov 2004 Posts: 1009
|
Posted: Sat Oct 06, 2007 12:07 am Post subject: Tray menu item for opening script directory |
|
|
I'm not sure how others work but with long scripts I prefer to seperate them into different ahk files and use #include.
I add the following to all of my long scripts:
| Code: | menu, tray, add, Open script folder, scriptdir
return
scriptdir:
run % a_scriptdir
return |
I was wondering if others might find this a useful permanent addition to the tray menu. I would probably use it more than I do "Edit This Script". |
|
| Back to top |
|
 |
Andreone
Joined: 20 Jul 2007 Posts: 257 Location: Paris, France
|
Posted: Sat Oct 06, 2007 12:21 am Post subject: Re: Tray menu item for opening script directory |
|
|
| Serenity wrote: | | I'm not sure how others work but with long scripts I prefer to seperate them into different ahk files and use #include. | I'm totally with you on that
I think this post would interest you. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Mon Nov 19, 2007 5:32 pm Post subject: |
|
|
| I'm not sure if "open this script's folder" would be used often enough to justify a new tray menu item. Would anyone else want this? If so, maybe we should have a poll. |
|
| Back to top |
|
 |
|