| View previous topic :: View next topic |
| Author |
Message |
ggirf14
Joined: 01 Nov 2005 Posts: 108 Location: Ottawa
|
|
| Back to top |
|
 |
MsgBox
Joined: 17 Nov 2005 Posts: 181 Location: Leicester, UK
|
Posted: Sun Apr 22, 2007 7:06 pm Post subject: |
|
|
If you mean syntax highlighting...do you?... have a look in the AutoHotkey\Extras\Editors\PSPad folder.
For code formatting this might help: http://www.autohotkey.com/forum/viewtopic.php?p=46338
BTW I use PSPad too, its brilliant!!  |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Sun Apr 22, 2007 10:11 pm Post subject: |
|
|
there was also a script quite a while ago (by Rajat, I think) that will format your code nicely. It may need to be updated. try searching the word "tidy"? _________________
(Common Answers) |
|
| Back to top |
|
 |
Helpy Guest
|
Posted: Mon Apr 23, 2007 9:22 am Post subject: |
|
|
| If you think of Auto-Syntax-Tidy v12, it has been made by toralf... |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Mon Apr 23, 2007 3:53 pm Post subject: |
|
|
yes, that's the one. I couldn't remember who mad it. Sorry toralf for the bad memory I have. _________________
(Common Answers) |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Mon Apr 23, 2007 5:54 pm Post subject: |
|
|
not a problem. i feel honored to be mistaked for/mixed up with rajat.
BTW: MsgBox already gave the link. :) _________________ Ciao
toralf  |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Mon Apr 23, 2007 7:07 pm Post subject: |
|
|
| toralf wrote: | BTW: MsgBox already gave the link.  |
I failed to click it.. my time for answering posts is limited, so I don't always get to click all the links posted _________________
(Common Answers) |
|
| Back to top |
|
 |
Helpy Guest
|
|
| Back to top |
|
 |
svi
Joined: 09 Oct 2006 Posts: 236 Location: Finland
|
Posted: Tue Apr 24, 2007 8:29 pm Post subject: |
|
|
But how to name a link?
I know that href works in a web page, but how is it done in this forum? _________________ Pekka Vartto |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Tue Apr 24, 2007 8:32 pm Post subject: |
|
|
| Code: | | [url=http://www.MyLink.com]MyLinkName[/url] |
That way? |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Tue Apr 24, 2007 8:33 pm Post subject: |
|
|
| Code: |
[url=http://url.goes.here]Link Text Goes here[/url]
|
_________________
(Common Answers) |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Tue Apr 24, 2007 8:34 pm Post subject: |
|
|
BoBo beats me again  _________________
(Common Answers) |
|
| Back to top |
|
 |
ggirf14
Joined: 01 Nov 2005 Posts: 108 Location: Ottawa
|
Posted: Wed Apr 25, 2007 3:55 pm Post subject: |
|
|
Thanks!
Auto-Syntax-Tidy v12 (from toralf) works great. I was also looking for highligh feature but I found it within the application.
1st step :
from the menu bar go to Setting \ User highlighter from the seletion window browse to Autohotkey.ini
2nd step:
On "file \ New file" a list will come up, Autohotkey is at the bottom. Or if you have open a new file without selecting Autohotkey you may switch by going from the menu bar on "View \ change syntax".  |
|
| Back to top |
|
 |
ggirf14
Joined: 01 Nov 2005 Posts: 108 Location: Ottawa
|
Posted: Thu Apr 26, 2007 12:19 am Post subject: |
|
|
To have the help file available from the application.
Go to Setting \ Highlighter setting and in the help file field browse to C:\Program Files\AutoHotkey\AutoHotkey.chm
When this is done you can highlight a command, right click and the first option is "Help for Language". It will bring you directly to the help file for that command. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Apr 26, 2007 12:22 am Post subject: |
|
|
you can also run a script from the autohotkey\extras\editors\ folder to automatically add these options to pspad (and many other editors) _________________
(Common Answers) |
|
| Back to top |
|
 |
|