On 16/01/2008, Mattias Gärtner <[EMAIL PROTECTED]> wrote:
>
> It works here, but the scope has changed. See
>
> http://wiki.lazarus.freepascal.org/IDE_Window:_ToDo_List
Thanks, I read the information and had a look at the todo dialog's
execute method. I made sure my 'main' form is in the .lpr files uses
clause, which it was. I then even copied one of the todo items from
the todo dialog's source code.
I opened the ToDo dialog in my Lazarus. Clicked 'Refresh' and still
not a single item appears. When I run Lazarus from the command line,
it shows all the units used for the todo lookup, and my units are
listed, but nothing is shown.
Here is a sample todo item I create in my main form of my application.
None of those items appear. As I mentioned, I think in November or
so, it still worked fine.
procedure TMainForm.importerModuleProcessed(const AModuleID,
AModuleDir: string);
begin
{ #todo Do something with this. }
{#todo print an todo report }
{ todo: And another one. }
writeln('Processed module <', AModuleID, '> in ', AModuleDir);
end;
>
> I know the gtk toolbar bug, but the crash is new to me. I do not use the todo
Yeah, that toolbar bug is hard to miss!! Is anybody working on this bug?
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives