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 #54151] Wed, 08 April 2009 08:46 Go to next message
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!
Re: Project & editor creation [message #54822 is a reply to message #54151] Tue, 14 April 2009 08:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: juuso.jalasmaki.kolumbus.fi

Hi,

No one really hasn't got any suggestions on my matter?
Can you then please help me to ask my question in the right place and
point me in that/those place/s?

Thank you

** Juuso

Juuso Jalasmäki kirjoitti:
> 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!
Re: Project & editor creation [message #54932 is a reply to message #54822] Tue, 14 April 2009 14:06 Go to previous message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
It sounds like you are trying to generate Java code. If that is the
case, JET may be useful.

http://www.eclipse.org/articles/Article-JET/jet_tutorial1.ht ml

-Ben

> Juuso Jalasmäki kirjoitti:
>> 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!
Re: Project & editor creation [message #595053 is a reply to message #54151] Tue, 14 April 2009 08:09 Go to previous message
Eclipse UserFriend
Originally posted by: juuso.jalasmaki.kolumbus.fi

Hi,

No one really hasn't got any suggestions on my matter?
Can you then please help me to ask my question in the right place and
point me in that/those place/s?

Thank you

** Juuso

Juuso Jalasmäki kirjoitti:
> 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!
Re: Project & editor creation [message #595097 is a reply to message #54822] Tue, 14 April 2009 14:06 Go to previous message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
It sounds like you are trying to generate Java code. If that is the
case, JET may be useful.

http://www.eclipse.org/articles/Article-JET/jet_tutorial1.ht ml

-Ben

> Juuso Jalasmäki kirjoitti:
>> 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:headless update site build like in site editor
Next Topic:Problem with headless build on Eclipse 3.4.2
Goto Forum:
  


Current Time: Thu Apr 18 15:20:07 GMT 2024

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

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

Back to the top