Erico Franco :

Hi,

I just migrated from PODS to CW for Palm 9.3 and about source code editing, its 
is possible to add tasks at your own source and have an table view that shows 
these tags like PODS 1.0 has?

for example: at a source code editing:

void foo(){
   //TODO: add code here   <--  This is a task tag
   return;
}


After all I could see a list of tasks todo at my code. PODS 1.0 support this in 2 ways: I can add a 'TODO' tag comment that automatically is added as a task tag (PODS 1.1 this looks that has been removed :-( ) . And the other way is click at left border of the code and click "add task".

But Codewarrior do not support, as I know, no way to add or manage source code 
tasks.

someone knows some kind of plugin that can support task lists at Codewarrior? 
The only way that I know to adapt it is to add a bare 'TODO' comment at my 
source and after that find all 'TODO' found at the source - but using this do 
not gives you a good overview of the entire tasks left to do.

These tasks methods way to work like I want to do may looks stupid for some 
programmers, but after some experience I discovered that it improves efficiency 
and make coding more pleasure. at least is the way that it works for me.

thanks all

Erico Franco
MicroMagic
http://www.micromagiclabs.com



Regis St-Gelais:

It does not look stupid to me as it is some thing I do all the time.
In CW, I use the "Find In File" feature to get a list of all my TODOs.
If there is another way to do it in the ide I do not know it.




Thanks for the feedback Regis.

I think that suck kind of 'is something very usable for the Codewarrior users community, I am really thinking in launch a small free project to implement a "Task tags plugin for Codewarrior".

Some questions if someone here can help me I would appreciate:

1) Any ideas how demanding would be a project like this? (easy, difficulty, almost impossible?)

2) Any idea about a site to search for Codewarrior plugins to see if already exists something similar?

3) Any quickstart path to follow? The only thing that I know is that Metrowerks provides a good API stuff for Plugin development.

Anyway I ll start this plugin only after I finish the Palm game project that I am working with at this moment.

thanks

Erico Franco
MicroMagic
http://www.micromagiclabs.com





--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to