Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TODO tasks list in Flash Builder

Does Flash Builder support tasks list?
I'm testing Flash Builder for PHP, and I can see my // TODO in PHP code but not in AS or MXML.

I found this plugin:
http://www.richinternet.de/blog/index.cfm?entry=911D4B57-0F0D-5A73-AF6F4D4D04099757
but it's very old.

Do you know how can I see my TODO list in AS3 and MXML code with Flash Builder 4.5?

[UPDATE]: I've installed the plugin from richinternet.de and it works in Flash Builder 4.5 for PHP.
But it's very poor, it only detects the TODOs and FIXMEs if you open the file, it doesn't search all your src for TODOs and FIXMEs.
And also is case insensitive, that's a problem for me, because in spanish "todo" means "everything", so I can't use the word todo in my comments now.

I can't understand how Adobe doesn't include a plugin for this after so many years developing Flash Builder !! they are adding TODO comments when you generate a handler, method, etc !!! I don't know how that can be useful if you don't show it in the tasks!

like image 816
Enrique Avatar asked Jun 04 '11 03:06

Enrique


2 Answers

Get the TODO/FIXME extension for Flash Builder at the following link, and give it a try.

http://www.richinternet.de/blog/index.cfm?entry=911D4B57-0F0D-5A73-AF6F4D4D04099757

Another link at: http://blog.winnemconsulting.com/2011/08/08/fbtoolkit-taskfixmetodo-plugin-for-flex-and-flashbuilder/

How it works: the plugin parses every MXML/AS file when opened and searches comments (both MXML and AS comments) for TODO and FIXME tokens (this search is case insensitive, so it also finds todo). The same action takes place after a file has been saved. If a token is found, a new Task gets generated with its message set to the comment and displayed in the Task View (To open Task View choose Window-->Other Views...-->Basic-->Tasks in Flex Builder 2 standalone and Window-->Show View-->Other-->Basic-->Tasks when running Flex Builder 2 as a plugin in Eclipse). Note: to really delete a Task you have to delete the comment - deleting a Task from the Task View does not kill the comment, so after you save the file the Task will reappear.

like image 137
ShaunOReilly Avatar answered Oct 24 '22 09:10

ShaunOReilly


For completeness on this question:

I do agree with you on the fact that it is truely amazing and inconceivable that such features do not exist in Flash Builder by default.

There is another alternative, though it's not free (It does have a 30 day trial though)

It is called SourceMate http://www.elementriver.com/sourcemate

The product has loads of other cool features, be sure to check the feature list.

like image 32
Dennis Jaamann Avatar answered Oct 24 '22 08:10

Dennis Jaamann