[Lazarus] Dockable IDE
Duncan Parsons
D.Parsons at seamsltd.com
Thu Jun 3 10:20:15 CEST 2010
[OT in reply to OT]
I use ToDoList from http://www.abstractspoon.com/
Alas Windows only, but gets the job done well, and I can send the
project files to clients with ease, reports via xsl..
:shrug:
:-)
[/OT in reply to OT]
-----Original Message-----
From: Graeme Geldenhuys [mailto:graemeg.lists at gmail.com]
Sent: 03 June 2010 08:02
To: Lazarus mailing list
Subject: Re: [Lazarus] Dockable IDE
On 3 June 2010 02:59, Hans-Peter Diettrich wrote:
>
> BTW I'm also working on the FPC compiler, need Graeme's method to
> create clones ;-)
[Off-topic]
Clones are an inheritance nightmare, and difficult to maintain. I fired
all my clones. :-)
Instead I went back to basics - got myself organized. A simple TODO.txt
file was all I needed. Add things to the list as I think of them, pay no
attention to everything in the list - only to what I am currently
working on. As I complete a task delete it, or move it to the end of the
file. This works best for me. :-)
It's actually amazing. I searched for a whole month trying to find a
simple todo list application. All were to difficult to use, or just to
slow (to much effort to add a simple item to the list) and crappy, or
couldn't easily run off my flashdrive. A text file ended up working
best, and if forms part of my project files (via Project Inspector). I
have a personal and work todo list file.
eg:
--------------------[ TODO.txt ]-----------------------------------
My personal todo list for various programming tasks.
Legend
======
[ ] - not started yet
[o] - started but not complete
[x] - completed task.
Project One
==============
[ ] - Create a new plug-in system
[ ] - Create an automated installer program [o] - Implement the
MiGLayout in fpGUI [o] - Move project to new website [ ] - write more
unit tests. See email dated 2010-01-16 for ideas.
Project Two
============
[ ] - Design UML diagrams based on latest spec.
Completed Tasks
=============
[x] - Port some code.
[x] - Implement a reporting system based on RTF.
--------------------------------------[ end
]--------------------------------------------
[/Off-topic]
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
--
_______________________________________________
Lazarus mailing list
Lazarus at lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
More information about the Lazarus
mailing list