[Lazarus] Production

Graeme Geldenhuys graemeg.lists at gmail.com
Thu Apr 23 23:05:39 CEST 2009


On Thu, Apr 23, 2009 at 8:05 PM, Osvaldo Filho <arquivostcf at gmail.com> wrote:
>
> jcf - Jedi Code Format

There has been work done on integrating jcf into the Lazarus IDE, but
I don't know if it is working or usable yet. I simply downloaded the
binary jcf package from SourceForge and use jcfNotepad.exe via WINE
(linux) and it works perfectly.

> lazde

It's available with Lazarus in the "doceditor" directory.

> - Are comments usable like java, consulting "in line" our comments on
> IDE Editor for our objects?

I prefer external documentation via 'fpdoc' as is done with Free
Pascal and Lazarus project. That way you can write more extensive
documentation including images and example code without obfuscating
the actual source code.

> - Is there a tutorial for create comments with Lazdoc?

http://wiki.lazarus.freepascal.org/Lazarus_Documentation_Editor
http://wiki.freepascal.org/LazDoc
http://wiki.lazarus.freepascal.org/FPDoc_Updater


> - Any guide for use lazarus with same project (by team) on windows and
> linux at same time?

Use a source code management system like Git or SubVersion. Simply
pull change from each other (Git) or commit and update from a single
repository (SubVersion).


> - Where is Lazde?

<lazarus>/doceditor/


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list