[Lazarus] Highlight matching brackets

Vojtěch Čihák vojtech.cihak at atlas.cz
Mon Dec 11 20:04:56 CET 2017


I can confirm. It is also broken for [] and {}. I observed that it depends on previous character:
 
ControlStyle:=ControlStyle+[csNoDesignVisible];  //works
 
ControlStyle:=ControlStyle+ [csNoDesignVisible];  //does NOT work
 
i.e. when previous char is "red" +-*/@() etc. it works, while abcde...ABCDE... or *space* doesn't. Also with UTF chars it doesn't work (ěščřžýáí)
 
V.
______________________________________________________________
> Od: John Landmesser via Lazarus <lazarus at lists.lazarus-ide.org>
> Komu: Lazarus at lists.lazarus-ide.org
> Datum: 11.12.2017 19:33
> Předmět: [Lazarus] Highlight matching brackets
>
i think there is something wrong?!
 
 Lazarus svn
 
 Lazarus 1.9.0 r56691M FPC 3.0.4 x86_64-linux-gtk2
 
 should highlight Brackets as () but it highlights single quotes '
 
 that happens for WinXP too!
 
 sceenshot of settings (right) and IDE (left)
 
 .. could not send the sreenshot, it's over 100 kb!!
 
 -- 
 _______________________________________________
 Lazarus mailing list
 Lazarus at lists.lazarus-ide.org
 https://lists.lazarus-ide.org/listinfo/lazarus <https://lists.lazarus-ide.org/listinfo/lazarus>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20171211/b36bf700/attachment.html>


More information about the Lazarus mailing list