[Lazarus] Codetool error
Michael Van Canneyt
michael at freepascal.org
Thu Feb 28 17:35:11 CET 2013
Hello,
A reproducible bug report:
I have a method with the following in it:
stCreate : begin
Result:=Format('INSERT INTO %s (',[TN]);
end;
When my cursor is in the method (in fact any method) and I do a ctrl-alt-up to
switch to the implementation, I get a codetools error:
file.pp(row,col) Error: bracket ) not found
and the cursor is positioned on the ( bracket.
Which is kind of strange given that the bracket is inside a string constant.
Michael.
More information about the Lazarus
mailing list