[Lazarus] FPDoc Updater issues

Tom Gregorovic _tom_ at centrum.cz
Sun Feb 17 20:47:18 CET 2008


On Feb 17, 2008 2:56 PM, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> Hi,
>
Hi,

> I just tried the latest svn FPDoc Updater (found in
> doceditor/fpdocupdater). Running the application under Linux I have a
> few problems.
>
> * It's compiled with GTK1.  Most of the labels and checkbox's are
> hidden by other components. They don't find in the screen like the
> image shown on the wiki page.
>

One always forgets, that other widget sets than Windows need so much
space for labels.

> * At startup, the listbox is blank. Clicking Refresh also does
> nothing.  I then had a look at the code. It finds the *.xml files, but
> under Linux it doesn't find any *.pas or *.pp files.  I believe there
> is a difference in the FindFiles file mask between Windows and Linux.
> I had to changes the filemask '*.pas;*.pp' to only '*.pas' before it
> found any units.
>

This should be fixed. It will use semicolon as default separator.

> Anybody else tried fpdoc updater under Linux?  Should I report these on Mantis.
>

To the crash you are getting, there is problem passing command line
parameters to makeskel tool under Linux. It seems like it is not
accepting quoted params. Maybe the problem is in using pipes, but I am
not an unix expert.

Tom



More information about the Lazarus mailing list