| View previous topic :: View next topic |
| Author |
Message |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Sat Feb 19, 2005 11:59 pm Post subject: TextPad syntax file (Autohotkey.syn) problem |
|
|
The entry | Code: | | SingleCommentCol = Leading | is wrong, comments can occur in AutoHotkey on the end of the line as well. Quote from the TextPad help file:
| Code: | | SingleCommentCol = If a single line comment must start in a specific column, assign the number here. If it must start in the first non-blank column, assign "Leading" here. |
_________________ Is there another word for synonym? |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Feb 20, 2005 7:47 am Post subject: |
|
|
yeah u're right... thanx for bringing that to notice. Chris can fix this on his end easily.  _________________
 |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Sun Feb 20, 2005 9:54 am Post subject: |
|
|
Glad to be able to help. I use AutoHotkey for about a week now, i am really fascinated. I started to port all my MacroExpress macros to AHK. I want to switch fully to AHK (even though i am a registered ME user!), because it is lightning fast and seems to be very stable compared to ME. _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Feb 20, 2005 10:16 am Post subject: |
|
|
this has helped to fix the problem of non highlighting of same line comments in TextPad! _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Feb 20, 2005 2:10 pm Post subject: |
|
|
I've commented out the following line in "Generate TextPad.ahk" and it seems to do the trick. If it's wrong in any way, please let me know:
;FileAppend, SingleCommentCol = Leading`n, %TargetFile% |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Sun Feb 20, 2005 2:23 pm Post subject: |
|
|
It is perfect, thanks! _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
|