[Lazarus] A report on documentation editors

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Oct 14 12:38:25 CEST 2009


On Wed, 14 Oct 2009 18:53:38 +1100
Alexander Klenin <klenin at gmail.com> wrote:

>[...]
> Also, not directly related bug:
> 1) Open components/tachart/TACustomSeries unit
> 2) Hover mouse over TChartSeries.Add function name in implementation
> section (line 196)
> => Hint is duplicated in the tooltip
> 3) Hover mouse over TChartSeries.AddXY name below
> => Hint is triplicated

Fixed.

 
> And possibly related one:
> 1) Open FPDoc editor, put cursor on TChartSeries.Add function name,
>   open Description tab in editor.
> 2) Put cursor at the end f the second line, after "</p>"
> 3) Press Enter
> 4) Press "Save" button
> => Lazarus crashes with the message: <Stream>(8, 9) error: Expected
> "="

No such error here.
But there is no xml check in the editor yet and therefore any syntax
error raises an exception. It now catches EXMLReadError exceptions.
Probably a synedit would be better than a memo. It can highlight
corresponding fpdoc tags and errors.


Mattias





More information about the Lazarus mailing list