Open GoogleCodeExporter opened 9 years ago
i used the zip file
Original comment by vixay.xa...@gmail.com
on 8 Aug 2008 at 5:22
I don't understand issue you are having. Line 153 is:
ActiveGoto_parameterListRE = %ActiveGoTo_identifierRE%,=".\s-
..and doesn't require " at end of line since it isn't an expression. What
editor
are you using? There are some editors that I currently have disabled from
trying to
extract subroutine info-- due to not being able to retrieve path of your script
through titlebar. I haven't created wiki page yet for all the current editor
notes,
but for now take a look at line 82-100 in activegoto.ahk:
;Whether ActiveGoTo should track changes/open InfoGui
ActiveGoto_aMonitorDocument =
(LTrim Comments
True ;PSPad
False ;SciTE
False ;Notepad++
True ;Notepad2
True ;ConTEXT
True ;UltraEdit-32
True ;EditPlus
False ;Notepad
True ;EmEditor
False ;SynPlus
False ;Syn
False ;Crimson
True ;Metapad
True ;Programers Notepad
True ;TextPad
)
Original comment by coreydwi...@gmail.com
on 9 Aug 2008 at 4:46
I was using Notepad++, and the highlighting was off so i thought it was an
error, you
are right, it was my mistake. I guess then that this issue can be closed.
Original comment by vixay.xa...@gmail.com
on 11 Aug 2008 at 3:55
Original issue reported on code.google.com by
vixay.xa...@gmail.com
on 8 Aug 2008 at 5:21