FlexBuilder To-Do Plugin
Go here: http://www.richinternet.de/blog/index.cfm?entry=911D4B57-0F0D-5A73-AF6F4D4D04099757, download the plugin. Unzip it to its own directory. You'll see a plugin folder and a .jar in that folder. Copy that .jar into the 'plugins' directory within your Eclipse directory (or directories if you have multiple versions of eclipse).
Close Eclipse. Open Eclipse. Go to Windows->Show View->Other->General->Tasks. This puts an item in your 'tasks' panel whenever you type "//TODO: ..." or "//FIXME: ..." in your ActionScript/MXML files. Pretty slick. It also adds a 'checklist' icon to the left border of the line of code where you've written the "TODO" comment.
