Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Project & editor creation
Project & editor creation [message #594799] Wed, 08 April 2009 08:46
Eclipse UserFriend
Originally posted by: juuso.jalasmaki.kolumbus.fi

Hi,

I'm working on a learning project on my studies. I should make an
Eclipse plug-in that can create a project that features java and html.
It should be able to create some specific custom files too and have an
editor to edit them and show the code like other good editors do.

So far I have created a wizards for empty project and that custom file.
Now I'm stuck on which way to go with the Java feature. Should I use
org.eclipse.jdt.core.JavaCore to create JavaProject and customize it -
if it's even possible - or something else... I also supposed to be able
to change the compiler and the source directories.

And the other thing... What way should I go on the editor? Can I extend
some existing editor with my own features and what editor could that be?

Any suggestions?
Thanks in advance!
Previous Topic:Strange dependency cycle error
Next Topic:Issue creating cheatsheet with command
Goto Forum:
  


Current Time: Thu Apr 25 06:50:47 GMT 2024

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

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

Back to the top