Hide Forgot
Description of problem: Please ship the GNU source formatting style bits with Eclipse. I think it used to be there. Here's a good source of what you need.... http://cvs.savannah.gnu.org/viewcvs/*checkout*/classpath/scripts/eclipse-gnu.xml?root=classpath&content-type=text%2Fplain Version-Release number of selected component (if applicable): eclipse-platform-3.1.2-1jpp_15fc How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I just upgraded to eclipse-platform-3.2.0-1jpp_3fc in rawhide and it's still not there. Would you like me to submit a patch for our eclipse SRPM?
That'd be great. I believe it was removed at one point because it didn't apply and we were in a rush but I'd love to see it there.
What we need to do here is create a patch to the SDK that will make a new extension point for formatting configurations. This type of patch is more likely to get accepted upstream and then we can just make a plugin that extends this new extension point to add the GNU formatting configuration.
Changing to RFE.
Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers
It appears that an extension point for code formatters exists in at least 3.4 (which will be released in June). We should write a small plugin to do that: <extension point="org.eclipse.jdt.core.codeFormatter"> <codeFormatter class="TestExtensionPoints.codeFormatter1"> </codeFormatter> </extension> Implementing classes should implement org.eclipse.jdt.core.ICodeFormatter. This would be a good task for someone interested in getting started with Eclipse development.
changed version to 'rawhide' to keep alive from EOL closing process
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
CDT has a built-in GNU formatting configuration and JDT doesn't make much sense as it's Sun's convention being the standard. As the CDT has a built-in one I'm closing the bug as fixed.