| Author |
Message |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
 List ToDo task in the project, file explorer or open file
This it is a simple plugin that allows to visualize the tasks to carry out in the active project, in the current directory or simply in the active document.
Download here for FD 2:
http://www.developflash.com.ar/download ... ype=plugin
Download here for FD 3:
http://www.developflash.com.ar/download ... ype=plugin
Saludos.
Salutti.
Good bye.
Last edited by msion on Fri Aug 03, 2007 3:32 am, edited 1 time in total.
|
| Thu Nov 02, 2006 4:11 am |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 7503 Location: Paris, France
|
I doesn't work for me.
For the project exploration I've got an exception - it built a wrong path when searching in the classes subfolder (missing a \ character before "classes").
In the Files panel, it didn't found my TODO enrties - what is your search pattern?
|
| Thu Nov 02, 2006 8:56 am |
|
 |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
The search pattern is //TODO
To find the open project the plug-in searches for the key ProjectExplorer.LastOpenProject in settings. Xml and looks in the first class path.
Next version will also take same pattern
/*
* TODO
*
*/
any problem todo@developflash.com.ar
|
| Thu Nov 02, 2006 2:35 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 7503 Location: Paris, France
|
msion wrote: The search pattern is //TODO To find the open project the plug-in searches for the key ProjectExplorer.LastOpenProject in settings. Xml and looks in the first class path. Next version will also take same pattern /* * TODO * */ any problem todo@developflash.com.ar
Ah ok, could it look for // TODO (with a space between // and TODO).
Still there is a bug in the classpath concatenation:
- Path: 'path/to/project'
- Classpath: 'classes'
- Exception: 'path/to/projectclasses' not found
|
| Thu Nov 02, 2006 3:42 pm |
|
 |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 731 Location: Israel
|
You can take a look at the source code of My F&R plugin to see how to do a TODO search with regular expression.
I would be happy if you take advantage of the dataEvent service my the plugin is providing for TODO search.
_________________ MovieClipCommander
|
| Thu Nov 02, 2006 7:22 pm |
|
 |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
 todo@developflash.com.ar
If I have seen F&R plugin but I found complex for a simple task, for that reason I decided to make something but simple, already this solved and it works 100%
|
| Thu Nov 02, 2006 11:59 pm |
|
 |
|
deAd
Member
Joined: Sun Oct 08, 2006 5:32 pm Posts: 24
|
Maybe you should make an options key that lets you specify all the patterns to search for? that'd be useful 
|
| Fri Nov 03, 2006 2:24 am |
|
 |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
Good idea, I will implement that, now this looking for the it lines with the text TODO  ....
http://www.developflash.com.ar/download ... ype=plugin
Saludos
|
| Fri Nov 03, 2006 3:05 am |
|
 |
|
VeryVito
Member
Joined: Fri Oct 27, 2006 4:32 pm Posts: 8
|
Thanks, msion!
This is exactly what I've been looking for; I haven't had any troubles so far. Thanks.
One picky point, though: The buttons should be labeled "analyze," rather than "analize." There's... um... quite a difference.
(No offense to the F&R plugin! I use it all the time too, but I prefer single-purpose plugins to the swiss-knife approach.)
|
| Fri Nov 03, 2006 3:18 am |
|
 |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 731 Location: Israel
|
No offence taken.
I was planning to do a TODO plugin based on F&R services, because it is true that "swiss-knife approach" thing...
All I was saying is that the F&R plugin is already doing the job, and giving services for that particular purpose. So there is no need to write all the logic all over again, just send a "give me a todo list" command to the plugin, and you'll get a todo list back. as easy as that.
Its much better documented in the source code, and I would be happy to help.
(By the way, it meens alot for me to hear that you are using the plugin, thanks  )
_________________ MovieClipCommander
|
| Fri Nov 03, 2006 8:13 pm |
|
 |
|
msion
Member
Joined: Mon Sep 25, 2006 5:44 pm Posts: 17 Location: Cordoba - Argentina
|
I wait not to have offended anybody, all i want to make simple things and practice...
the change analize to analyze is ready...
download here: http://www.developflash.com.ar/download ... ype=plugin

|
| Sun Nov 05, 2006 11:00 pm |
|
 |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 731 Location: Israel
|
Actually, this plugin is pretty helpfull.
As it generates the TODO list for each file I'm working on and every time I switch to another file...
_________________ MovieClipCommander
|
| Wed Nov 08, 2006 8:18 am |
|
 |
|
VeryVito
Member
Joined: Fri Oct 27, 2006 4:32 pm Posts: 8
|
Hi msion. Any chance you've managed to port this to FD3 yet? 
|
| Mon Jun 18, 2007 9:31 pm |
|
 |
|
krikke
Member
Joined: Sat Jul 21, 2007 2:39 pm Posts: 1
|
I agree with VeryVito;
I used this plugin all the time with FD2.. Any chance to port this to FD3?
Thanks in advance!
|
| Sat Jul 21, 2007 2:43 pm |
|
 |
|
arkona3000
Member
Joined: Tue Jul 31, 2007 3:13 pm Posts: 6
|
I'd be very happy to see this ported to FD3, too! It is a very useful tool.
I used it a lot with FD2 and miss it for a while now...
Dorian
|
| Tue Jul 31, 2007 4:17 pm |
|
|