On Wed, 14 Oct 2009 18:53:38 +1100 Alexander Klenin <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
