Luis Francisco Araya wrote:
Florian Köberle wrote:
What do you think about using a wiki for explaining what a error message means. These pages are then called when the user press F1 in the error message window.

I think it is a good idea, maybe something like www.php.net when they explain what a function does, in there they but the explanation of the functions and then the users adds some comments about that function, but we'll use it to put the user comments on how to solve the error...

Currently there is a comment-system available for the online html documentation 
on the FreePascal site.

fpdoc (lazde's backend) does list all classes and thus all exception classes for the units it documents. It does not list all possible error messages, so we'd get one page per exception class instead of one page per exception message.
Perhaps we can use the Exception.HelpContext property somewhere here? (if no 
HelpContext is set, the exception class should be used then to display the 
corresponding exception class overview page)

Regards,

Bram

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to