The IDE has a genius function: If you write a new method, you can click in German "Quellcode vervollständigen", which means in English something like "complete source code". This makes, that the new method is written or corrected into the interface block. I use this frequently.
The new method is set to "private". For my style of programming, which likes to work in topic-units, - a no go. I do not have any private methods at all, because I use them all around from my app. So my question: Is there a way to get rid of this automatically written word "private" in a better way than to delete it by hand? I deleted it thousands of times in the meanwhile.