Bugzilla – Bug 670213
Document formatter deletes valid text!
Last modified: 2011-02-17 10:08:55 UTC
User-Agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.7.62 Version/11.01 I have the document formatter run before saving (In text editor behaviour prefs) sometimes it deletes my code. usually arguments to a function, but now I also noticed it deleted the namespace. I suspect some calculation is off, but I noticed the same place gets chopped off. Ofcourse it is very annoying and unacceptable. I like monodevelop so I hope it gets fixed promptly. please contact me for debugging the problem with you. - another misbehaviour that I see with the document formatter is this case: void dosomething (int x, object o) // this statement does something... { do something } the code formatter takes the opening brace and adds it AFTER the comment on the first line. Reproducible: Sometimes Steps to Reproduce: 1. 2. 3.
I need the cases (files) where that happen. I fixed the opening brace + comment bug - that was a case I could easily reproduce.
I think it's the same issue than in the other bug report. *** This bug has been marked as a duplicate of bug 672154 ***