Share

Composer - SWT HTML Editor Widget

Code

Programming Languages: Java

License: Eclipse Public License

Repositories

browse code, statistics, last commit on 2009-09-14 cvs -d:pserver:anonymous@swt-composer.cvs.sourceforge.net:/cvsroot/swt-composer login

cvs -z3 -d:pserver:anonymous@swt-composer.cvs.sourceforge.net:/cvsroot/swt-composer co -P modulename

Show:

What's happening?

  • I can't start the Wordpad Example with a 64 bit platform

    org.eclipse.SWTError: No more handlesXPCOM error #80004005:null From the stack trace this happens in GeckoEditor. -> EditingSessionHelper.makeEditable I'm on RHEL 5 with an eclipse 3.4.1 platform.

    2010-01-07 05:39:02 UTC by nobody

  • Drag and Drop support

    first of all - very cool widget is there any DnD support - i noticed the "HTMLClipboardFormat" class - but is seems it's a "Clipboard oriented" class and the usual ways of creating DropTargets don't work do u have any pointers/suggestions? thanks in advance and great job !!!

    2010-01-03 15:58:43 UTC by https://www.google.com/accounts

  • Followup: RE: Spell checking

    See IDocumentStateListener.documentModified() and HyperComposer.isDirty/resetDirty()

    2009-12-14 19:22:50 UTC by max_stepanov

  • Followup: RE: Spell checking

    How to check that the composer widget is dirty. I checked your code. Can you provide a feature where we can send event to the parent container, mentioning that the editor is dirty. Is that possible some way?.

    2009-12-14 10:23:23 UTC by Parvez

  • Followup: RE: Spell checking

    Hi Damien, The used dictionary could be specified using org.eclipsian.swt.composer.ISpellCheck interface. It has a few methods like: - public String getCurrentDictionary(); - public void setCurrentDictionary(String dictionary ); - public String[] getDictionariesAvailable(); Regards, Max.

    2009-10-25 05:02:11 UTC by max_stepanov

  • Followup: RE: Spell checking

    Hi Max, Your project "has saved my life"! ;o) Now it's ok, I've the spelling propositions in my context menu, but how can I specify the dictionnary to use? Our users must be able to switch between french / german / english dictionnaries. Best regards, Damien.

    2009-10-23 16:28:06 UTC by damlobster

  • Comment: How to use it?

    Hey, see the Wordpad RCP Example (in the project's File section) for usage directions.

    2009-10-20 16:54:07 UTC by max_stepanov

  • Followup: RE: Spell checking

    Hey Damien, The spell checker popup is not implemented in HTMLViewer, so you have to put this functionality into your editor. The good side is that the functionality already exists in the Wordpad RCP example (see the project Files section). For direct reference, see...

    2009-10-20 16:51:12 UTC by max_stepanov

  • Spell checking

    Hi, Does the spell checker is implemented with popup propositions for the HTMLViewer? If it is not, what must be done to make it functional? Thank you for your help! Damien.

    2009-10-20 14:57:10 UTC by damlobster

  • Mac OS Support

    I use your component in my RCP application under win32. I have to port this application to MAC OS and I would like to know if your component will support MAC OS X platform in future. Could you also give me some tips how to make SWT HTML Editor working under MAC OS? Thanks in advance Adam.

    2009-10-05 20:11:08 UTC by nobody

Our Numbers