Re: Update Wiki for Apache Wave

2011-08-10 Thread Upayavira
I'd say just do it. If anyone wants to help, they will have an 'edit' button too. Upayavira On Tue, 09 Aug 2011 22:25 +0300, Yuri Z vega...@gmail.com wrote: I stumbled upon the Wiki page for Apache Wavehttp://en.wikipedia.org/wiki/Apache_Wave- and my impression was that it's of very low

wave-editor set doodad over selection

2011-08-10 Thread Anton Starcev
Hi all, How can I set doodad over selection? At first I tried to get text: Editor richEditor = harness.getRichEditor(); DocInitialization docInitialization = richEditor.getContent().asOperation(); String string = docInitialization.getCharactersString(range.getStart()); but can't find

Re: wave-editor set doodad over selection

2011-08-10 Thread David Hearnden
Hi Anton, Could you please clarify what you're trying to do? Are you trying to insert a doodad programmatically into a document? Or are you trying to add code to replace the current browser selection in a document being edited with a doodad? Or are you trying to make a doodad appear when a

Re: Update Wiki for Apache Wave

2011-08-10 Thread Dan Peterson
Agreed -- go for it! - Original Message - From: Upayavira [mailto:u...@odoko.co.uk] Sent: Wednesday, August 10, 2011 04:33 AM To: wave-dev@incubator.apache.org wave-dev@incubator.apache.org Subject: Re: Update Wiki for Apache Wave I'd say just do it. If anyone wants to help, they will

Re: wave-editor set doodad over selection

2011-08-10 Thread Patrick Coleman
Nice demo! For some tools useful for getting information from a document, I'd recommend looking at DocHelpers: http://code.google.com/p/wave-protocol/source/browse/src/org/waveprotocol/wave/model/document/util/DocHelper.java - in particular, getText(doc, start, end) is likely useful if you can

Re: Update Wiki for Apache Wave

2011-08-10 Thread Jérémy Naegel
About this Apache Wave Wikipedia page : It was, up until a couple of months, the Google Wave page and it has simply been renamed Apache Wave. I think it was a bad move, this page should have stayed the Google Wave page since Google Wave is still an existing service, and a new Apache Wave page

Re: Update Wiki for Apache Wave

2011-08-10 Thread Yuri Z
I see. So I guess that's what should be done. The entry should be renamed back to Google Wave and a new entry for Apache Wave (and Wave in a Box) should be created. I am not that familiar with the standards for creating Wiki entries, also, I personally would prefer to spend my spare time on

Re: wave-editor set doodad over selection

2011-08-10 Thread Anton Starcev
On Wed, Aug 10, 2011 at 14:37, Patrick Coleman patcole...@google.com wrote: Nice demo! Thanks! Change my code to: String text = DocHelper.getText(document, range.getStart(), range.getEnd()); document.deleteRange(range.getStart(), range.getEnd()); insertXml(range, p + text + /p);

Re: wave-editor set doodad over selection

2011-08-10 Thread Anton Starcev
On Wed, Aug 10, 2011 at 15:15, Yuri Z vega...@gmail.com wrote: Nice editor! Actually it seems to have similar capabilities to ShareJS (or even more). Well done! Thanks! I think that the best approach for your question would be to insert an annotation with some unique key/value over the

Re: Update Wiki for Apache Wave

2011-08-10 Thread Jérémy Naegel
What I'm not familiar with is the Wikipedia revision / revocation of changes policy... I'll try to suggest that change inside the discussion page and see if it triggers any reaction. After a few days without reactions or with positive reactions, I guess it would be OK to change back the title.

Re: Update Wiki for Apache Wave

2011-08-10 Thread Jérémy Naegel
Suggestion made here : http://en.wikipedia.org/wiki/Talk:Apache_Wave#Apache_Wave - Jeremy On Wed, Aug 10, 2011 at 6:24 PM, Jérémy Naegel jeremy@gmail.com wrote: What I'm not familiar with is the Wikipedia revision / revocation of changes policy... I'll try to suggest that change inside

Re: Update Wiki for Apache Wave

2011-08-10 Thread Zachary “Gamer_Z . ” Yaro
+1 to that plan. Once Apache Wave gets its own page separate from Google Wave, I would be glad to help write it. --Zachary “Gamer_Z.” Yaro On Wed, Aug 10, 2011 at 12:58, Jérémy Naegel jeremy@gmail.com wrote: Suggestion made here :

Re: Update Wiki for Apache Wave

2011-08-10 Thread Yuri Z
Great! Thanks for taking on this! 2011/8/10 Jérémy Naegel jeremy@gmail.com Suggestion made here : http://en.wikipedia.org/wiki/Talk:Apache_Wave#Apache_Wave - Jeremy On Wed, Aug 10, 2011 at 6:24 PM, Jérémy Naegel jeremy@gmail.com wrote: What I'm not familiar with is the