Alexander Bothe
Alexander Bothe
Was it working before? Yeah, haven't implemented that feature yet.
I'll let it rest open despite it's not implemented in other language formatters :)
It's still not implemented - will close this.
okay, I can have a look at it again
https://github.com/mono/monodevelop/search?p=2&q=RemoveTrailingWhitespace+&type=Code Searching for RemoveTrailingWhitespace in the MonoDevelop sources shows that it's not used for real stripping off unnecessary items aka there's no default implementation. When should the strip occur? When...
https://bugzilla.xamarin.com/show_bug.cgi?id=7719 -- Durr, it's only ought to remove whitespace-only _lines_, not trailing parts of a non-ws-only line... wtf
Fun thing: This issue is now a feature, not a bug xDD
Got to have a look on how to capture a save-event for files
In the monodevelop-win32-dbgeng-addin, cv2pdb is run before letting dbgeng run the program. So everything's fine there. What could be done though is to get the dbgeng addin updated and/or make...
In the project you sent me, there aren't any dependencies neither in test1 nor test2. When adding e.g. 'gtk-d' to test1, I indeed have to reload the entire solution by...