Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » [Critical need] HTML Browser in eclipse
[Critical need] HTML Browser in eclipse [message #46779] Fri, 21 February 2003 14:15 Go to next message
Dinesh Varadharajan is currently offline Dinesh VaradharajanFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,
I am planning to develop a WYSIWYG editor for xsl and html. But basically I
was not able to find any html browsers above which i can write my editor.
Can anybody help me on this.

I didn't want to use OLE browser.

Thanks,
Dinesh
Re: [Critical need] HTML Browser in eclipse [message #46869 is a reply to message #46779] Mon, 24 February 2003 12:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: antony.blakey.linkuistics.com.au

Dinesh Varadharajan wrote:
> Hi,
> I am planning to develop a WYSIWYG editor for xsl and html. But basically I
> was not able to find any html browsers above which i can write my editor.
> Can anybody help me on this.
>
> I didn't want to use OLE browser.

The only options I found were:

1. Wrap the Mozilla Gecko engine, which would work on all platforms but
is quite large; or

2. Wrap the KHTML engine, which is currently being ported to win32
(http://khtml-win32.sourceforge.net/), and would then work on all
platforms and be a lot smaller than Gecko - and less feature rich and
standards compliant, but the second issue will change.

In either case you'll have to ship the binary libs appropriate for each
platform, and you'll have to do the wrapping. Good way to get yourself
some devkudos.

Of course Swing has a built in HTML viewer/editor, and there are a
number of more advanced HTML platforms available for Swing/AWT, but the
SWT/AWT bridging (which ships unsupported with eclipse) is an
undocumented hack and only works on Win32.

This issue forced me to abandon SWT for one project and switch to Swing
+ the JGoodies LooksPro/SwingSuite (http://www.jgoodies.com/) because I
didn't have time to work on the KHTML port or the Gecko wrapping. I
highly recommend the JGoodies stuff - worth every cent and my Swing apps
look just like Eclipse :) I like SWT and have built Eclipse plugins, but
horses for courses...

-------------------------
Antony Blakey
mailto:antony.blakey@linkuistics.com.au
Linkuistics - The Language of the Web

Reflecting on W.H. Auden's contemplation of 'necessary murders' in the
Spanish Civil War, George Orwell wrote that such amorality was only
really possible, 'if you are the kind of person who is always somewhere
else when the trigger is pulled'.
-- John Birmingham, "Appeasing Jakarta"
Re: [Critical need] HTML Browser in eclipse [message #48378 is a reply to message #46779] Thu, 06 March 2003 11:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: laender.nlr.nl

Maybe this is something for you.

http://www.meyou.com/grandrapid/index.jsp

A HTML browser component in an Eclipse view.

Fran
Re: [Critical need] HTML Browser in eclipse [message #48427 is a reply to message #46779] Thu, 06 March 2003 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: laender.nlr.nl

Maybe this plugin is a solution for you.
The "Grand-Rapid Component for Eclipse"

http://www.meyou.com/grandrapid/index.jsp


"Dinesh Varadharajan" <dvaradharajan@selectica.com> wrote in message
news:b35akc$kcd$1@rogue.oti.com...
> Hi,
> I am planning to develop a WYSIWYG editor for xsl and html. But basically
I
> was not able to find any html browsers above which i can write my editor.
> Can anybody help me on this.
>
> I didn't want to use OLE browser.
>
> Thanks,
> Dinesh
>
>
Re: [Critical need] HTML Browser in eclipse [message #590732 is a reply to message #46779] Mon, 24 February 2003 12:05 Go to previous message
Antony Blakey is currently offline Antony BlakeyFriend
Messages: 3
Registered: July 2009
Junior Member
Dinesh Varadharajan wrote:
> Hi,
> I am planning to develop a WYSIWYG editor for xsl and html. But basically I
> was not able to find any html browsers above which i can write my editor.
> Can anybody help me on this.
>
> I didn't want to use OLE browser.

The only options I found were:

1. Wrap the Mozilla Gecko engine, which would work on all platforms but
is quite large; or

2. Wrap the KHTML engine, which is currently being ported to win32
(http://khtml-win32.sourceforge.net/), and would then work on all
platforms and be a lot smaller than Gecko - and less feature rich and
standards compliant, but the second issue will change.

In either case you'll have to ship the binary libs appropriate for each
platform, and you'll have to do the wrapping. Good way to get yourself
some devkudos.

Of course Swing has a built in HTML viewer/editor, and there are a
number of more advanced HTML platforms available for Swing/AWT, but the
SWT/AWT bridging (which ships unsupported with eclipse) is an
undocumented hack and only works on Win32.

This issue forced me to abandon SWT for one project and switch to Swing
+ the JGoodies LooksPro/SwingSuite (http://www.jgoodies.com/) because I
didn't have time to work on the KHTML port or the Gecko wrapping. I
highly recommend the JGoodies stuff - worth every cent and my Swing apps
look just like Eclipse :) I like SWT and have built Eclipse plugins, but
horses for courses...

-------------------------
Antony Blakey
mailto:antony.blakey@linkuistics.com.au
Linkuistics - The Language of the Web

Reflecting on W.H. Auden's contemplation of 'necessary murders' in the
Spanish Civil War, George Orwell wrote that such amorality was only
really possible, 'if you are the kind of person who is always somewhere
else when the trigger is pulled'.
-- John Birmingham, "Appeasing Jakarta"
Re: [Critical need] HTML Browser in eclipse [message #591368 is a reply to message #46779] Thu, 06 March 2003 11:58 Go to previous message
Eclipse UserFriend
Originally posted by: laender.nlr.nl

Maybe this is something for you.

http://www.meyou.com/grandrapid/index.jsp

A HTML browser component in an Eclipse view.

Fran
Re: [Critical need] HTML Browser in eclipse [message #591391 is a reply to message #46779] Thu, 06 March 2003 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: laender.nlr.nl

Maybe this plugin is a solution for you.
The "Grand-Rapid Component for Eclipse"

http://www.meyou.com/grandrapid/index.jsp


"Dinesh Varadharajan" <dvaradharajan@selectica.com> wrote in message
news:b35akc$kcd$1@rogue.oti.com...
> Hi,
> I am planning to develop a WYSIWYG editor for xsl and html. But basically
I
> was not able to find any html browsers above which i can write my editor.
> Can anybody help me on this.
>
> I didn't want to use OLE browser.
>
> Thanks,
> Dinesh
>
>
Previous Topic:background
Next Topic:SWT: TableItem and Popups
Goto Forum:
  


Current Time: Fri Apr 26 04:02:36 GMT 2024

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

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

Back to the top