Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » e4 Eclipse 4 - about dialog(Opening about dialog)
e4 Eclipse 4 - about dialog [message #940481] Thu, 11 October 2012 17:21 Go to next message
Alex Kipling is currently offline Alex KiplingFriend
Messages: 260
Registered: July 2012
Senior Member
Hello, I am building an Eclipse 4 Application and I would like to make an about dialog as known from Eclipse 3.

I used the Menu Spy and learned the following:

Theactive contribution location URI:
menu:help?after=about

The active action definition identifier:
org.eclipse.ui.help.aboutAction

The active contribution item class:
ActionFactory$WorkbenchCommandAction

The contributing plug-in:
org.eclipse.ui.workbench


Can I somehow use this action to open or extend the about dialog in my application?
Re: e4 Eclipse 4 - about dialog [message #945316 is a reply to message #940481] Mon, 15 October 2012 10:40 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Are you running with the compat layer? All you show is part of the
compat layer and you can't simply use it in a plain e4 app.

Like in the other reply please ask such questions on the e4 newsgroup.

Tom

Am 11.10.12 19:21, schrieb Alex Kipling:
> Hello, I am building an Eclipse 4 Application and I would like to make
> an about dialog as known from Eclipse 3.
>
> I used the Menu Spy and learned the following:
> Theactive contribution location URI:
> menu:help?after=about
>
> The active action definition identifier:
> org.eclipse.ui.help.aboutAction
>
> The active contribution item class:
> ActionFactory$WorkbenchCommandAction
>
> The contributing plug-in:
> org.eclipse.ui.workbench
>
>
> Can I somehow use this action to open or extend the about dialog in my
> application?
Previous Topic:Getting the Workbench in e4?
Next Topic:Quick simple question
Goto Forum:
  


Current Time: Thu Apr 25 13:11:16 GMT 2024

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

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

Back to the top