sorashadow / isense-x

Automatically exported from code.google.com/p/isense-x
0 stars 2 forks source link

Error in ActiveGoTo.ahk in Isense_1.5.4 #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open ActiveGoTo.ahk
2. Go to line 153
3. There's a missing " at the end of the line

What is the expected output? What do you see instead?
Script doesn't run.

What version of the product are you using? On what operating system?
1.5.4
XP SP3
AHK 1.0.47.06

Please provide any additional information below.
When I press F1 the ActiveGoTo doesn't show up. or any other keys. Helpfile
doesn't say which key to press.

Original issue reported on code.google.com by vixay.xa...@gmail.com on 8 Aug 2008 at 5:21

GoogleCodeExporter commented 9 years ago
i used the zip file

Original comment by vixay.xa...@gmail.com on 8 Aug 2008 at 5:22

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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