Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Project & editor creation

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'm 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! 
-- 
View this message in context: http://www.nabble.com/Project---editor-creation-tp23035381p23035381.html
Sent from the Eclipse PDE - General mailing list archive at Nabble.com.



Back to the top