When I was working on the code folding patch to MonoDevelop, I had curious problem. I wished that the buffer returned only the code to everything and the folded version to some internal methods I used. The problem could only be solved implementing an internal method that I invoked to return the folded version. Now, […]