PB wrote:> When a comment start by a "-", comment is consider as a "title" in procedure list
Correct. Been that way forever.
> But in this code, comment is not a title
> ;{- Title
Are you serious? The comment doesn't start with "-" but with "{",
as you just noted.
So how can this be considered a bug? You know the rules but call it a bug anyway?

";{" and ";}" are in Folding Keyword. May be i add it, i don't reminds if it's a default folding option. I come from jaPBe and it's done like this on jaPBe ...
So i try something else. I set ";{", ";-{" and ";}" in Folding Keyword.
Code: Select all
;-{ Title
If Truc = Bidule
Truc + 1
EndIf
;}
So now, i get Title. OK, it' a way.
But i get problem with issues list
Second line get color with regular expression "^{?>.*" but first not. My comment start by ">" or "->"
The same, with regular expression "Toto", second line don't take background color