Page 1 of 1

Highlight matching keyword for keyword under cursor

Posted: Tue Oct 27, 2009 12:15 am
by nco2k
freak, any chance to make it work, when the cursor is at the right side of the keyword? like it works with braces.

Code: Select all

If
  ;
EndIf| <-- cursor
c ya,
nco2k

Re: Highlight matching keyword for keyword under cursor

Posted: Wed Oct 28, 2009 9:49 am
by #NULL
it seems to works if you append a space but doesn't if the EndIf is followed by the newline character.

Re: Highlight matching keyword for keyword under cursor

Posted: Sat Oct 31, 2009 8:15 am
by nco2k
jep, same goes for If. thx for the info.

this works:

Code: Select all

If| XYZ
  ;
EndIf
c ya,
nco2k

Re: Highlight matching keyword for keyword under cursor

Posted: Sun Nov 22, 2009 5:24 am
by nco2k
could you please "fix" this small issue, before the final release? :(

c ya,
nco2k