Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-27 Thread Marco van de Voort
On Sat, Dec 20, 2014 at 07:06:09PM -0300, silvioprog wrote: > Yes, I want it too, and this is a very nice option (I use a similar > approach in other IDEs). > > The documentation generated by the FPDoc is not responsive (e.g: > http://goo.gl/bCJoPM), i.e., it does not open well on a mobile device.

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread silvioprog
On Sat, Dec 20, 2014 at 7:21 PM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2014-12-20 22:06, silvioprog wrote: > > The documentation generated by the FPDoc is not responsive (e.g: > > http://goo.gl/bCJoPM), i.e., it does not open well on a mobile device. > > That's down to you

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-20 22:06, silvioprog wrote: > The documentation generated by the FPDoc is not responsive (e.g: > http://goo.gl/bCJoPM), i.e., it does not open well on a mobile device. That's down to your choice of CSS style sheets - not a fault of FPDoc. Simply specify a different stylesheet and the ma

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread silvioprog
On Sat, Dec 20, 2014 at 3:25 PM, leledumbo wrote: > > I'm writting a new component and I want to use a "doc creator" tool > available in own Lazarus > > My recommendation: > fpdoceditor.png > < > http://free-pascal-lazarus.989080.n3.nabble.com/file/n4039867/fpdoceditor.png > > > > I don't really

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread silvioprog
On Sat, Dec 20, 2014 at 9:18 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2014-12-20 11:29, Mattias Gaertner wrote: > > What does it not allow exactly? > > The built-in editor does very weird indentation, and there is no option > to switch indentation off completely. Here is

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread silvioprog
On Sat, Dec 20, 2014 at 8:18 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2014-12-19 21:58, silvioprog wrote: > > What is the most recomended tool to make documentation?: > > I simply use my favourite text editor (EditPad Pro) and code templates. > I don't use indentation in

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread leledumbo
it's compilable. I edit from this editor and it's nice to have IDE integrated one. I can both document and code at the same time without the need to switch app. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-FPDoc-Editor-vs-Lazarus-Documen

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-20 11:29, Mattias Gaertner wrote: > What does it not allow exactly? The built-in editor does very weird indentation, and there is no option to switch indentation off completely. Here is a quick example I just created with the built-in editor. Also note that the built-in editor simply ap

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread Mattias Gaertner
On Sat, 20 Dec 2014 11:18:36 + Graeme Geldenhuys wrote: > On 2014-12-19 21:58, silvioprog wrote: > > What is the most recomended tool to make documentation?: > > I simply use my favourite text editor (EditPad Pro) and code templates. > I don't use indentation in the XML files because unfortu

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-19 21:58, silvioprog wrote: > What is the most recomended tool to make documentation?: I simply use my favourite text editor (EditPad Pro) and code templates. I don't use indentation in the XML files because unfortunately that screws with some fpdoc output formats where spaces are kept

Re: [Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-20 Thread Mattias Gaertner
On Fri, 19 Dec 2014 18:58:01 -0300 silvioprog wrote: > Hello, > > What is the most recomended tool to make documentation?: > > 1. http://wiki.lazarus.freepascal.org/LazDoc; > 2. http://wiki.lazarus.freepascal.org/Lazarus_Documentation_Editor. > > I'm writting a new component and I want to use

[Lazarus] FPDoc Editor vs Lazarus Documentation Tool

2014-12-19 Thread silvioprog
Hello, What is the most recomended tool to make documentation?: 1. http://wiki.lazarus.freepascal.org/LazDoc; 2. http://wiki.lazarus.freepascal.org/Lazarus_Documentation_Editor. I'm writting a new component and I want to use a "doc creator" tool available in own Lazarus. Thank you! -- Silvio