Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » providing a code formatter profile from plugin
providing a code formatter profile from plugin [message #245718] Fri, 13 July 2007 13:16 Go to next message
Tomasz Pik is currently offline Tomasz PikFriend
Messages: 18
Registered: July 2009
Junior Member
Hi,

Is it possible to create a plugin which will provide a formatting
profile to Java->Code Style->Formatter.
In other words, I'd like to have my profile visible there after
installing a plugin.
Is there an extension point I can use?
I'd not like to create my own formatting class, just create
a config file (as a new profile, then 'Export'), package
it into plugin contributing to extension point (one I'm looking
for) and distribute that plugin.

Thanks and regards,
Tomek
Re: providing a code formatter profile from plugin [message #245816 is a reply to message #245718] Mon, 16 July 2007 07:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benno_baumgartner.ch.ibm.com

Tomasz Pik wrote:
> Hi,
>
> Is it possible to create a plugin which will provide a formatting
> profile to Java->Code Style->Formatter.
> In other words, I'd like to have my profile visible there after
> installing a plugin.
> Is there an extension point I can use?
> I'd not like to create my own formatting class, just create
> a config file (as a new profile, then 'Export'), package
> it into plugin contributing to extension point (one I'm looking
> for) and distribute that plugin.
>
> Thanks and regards,
> Tomek

Hi Tomek

This is not possible at the moment.

Benno
P.S. see:
org.eclipse.jdt.internal.ui.preferences.formatter.FormatterP rofileManager.addBuiltinProfiles(List,
IProfileVersioner)
Re: providing a code formatter profile from plugin [message #1405427 is a reply to message #245816] Thu, 07 August 2014 10:28 Go to previous message
Johan Hardy is currently offline Johan HardyFriend
Messages: 47
Registered: December 2012
Member

Is it possible now ?
Previous Topic:Test source folders (Gradle specific?)
Next Topic:OSGI & JavaFX guide
Goto Forum:
  


Current Time: Wed Apr 24 14:08:44 GMT 2024

Powered by FUDForum. Page generated in 0.02614 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top