Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] Web Broswer in Workbench editor

HI
have a look into some ofthe opensource projects in eclipse-plugins.2y.net. basically it can be done in pure java but the UI will be swing based. if u dont want swing u should implement them using a native interface with VC++/ some other windows.

regards,
Pradheep.


----Original Message Follows----
From: Ranjeev <ranjeev@xxxxxxxxxxxxxxx>
Reply-To: pde-dev@xxxxxxxxxxx
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] Web Broswer in Workbench editor
Date: Mon, 26 Jul 2004 17:19:25 +0530

Hi,

As a part of creating a product GUI, I am asked to inlcude a web-browser
that should open *.htm files in an eclipse workbench editor. Can someone
suggest me
some sample plugin projects or resources to create one.

I am currently working on Eclipse 3.0 and I have found a sample example
which
actually is a Multipage editor (com.ibm.lab.soln.interopedit-Src code from
the
book :"The Java Developer's Guide to Eclipse"). But I did not work on
my machine as desired.

I am very new to Eclipse plugin development.And i am looking for
Internet Explorer Web browser control to be opened into an Eclipse editor.
Your experts directions highly appreciated.

Thanks
Ranjeev

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev

_________________________________________________________________
The new MSN toolbar! Your shortcut to the internet! http://toolbar.msn.co.in/ Access a world of convenience!



Back to the top