On Wed, Oct 27, 2010 at 11:31 AM, Vega <[email protected]> wrote: > Nice progress! > > Don't forget that document modify covers a lot of operations (annotation, insertion, replacement) see [0] ^_^.
Greetings, Lennard [0] http://codereview.waveprotocol.org/221001/diff/1/4 > On Oct 27, 8:01 pm, Lennard de Rijk <[email protected]> wrote: > > On Wed, Oct 13, 2010 at 3:54 AM, Lennard de Rijk <[email protected] > >wrote: > > > > > Updated list of operations. > > > > To be done: > > > > - WAVELET_ADD_PARTICIPANT_NEWSYNTAX("wavelet.addParticipant"), > > - WAVELET_REMOVE_PARTICIPANT_NEWSYNTAX("wavelet.removeParticipant") > > - WAVELET_REMOVE_SELF("wavelet.removeSelf") > > - WAVELET_APPEND_DATADOC("wavelet.appendDatadoc") > > - WAVELET_SET_DATADOC("wavelet.setDatadoc") > > - ROBOT_NOTIFY("robot.notify") > > > > These operations seem to have limited use in the current client api. They > > might need to be deleted from those libraries. > > > > - DOCUMENT_DELETE("document.delete") > > - DOCUMENT_DELETE_ANNOTATION("document.deleteAnnotation") > > - DOCUMENT_APPEND_MARKUP("document.appendMarkup") > > - DOCUMENT_APPEND_STYLED_TEXT("document.appendStyledText") > > - DOCUMENT_INSERT("document.insert") > > - DOCUMENT_REPLACE("document.replace") > > - DOCUMENT_APPEND_ELEMENT("document.appendElement") > > - DOCUMENT_DELETE_ELEMENT("document.deleteElement") > > - DOCUMENT_INSERT_ELEMENT("document.insertElement") > > - DOCUMENT_INSERT_ELEMENT_AFTER("document.insertElementAfter") > > - DOCUMENT_INSERT_ELEMENT_BEFORE("document.insertElementBefore") > > - DOCUMENT_MODIFY_ELEMENT_ATTRS("document.modifyElementAttrs") > > - DOCUMENT_REPLACE_ELEMENT("document.replaceElement") > > - DOCUMENT_SET_ANNOTATION("document.setAnnotation") > > - DOCUMENT_SET_ANNOTATION_NORANGE("document.setAnnotationNoRange") > > - DOCUMENT_APPEND("document.append") > > > > Being worked on: > > > > - DOCUMENT_MODIFY("document.modify") (Patch in review) > > > > Completed since last update: > > > > - ROBOT_FETCH_WAVE("robot.fetchWave") > > - BLIP_CONTINUE_THREAD("blip.continueThread") > > - BLIP_CREATE_CHILD("blip.createChild") > > - BLIP_DELETE("blip.delete") > > - DOCUMENT_APPEND_INLINE_BLIP("document.appendInlineBlip") > > - DOCUMENT_INSERT_INLINE_BLIP("document.insertInlineBlip") > > - > > > DOCUMENT_INSERT_INLINE_BLIP_AFTER_ELEMENT("document.insertInlineBlipAfterEl > ement") > > > > Greetings, > > Lennard > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
