[Bug 193917] RFE: add GNU source formatting configuration

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 4 13:31:14 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: RFE: add GNU source formatting configuration


https://bugzilla.redhat.com/show_bug.cgi?id=193917


overholt at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |MODIFIED
           Keywords|                            |EasyFix
  Status Whiteboard| bzcl34nup                  |bzcl34nup




------- Additional Comments From overholt at redhat.com  2008-04-04 09:31 EST -------
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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list