Re: [fpc-pascal] FPCUp FPC/Lazarus installer/updater: first Linux/Windows version released

2012-02-13 Thread stootch
W dniu 2012-02-10 15:24, Reinier Olislagers pisze: Testing on Windows (more extensive, I use it daily), and Linux x85 and Linux x64 shows it works. (...) It can be found here: https://bitbucket.org/reiniero/fpcup/overview Windows, Linux x86 and LInux x64 binaries provided Looks like a fine to

Re: [fpc-pascal] Generics Compile Error, 2.4.2 vs 2.6.0

2012-02-13 Thread David Copeland
Thanks very much. It now compiles! Dave. -Original Message- From: J.-c. Chu Reply-to: FPC-Pascal users discussions To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Generics Compile Error, 2.4.2 vs 2.6.0 Date: Tue, 14 Feb 2012 00:59:03 +0800 If you are compiling the unit

Re: [fpc-pascal] Generics Compile Error, 2.4.2 vs 2.6.0

2012-02-13 Thread J.-c. Chu
If you are compiling the unit in Delphi mode, you’ll need to use the syntax of Delphi. * Generics are defined without the GENERIC keyword. * Generics are specialized without the SPECIALIZE keyword. * To define class-local types and variables, visibility specifiers need to be placed before th

Re: [fpc-pascal] fpdoc and tab characters

2012-02-13 Thread Michael Van Canneyt
On Mon, 13 Feb 2012, Mattias Gaertner wrote: Hi,   How are tab characters handled by fpdoc and its output formats? Depends on the output format. See escapetext in the writer descendents. Function EscapeText(S : String) : String; override; Michael._

[fpc-pascal] fpdoc and tab characters

2012-02-13 Thread Mattias Gaertner
Hi, How are tab characters handled by fpdoc and its output formats? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: [Lazarus] Adding Notes in FPDoc

2012-02-13 Thread Graeme Geldenhuys
On 13 February 2012 12:30, Michael Schnell wrote: > just "Notes" that can be hidden. But I would vote for letting the user > decide at any point in time to switch the verbosity level in the help viewer > itself rather than use a static environment variable. That's already on my DocView todo list

Re: [fpc-pascal] Re: Working Free Pascal android JNI example

2012-02-13 Thread Felipe Monteiro de Carvalho
Hello, For asking Android questions I recommend the Lazarus forum: http://www.lazarus.freepascal.org/index.php/board,43.0.html -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailm

[fpc-pascal] Re: [Lazarus] Adding Notes in FPDoc

2012-02-13 Thread Graeme Geldenhuys
On 11 February 2012 12:23, Michael Van Canneyt wrote: > > Seeing the discussions about annotating the documentation created by FPDoc, > I added support for notes. > (revision 20304) Thank you Michael, this should definitely come in handy for some people. I also investigated this functionality fu