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 

QuickAHK v2.2
Goto page Previous  1, 2, 3, 4  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
a fan again ;)
Guest





PostPosted: Sun Oct 26, 2008 12:28 pm    Post subject: Reply with quote

Just a little question, why i cannot load my scripts when, i say ti windows open my ah files with this tool? There sit always a empty script *ggg*
Back to top
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Mon Oct 27, 2008 8:03 am    Post subject: Reply with quote

a fan again Wink wrote:
Just a little question, why i cannot load my scripts when, i say ti windows open my ah files with this tool? There sit always a empty script *ggg*

You are correct. QuickAHK does not accept (or look for) a file name from the command line. I never even thought of adding this option until you mentioned it. I think the primary reason this option was not considered is because QuickAHK is not an editor.

QuickAHK is not an editor? Wha???

It is a bit confusing. QuickAHK looks like an editor. It even has editing features like copy, cut, paste, and syntax highlighting. But it's not an editor, at least not in the traditional sense. All editing and execution is done in an isolated workspace. Think of QuickAHK as an AutoHotkey scratchpad. I use it all the time to test short scripts that I write and as a place to run the scripts that I download from the AutoHotkey forum.

There are several ways to get external scripts into the QuickAHK workspace. This includes cut/paste, the "Copy From..." command, and you can drag a script file from Windows Explorer and drop it on the QuickAHK window. Theses commands do not open the actual script file. The content of the files are copied to the QuickAHK workspace. In addition, the "Save" command does not save to the original file. It only saves the current workspace. If you want to save the current workspace to a real file, use the "Save As..." command.

I hope this information is helpful. If you still think that the command line option should be added, make a noise.

Comments, contradictions, recommendations, etc., etc. are welcome.
Back to top
View user's profile Send private message Send e-mail
a fan
Guest





PostPosted: Mon Oct 27, 2008 10:07 am    Post subject: Reply with quote

thx you for the information, is a great tool anyway.


Hey another qluick question, i am very beginnig with akh, so can you meaby, send me the exact lines, i need to put in my script for the HiEdit Number Line Var? Or is there an alternative way to do this?

Thy a lot, a fan of your work and AHK Wink
Back to top
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Mon Oct 27, 2008 10:28 am    Post subject: Reply with quote

a fan wrote:
i am very beginnig with akh, so can you meaby, send me the exact lines, i need to put in my script for the HiEdit Number Line Var? Or is there an alternative way to do this?

I read this several times but I don't understand the question. Sorry. Embarassed If you send me a personal message (PM) with a more verbose description of the request, I will be very happy to help you if I can.

Note: To use the personal message system you must log in (create an account (it's free) if you don't already have one).
Back to top
View user's profile Send private message Send e-mail
a fan
Guest





PostPosted: Mon Oct 27, 2008 10:42 am    Post subject: Reply with quote

sry my fault , i mean the LineNumberBar of course Embarassed
Back to top
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Mon Nov 03, 2008 8:46 pm    Post subject: Reply with quote

v0.5 released. See the bottom of the first post for a complete list of changes. Also, the Issues/Considerations section of the post has been updated with new information.
Back to top
View user's profile Send private message Send e-mail
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Wed Jan 07, 2009 11:34 pm    Post subject: Reply with quote

v0.6 released. I wasn't planning to do a new release but there was one bug fix that needed to get out. See the bottom of the first post for a complete list of changes. Also, the Issues/Considerations section of the post has been updated with new information.
Back to top
View user's profile Send private message Send e-mail
ScottMattes



Joined: 21 May 2007
Posts: 173
Location: USA

PostPosted: Mon Feb 09, 2009 9:38 pm    Post subject: Thank you! Reply with quote

I just got done updating to 1.0 after using 0.4 to do some quick coding - THANK YOU!
_________________
-------------
Scott Mattes

My small, and slowly growing, collection of scripts.
Back to top
View user's profile Send private message Visit poster's website
skb (guest)
Guest





PostPosted: Mon Feb 09, 2009 11:29 pm    Post subject: off topic Reply with quote

Hey sorry if i need just an editor with syntax highlighting like this what would you recommend?
Back to top
ScottMattes



Joined: 21 May 2007
Posts: 173
Location: USA

PostPosted: Mon Feb 09, 2009 11:38 pm    Post subject: Reply with quote

notepad++

free,
syntax highlighting for AHK
_________________
-------------
Scott Mattes

My small, and slowly growing, collection of scripts.
Back to top
View user's profile Send private message Visit poster's website
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Tue Feb 10, 2009 2:33 am    Post subject: Re: off topic Reply with quote

skb (guest) wrote:
Hey sorry if i need just an editor with syntax highlighting like this what would you recommend?

As I've mentioned many times, I'm a PSPad devotee but there are many excellent editors out there that do syntax highlighting for AutoHotkey scripts. This topic has been covered several times before. Here are just a couple:

Whats your favourite editor
http://www.autohotkey.com/forum/viewtopic.php?t=2267

What's your favorite FREE text editor?
http://www.autohotkey.com/forum/viewtopic.php?t=33357

Good luck!
Back to top
View user's profile Send private message Send e-mail
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Tue Feb 10, 2009 12:09 pm    Post subject: Reply with quote

Again, jballi, fantastic work on this app.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ScottMattes



Joined: 21 May 2007
Posts: 173
Location: USA

PostPosted: Fri Apr 24, 2009 4:17 pm    Post subject: Reply with quote

Yes, again, thank you.

I have been using QuickAHK a lot this week.
_________________
-------------
Scott Mattes

My small, and slowly growing, collection of scripts.
Back to top
View user's profile Send private message Visit poster's website
jballi



Joined: 01 Oct 2005
Posts: 748
Location: Texas, USA

PostPosted: Fri Jan 01, 2010 1:59 pm    Post subject: Reply with quote

v2.0 Beta

Major release with lots of new features. See the bottom of the first post for a complete list of changes. Also, the Issues/Considerations section of the post has been updated with new information.
Back to top
View user's profile Send private message Send e-mail
Fry



Joined: 01 Nov 2007
Posts: 885

PostPosted: Fri Jan 01, 2010 7:29 pm    Post subject: Reply with quote

Nice work indeed, Jballi.

Seems you put a lot of work into your script.

Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
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