Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Coordination of efforts

We came across this when creating the bugzilla plug-in. It has an editor 
that displays an embedded SWT Browser widget. A common browser with the 
features you mentioned would be useful. This would essentialy make Eclipse 
a tabbed web browser :) 

We could add the following to your list:

- show connection progress
- optional showing of the URL?
- support cancellation
- allow contributing SWT Browser listeners (link events...)
- shouldn't assume that widget will be used in an editor (could be in a 
view or other)

Cheers,
Jean-Michel



Dejan Glozic/Toronto/IBM@IBMCA 
Sent by: eclipse-dev-admin@xxxxxxxxxxx
12/09/2004 12:47 PM
Please respond to
eclipse-dev


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[eclipse-dev] Coordination of efforts










A question for the Eclipse platform team:

The User Assistance team will need to create an embedded web browser for
the benefit of showing help documents 'in place' (as part of an effort to
bring user assistance closer to where the user is). Essentially all we 
want
is to show an arbitrary URL. I am sure there are other Eclipse teams that
would benefit from the same functionality. Are there plans to provide
standard 'show this URL' capability somewhere in the workbench so that we
don't need to do this?

A rough list of expected behavior:

- A standard action set of 'Back/Next/Stop/Refresh' actions
- A way to configure the feature to reuse the same browser (if open) or
create a new instance for each document
- A way to catch the browser widget exception and open the external
(standalone) browser if the internal fails

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top