Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] "Creating an Eclipse plug-in" cheat sheet
  • From: Weber Matthias <Matthias.Weber@xxxxxxxxxxx>
  • Date: Wed, 11 Aug 2021 08:12:07 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=corpuls.com; dmarc=pass action=none header.from=corpuls.com; dkim=pass header.d=corpuls.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1GWfg3q7IQ7ujuBSo3ltQYugq63vsSWTMBFHZydrIg4=; b=WNNi5Vg+l50LnpcEPDx6+DR3krCfmPdCW9nrjtwRCpxJvTilgBPQWdAPPf6c4V9oDKiVoe4YqXnlgWRUK72jmHWdmGRnQaM6Xhq8K89zrGJZZFRnaZrKH7aPH6HbK5a8hBAe+lpE3wPpIrlvF+6Nmo7pFMMb7/uC5zhmwVIODvD0etNX6fdZTLfxOM/uFmBmLrdvX9SRW8ODSePn5r6EbBu8279sOyC3oeTSm8V22LST9K7QOIxk3mgNCQU6gQsb2IIYO8ERkTQ8pLPYgIR26oSKttpsSSm1XmfLI4fADLt9vUquT5ire7PgIzXn4uUdaucyiD7KniCEiBPm9mZLkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lO+jPzUJ5Oyl6pc7+IP5yHOCicmtiu1pqWa7BJusvmX61mmZYeM1EoQKIMsTfYJd0uGiCP1gLMhOpbJjAT2TryvtHJin8j1xstDnVrdq4nTrVjo6bMzPl8ozOPptSMIqGMhyffR7NFNJb4uxPCuFyzt4p3jqi9yq1lsS40dp93FsAJDUhfwO/Oy0dUiWelFOAoxUa87xj37wa4+EKn3fgRJQT05HfVEcbjwLFD+viRcfs47dtsFgCHJIdR+N2rXCkFPj3KSTLCz2/AvaahyhAKq3lwGfL/aMHZ0Eu8sYSFCaRzyvrDDvsvYpxL6n4tbabjJZCs72ctlD3lbIGwQl5Q==
  • Delivered-to: pde-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/pde-dev/>
  • List-help: <mailto:pde-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdeOh4B8JKEbsmCTS4+y8vsjacZVTQ==
  • Thread-topic: "Creating an Eclipse plug-in" cheat sheet

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

 

Attachment: screenshot.png
Description: screenshot.png


Back to the top