Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Window Preferences General WebBrowser Use external web browser Parameters ignored?
Window Preferences General WebBrowser Use external web browser Parameters ignored? [message #329481] Wed, 25 June 2008 13:52 Go to next message
Eclipse UserFriend
Hi. When I set values in to the Edit External Web Browser dialog from
Window->Preferences->General->WebBrowser->Use external web browse->Edit
these parameters have no effect. Any hints?

John.
Re: Window Preferences General WebBrowser Use external web browser Parameters ignored? [message #329482 is a reply to message #329481] Wed, 25 June 2008 14:17 Go to previous message
Eclipse UserFriend
John J Barton wrote:
> Hi. When I set values in to the Edit External Web Browser dialog from
> Window->Preferences->General->WebBrowser->Use external web browse->Edit
> these parameters have no effect. Any hints?
>
Nevermind, the code is borked, parameters are ignored:

public IWebBrowser createBrowser(String id, String location, String
parameters) {
// Create single browser for all clients
if (browserInstance == null) {
browserInstance = new MozillaBrowser(id, location);
}
return browserInstance;
}
Previous Topic:Programmatically finding references to extension points in the workspace
Next Topic:programmatically call Import->Existing projects into workspace
Goto Forum:
  


Current Time: Sat May 03 05:31:08 EDT 2025

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

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

Back to the top