i started with the implementation of the synchronization process. i think it should work, when i know the right source line. i just started with the implementation of this and the first tries look good.
some questions:
------------------------------
- do you know, how i can determine the source line with a regular expression? by now i have an array with the lines (a new funtion in 2.0). but when the method signature is on more then one line i have a little problem. any hints?
- how can you comment a enum member? it should possible, because in the html documentation every member is listed and it has a field with a description to every member. is there a special tag or something? i couldn't find out how i can do this.
- when do we make the meeting tomorrow? i would prefer 9pm swiss time.

3 Comments:
RegEx.
Just put everything into one string (ignore lines, but keep the line break character in the string).
Put the line break regex wildcard into your regular expression, so that the method signature can be over multiple lines.
Then you can detect the position of the start of the signature and just go backwards and overwrite the old documentation.
and yes, 9pm should be ok.
I got the latest and it works now better.
Issues:
-------
- Manual Sync back button is missing
- Edit/Delete projects doesn't work.
- Folder chooser for selecting root folder is missing.
- Default values for radio buttons are missing.
Next steps/Expectations:
------------------------
- It's very important to achieve the back sync by the end of this week. It's good enough to only support the manual sync.
- I think you should work first on reflecting the changes into all the summary pages than supporting referenced assemblies outside the GAC.
Meeting:
--------
9pm, which is noon for me works fine. I only have 45 minutes available. So please come prepared with all your questions and what we want to discuss.
Post a Comment
<< Home