Tagged Questions
2
votes
6answers
1k views
how to organize the code similar to #region/#endregion in .NET?
While the code is growing big it is getting harder and harder to keep everything well organized. One thing I liked very much the time I developed in .NET was #region/#endregion which enabled to ...
1
vote
3answers
278 views
An internal error occurred while processing dirty regions
I got this error message in Eclipse today.
Any idea what went wrong?