AutoHotkey Community

It is currently May 26th, 2012, 12:08 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: August 26th, 2007, 4:01 am 
Offline

Joined: June 16th, 2007, 3:23 am
Posts: 280
Can't have it to work :cry:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 26th, 2007, 4:13 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Bravo. Hopefully some day in a later version, you won't need the manual open to use it 8)

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 26th, 2007, 4:15 am 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
dieom wrote:
Hopefully some day in a later version, you won't need the manual open to use it


you don't

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 26th, 2007, 4:23 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
@ en

I am aware of that now.

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2008, 10:42 pm 
Offline

Joined: October 30th, 2007, 1:40 pm
Posts: 20
Does anyone know how intellisense could be modified so that some other key(s) could be substitued for the tab key to perform the auto completion?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 2:12 pm 
Offline

Joined: October 5th, 2004, 5:03 pm
Posts: 121
Location: Brasília, Brazil
Hi Rajat,

I have used Intellisense for more than one year and I say that it made my life much easier!!!!

However, I haven't succeded in inserting some personal functions to it...

I tried to write some additional lines to the file %ahk_dir%\Extras\Editors\Syntax\Commands.txt, but it didn't work at all...

My personal function which I'd like to add:
AddGraphicButton(VariableName="", ImgPath="", Options="", bHeight=26, bWidth=26, tooltip="", GuiNumber=1)


Would there be another solution?

Thanks!
Lingoist


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 6:59 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
try adding them to the Functions.txt file (same folder), that should work.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 7:30 pm 
Offline

Joined: October 5th, 2004, 5:03 pm
Posts: 121
Location: Brasília, Brazil
Rajat wrote:
try adding them to the Functions.txt file (same folder), that should work.


I had already tried... it didn't work either...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 7:36 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Error on my part. I forgot to mention that only commands are supported, not functions. And that's 'coz by around mid 2006 (last update of script), i believe functions weren't added to AHK.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 7:56 pm 
Offline

Joined: October 5th, 2004, 5:03 pm
Posts: 121
Location: Brasília, Brazil
But why it doesn't work when I add my functions to Commands.txt?

Thanks again!
Lingoist


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2008, 7:58 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Thats bcoz only the default command format is supported (comma separated). you can ofcourse mod the script it to support functions.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2008, 2:14 am 
Offline

Joined: June 4th, 2006, 2:04 pm
Posts: 176
Location: ::1
How do I make this syntax helper output to a gui instead :D

I want it in a little hovering window :lol:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2008, 9:48 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Create a gui and update where the tooltip command exists in script.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2009, 4:20 am 
Hello Rajat, how does this work like if I type msg and "MsgBox" tooltip pops up and when I press tab and "MsgBox [, Options, Title, Text, Timeout]". Do I have that part only as guide to type them individually? Do I have to after the "MsgBox [, Options, Title, Text, Timeout]" tooltip pop
up have to type them or can I press tab or enter for it to finish the rest or I can choose to skip say Options and Title and Timeout, so that it will look like "MsgBox , Timeout".

Also can I have tab replace with enter key to auto complete?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2010, 12:25 am 
Offline

Joined: February 19th, 2010, 6:11 pm
Posts: 150
Location: California
I know you havent done any changes to this thing in forever, BUT! I have a idea you might like. Im going to add it in myself. The idea is when you are typing a command if you just hit shift and let go it finishes typing what the tooltip shows. I think that would be cool.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 12 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