PDA

View Full Version : I need to add a ToDo list to my every single projects



ErosOlmi
24-08-2007, 15:25
I have some ongoing development projects under Power Basic.
To develop under Power Basic I use Lynx (http://www.zippety.net/) + JellyFish (http://www.planetsquires.com/jellyfishpro.htm).
I need to add a ToDo list for every project, each one must have its own list of things to fix, add and so on.

Under Lynx there is the Tools window where I can add different commands tools I can run by manual or automatically diring pre/post compilation time. And to each tool I can pass a command line argument (it can be also the project name or othe project params.

What I'm searching for is a ToDo application (quite advanced one not just simple ToDo that I can develop by myself) able to open project specific issues passing a parameter to command line. To be more precise something like been able to invoke using (for example):

MyToDoApplication.exe "c:\MyProjects\Project_001\ToDoList.whatever"
MyToDoApplication.exe "c:\MyProjects\Project_002\ToDoList.whatever"
...

In this way every project will have its own ToDo list.

Thanks a lot for any suggestion.
Eros

ErosOlmi
24-08-2007, 17:04
I think I've found something very interesting. Even the free version seems to work fine and has a lot of possibilities.

http://www.evernote.com/en/downloads/#EverNote

Just a security note. The first time you execute it it try to connect to internet. My ZoneAlarm Pro have blocked it.
From the second time on, it never try to connect. I will keep informed in case I see any other strange behave.
No problem with my anti-virus. I've tested under AVG and Trend Officescan Corporate.

Eros

Michael Hartlef
24-08-2007, 20:44
Thanks it will be a nice tool to add to Lynx.

Did you ever came across FreeMind?

http://freemind.sourceforge.net/wiki/index.php/Main_Page

ErosOlmi
24-08-2007, 21:20
Thanks Mike.
Yes, I have FreeMind installed too but for this particular purpose I didn't like it.

EverNote seems fitted well for this. I can store what I want inside it, it as also a special note for source code.
I need to test a bit more. Will see.

kryton9
24-08-2007, 23:49
It would be neat if there were a video tutorial on setting up jellyfish and lynx. I got them setup, but it feels like I am missing something and not working as I thought it would. I get that same feeling with the other editors I try too and end up using the default PB editor.