Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] "Creating an Eclipse plug-in" cheat sheet

Hi Matthias,

have a look at https://www.vogella.com/tutorials/EclipsePlugin/article.html
to learn how to extend the Eclipse IDE.

HTH, Lars

On Wed, Aug 11, 2021 at 3:55 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
>
> BTW - until the cheat sheet is fixed, I think you have missed a step.
>
> Your screenshot shows you have done the "add a view category", but you need to do "add a view" before you do "create a view class".
>
> HTH,
> Jonah
>
> ~~~
> Jonah Graham
> Kichwa Coders
> www.kichwacoders.com
>
>
> On Wed, 11 Aug 2021 at 04:12, Weber Matthias <Matthias.Weber@xxxxxxxxxxx> wrote:
>>
>> Hi,
>>
>>
>>
>> I’ve been an Eclipse user for several years now, but I am completely new to Eclipse development.
>>
>> Please let me know if I am wrong here and my questions should be directed to some other kind of support channel (forum, other mailing list, etc).
>>
>>
>>
>> I want to understand the development of Eclipse plug-ins and have therefore stumbled across the Eclipse PDE and this mailing list. I’ve started working through the Cheat Sheets and am already stuck with the “Create a plug-in extension”: I cannot perform the “Create a view class” step as I do not see any hyperlink labelled "class" in the Extension Element Details.
>>
>>
>>
>> From the  Cheat Sheet:
>>
>> >To create a view class, perform the following steps:
>>
>> >Click the "class" hyperlink under "Extension Element Details" to start the "New Java Class" wizard
>>
>>
>>
>> The Eclipse SDK I am using is: Version: 2021-06 (4.20), Build id: I20210611-1600
>>
>>
>>
>> Best regards,
>>
>> Matthias
>>
>>
>>
>> _______________________________________________
>> pde-dev mailing list
>> pde-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev



-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top