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
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
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
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._
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
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
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
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