-
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
-
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
-
See IDocumentStateListener.documentModified() and HyperComposer.isDirty/resetDirty()
2009-12-14 19:22:50 UTC by max_stepanov
-
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
-
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
-
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
-
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
-
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
-
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
-
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