ok, the edit comment process is emplemented now. i can now change the comment, the system can identify, that the comment has changed. the system log the comment change to the sharedcodedoc project specific xml file and writes the new html file to disk. the comment changed xml file looks like this:<ChangedComments>
<Namespace Name="CommentExample"> <Class Name="Comments"> <Method MethodSignature="publicstaticvoidMain(string[]str);" LastModified="20.11.2005 15:44:53"> <Comment> <New> <summary> summarytext Test</summary> </New> <Original> <summary> summarytext </summary> </Original> </Comment> <Comment> <New> <param name="str">paramtext Test</param> </New> <Original> <param name="str">paramtext</param> </Original> </Comment> <Comment> <New> <remarks>remarkstext Test</remarks> </New> <Original> <remarks>remarkstext</remarks> </Original> </Comment> <Comment> <New> <exception cref="">exceptiontext Test</exception> </New> <Original> <exception cref="">exceptiontext</exception> </Original> </Comment> <Comment> <New> <example>exampletext Test</example> </New> <Original> <example>exampletext</example> </Original> </Comment> <Comment> ...
</Comment> </Method> </Class> </Namespace></ChangedComments>i think these are all information, which i need for the sync process.this is the agenda for the meeting tomorrow 5pm mez - discussion link problem
- discussion control problem
- discussion synchronisation
- other problems
- next steps
you get more precisely information about the problems with the e-mail.
1 Comments:
Links:
------
Du musst die HTML page so generieren dass sie gar keine falschen links beinhaltet. Ich finde es nicht schoen den request abzufangen und dann ein redirect zu machen um es zu korrigieren. Ansonsten mach es wie in meinem attached beispiel. Brauch LinkButton Control und dann implementier ein OnClick event handler.
WebControls:
------------
Sieh mein attached beispiel. Es funktioniert tip top ohne irgendwelche spezial dinge zu machen. Ich kann den text aus dem UserControl das eine TextBox hosted ohne problem rausholen.
Synchronisation:
----------------
Yep, das koennte noch ein problem sein. Wir muessen irgendwo eine mapping table Class <-> File haben. Lass uns morgen das genauer diskutieren.
Post a Comment
<< Home