Highlight matching keyword for keyword under cursor

Working on new editor enhancements?
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Highlight matching keyword for keyword under cursor

Post 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
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: Highlight matching keyword for keyword under cursor

Post by #NULL »

it seems to works if you append a space but doesn't if the EndIf is followed by the newline character.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Re: Highlight matching keyword for keyword under cursor

Post by nco2k »

jep, same goes for If. thx for the info.

this works:

Code: Select all

If| XYZ
  ;
EndIf
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Re: Highlight matching keyword for keyword under cursor

Post by nco2k »

could you please "fix" this small issue, before the final release? :(

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply