Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [RCP] Hints for some Features
[RCP] Hints for some Features [message #270335] Mon, 06 September 2004 17:57 Go to next message
Eclipse UserFriend
Originally posted by: news.martin-burchard.de

Hello,

I started with plugin development a few days ago.
After going through the Rich Client Tutorial of Ed Burnette, I think I
can deal with things like views and perspectives.
I also get my example in the RCP to run.
Now I'm searching for some other features:
- internationalisation (about dialogs and other elements)
- saving and reading user data like Eclipse IDE does
- dialogs before the main aplication starts like the Eclipse workspace
dialog

Can you give me some links or are there some examples in the Eclipse cvs?

Regards Martin
Re: [RCP] Hints for some Features [message #270421 is a reply to message #270335] Tue, 07 September 2004 10:50 Go to previous message
Eclipse UserFriend
Originally posted by: Andrew_Eidsness.ca.ibm.com

On Mon, 06 Sep 2004 23:57:23 +0200, Martin Burchard
<news@martin-burchard.de> wrote:

> Now I'm searching for some other features:
....
> - dialogs before the main aplication starts like the Eclipse workspace
> dialog

The code for this is in the org.eclipse.ui.ide project. The
IDEApplication class is the main application for the eclipse ide,
basically its run method creates the workspace selection dialog
(ChooseWorkspaceDialog) and then uses the response to properly setup the
environment before calling PlatformUI.createAndRunWorkbench.

In your case you can put whatever application code you would like into the
run method and then create your workbench at the appropriate time.

HTH

-Andrew
Previous Topic:Is it possible to launch a browser window from Help's toc.xml?
Next Topic:Changing font size in Help
Goto Forum:
  


Current Time: Thu Jul 17 20:07:00 EDT 2025

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

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

Back to the top