Re: An implementation of Selection/Cursor for RichTextArea

2010-05-31 Thread Yanick
If there is a selectAll(); method in the RichTextArea's formatter, having a getSelection(); and a setSelection(Selection); methods would be very nice for this widget. +1 for a more complete text selection API for the RichTextArea -- You received this message because you are subscribed to the

Re: An implementation of Selection/Cursor for RichTextArea

2010-05-31 Thread kozura
FYI in lieu of getting it into GWT, I posted a standalone library to the issue mentioned above, with some caveats of a few cases that still need addressed. On May 31, 3:55 am, Yanick yanick.roc...@gmail.com wrote: If there is a selectAll(); method in the RichTextArea's formatter, having a

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-26 Thread Manuel Carrasco Moñino
The API looks good for me, could you post functional code to play with. Regards -Manolo On Sun, Apr 25, 2010 at 10:02 PM, davek dkoberst...@gmail.com wrote: ++.  It would be very useful for me, as well. On Apr 20, 8:04 pm, Swami swami.kev...@gmail.com wrote: I would also like to see this

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-26 Thread kozura
I've posted onto the existing issue at http://code.google.com/p/google-web-toolkit/issues/detail?id=1127, but so far no response from the GWT team. I'll post to contributors and see what comes of it. Don't want to spend the time to make it gwt compatible if it's not going to go into gwt. Even

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-25 Thread davek
++. It would be very useful for me, as well. On Apr 20, 8:04 pm, Swami swami.kev...@gmail.com wrote: I would also like to see this feature in the GWT core. It is very much needed for our project. Kind Regards Swami On Apr 20, 6:58 pm, Dave LeBlanc david.lebl...@gmail.com wrote: I'd

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-20 Thread Dave LeBlanc
I'd like to chime in and add my support for this feature. Having good support for cross-browser selections is something we're strongly desiring right now, and the GWT-Rocket implementation is old and non-functional. Hopefully the GWT folks can find a good place to integrate and test this, as I'd

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-14 Thread kozura
Yeah, I've put in other patches, but for complete new functionality it might be better to go through the incubator first; I can just ask on contributors. But either way, deciding whether others want this functionality to take the time doing up all the test cases and switching to GWT style

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-14 Thread Manuel Carrasco Moñino
I remember that GWT guys said that they wont accept new stuff for incubator, but only fixes to existing code, because they are planning to include most useful widgets from incubator to official gwt trunk. So I think incubator is not an option to test this feature. Nevertheless I'll take a look to

An implementation of Selection/Cursor for RichTextArea

2010-04-13 Thread kozura
So I've written a complete selection/range implementation, which allows much more sophisticated Rich Text Editor operations. You can obtain and manipulate the cursor or current selected range - with this, I was able to trivially create a proper Link functionality to deal with existing links in

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-13 Thread Manuel Carrasco Moñino
This is a nice functionality which I think should be present in gwt-core. FYI: Some weeks ago I sent a patch to enable/disable the RichTextArea, and now it is in the core (http://gwt-code-reviews.appspot.com/131802) The steps you have to follow are: 1.- Subscribe to gwt-contributors mailing list