2009/9/30 Dians <[email protected]>: > i mean , when i write code in lazarus, i got some error, anythings code > error so i look help file like delphi i just press F1, there is a > documention about the syntaks which show an error , what kind of true > syntaks
If you have Kylix around, you can integrate language reference help with Lazarus IDE. If not, then you need to download the prog.pdf, ref.pdf files from the Free Pascal website and manually search for syntax help. I know this sucks. PDF's are great if you plan to print the documents, but they are definitely not the ideal help format for context sensitive application help. PS: I'm busy working on a help system and new help viewer application for fpGUI Toolkit. I'm planning on implementing the FPC ref and prog documentation in the new help format. This should also allow the new help viewer to be integrated with Lazarus IDE, even though it's not a LCL based application. Supported platforms will be whatever fpGUI supports: currently Linux, Windows and *BSD. I'll keep you guys updated. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
