AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tray menu item for opening script directory

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Serenity



Joined: 08 Nov 2004
Posts: 1009

PostPosted: Sat Oct 06, 2007 12:07 am    Post subject: Tray menu item for opening script directory Reply with quote

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
View user's profile Send private message Visit poster's website
Andreone



Joined: 20 Jul 2007
Posts: 257
Location: Paris, France

PostPosted: Sat Oct 06, 2007 12:21 am    Post subject: Re: Tray menu item for opening script directory Reply with quote

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 Very Happy
I think this post would interest you.
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Nov 19, 2007 5:32 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group