AutoHotkey Community

It is currently May 26th, 2012, 11:05 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: October 26th, 2008, 1:28 pm 
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*


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 27th, 2008, 9:03 am 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
a fan again ;) 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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 27th, 2008, 11:07 am 
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 ;)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 27th, 2008, 11:28 am 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
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. :oops: 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).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 27th, 2008, 11:42 am 
sry my fault , i mean the LineNumberBar of course :oops:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 3rd, 2008, 9:46 pm 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 8th, 2009, 12:34 am 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Thank you!
PostPosted: February 9th, 2009, 10:38 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
I just got done updating to 1.0 after using 0.4 to do some quick coding - THANK YOU!

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: off topic
PostPosted: February 10th, 2009, 12:29 am 
Hey sorry if i need just an editor with syntax highlighting like this what would you recommend?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2009, 12:38 am 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
notepad++

free,
syntax highlighting for AHK

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: off topic
PostPosted: February 10th, 2009, 3:33 am 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2009, 1:09 pm 
Offline

Joined: January 18th, 2006, 7:39 am
Posts: 274
Location: Conway, Arkansas
Again, jballi, fantastic work on this app.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2009, 5:17 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
Yes, again, thank you.

I have been using QuickAHK a lot this week.

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 1st, 2010, 2:59 pm 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 1st, 2010, 8:29 pm 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
Nice work indeed, Jballi.

Seems you put a lot of work into your script.

:D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot] and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group