Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can code templates and code formatting profiles be bundled up into plugins?
Can code templates and code formatting profiles be bundled up into plugins? [message #241136] Tue, 27 February 2007 14:19 Go to next message
Dan Haywood is currently offline Dan HaywoodFriend
Messages: 5
Registered: July 2009
Junior Member
I'm developing a set of plugins to ease development with a framework.
We have developed a number of templates and code formatter profiles, and
it would be nice to be able to provide a nature or a New Project wizard
that would automatically install these templates and enable our
formatter profile.

Can this be done?

Many thanks
Dan
Re: Can code templates and code formatting profiles be bundled up into plugins? [message #241254 is a reply to message #241136] Fri, 02 March 2007 14:39 Go to previous message
Dan Haywood is currently offline Dan HaywoodFriend
Messages: 5
Registered: July 2009
Junior Member
For what it's worth, I've discovered that templates can be bundled,
using the "org.eclipse.jdt.ui.javaCompletionProposalComputer" to provide
an implementation of a javaCompletionProposalComputer, that then offers
the templates est up via the "org.nakedobjects.ide.eclipse.templates"
extension point.

Nothing on code formatter profiles, though.

Dan


Dan Haywood wrote:
> I'm developing a set of plugins to ease development with a framework. We
> have developed a number of templates and code formatter profiles, and it
> would be nice to be able to provide a nature or a New Project wizard
> that would automatically install these templates and enable our
> formatter profile.
>
> Can this be done?
>
> Many thanks
> Dan
Previous Topic:Troubleshooting Auto-Complete/Context Problems
Next Topic:Get method invocations from IMethod
Goto Forum:
  


Current Time: Fri Mar 29 13:38:12 GMT 2024

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

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

Back to the top