Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Adding login-type check to oe.ui.ide.workbench Product
Adding login-type check to oe.ui.ide.workbench Product [message #518997] Fri, 05 March 2010 16:20 Go to next message
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
We have an RCP Product with ext. point org.eclipse.core.runtime.products, application org.eclipse.ui.ide.workbench. I would like to add basically a login dialog, but apparently the Product is launched through o.e.ui.ide.workbench, not through our implementation of IApplication. Seems like our implementation of IApplication::start() is not even called, so I can't quite see where to insert the login code.

Does anyone know how accomplish this?

Thanks.
Re: Adding login-type check to oe.ui.ide.workbench Product [message #519407 is a reply to message #518997] Mon, 08 March 2010 17:53 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You can try adding your login to your splash handler. There was some
work done to support this, and AFAIK splash handlers are per-product (as
opposed to application). Check out Splash Handlers in
http://help.eclipse.org in the Platform Plug-in Developer Guide

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:How to remove columns from a table
Next Topic:Hideing an Editor
Goto Forum:
  


Current Time: Fri Apr 19 22:54:07 GMT 2024

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

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

Back to the top