[Lazarus] Dockable IDE

Graeme Geldenhuys graemeg.lists at gmail.com
Thu Jun 3 09:01:50 CEST 2010


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/




More information about the Lazarus mailing list