Vote for CFEclipse and Mylyn integration
Don't let PHP get a jump on us :-) Vote for structure bridges for CFEclipse and Mylyn
Ticket I entered for requesting a connector bridge for CFEclipse and Mylyn.
For more on Mylyn watch this. Seems very cool. I am currently work on introducing Trac @ work and Mylyn is a reason why. Besides (major reason) our current Project/Bug system doesn't seem to work very well in our development process.
Total Votes for PHP vs Total Votes for CFEclipse




Posted under: 


I've been using Mylyn for a few months now and it's every bit as cool as it seems. Couple it with a Svn post-commit hook that updates Trac tickets and you almost never have to leave your IDE.
Rob: Would you mind sharing your SVN post Commit hooks for Trac? I am interested in working them into my work's Trac/SVN system. Thanks henke[dot]mike[AT]gmail[Dot]com
Someone asked why vote for this :-)
"Mylyn has basic support for working with any language at the file level. In other words, as you code, the files that you navigate to populate your context. In order to have Mylyn's more advanced focusing facilities, such as automatic code folding and access to fields and methods from your task context, Mylyn needs a bridge that understands the programming language that you're working with." from http://tinyurl.com/2b5nn7
@Mike -
Sure. This is the one I use:
http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook?rev=920
Works like a dream. One less step for developers to take when they've completed a bug. It also serves to reinforce the need for strong commit messages.