I was wondering if there are any C#/C++ programmers that would like to make a tutorial that teaches me how to write a Notepad++ plugin that: * Automatically trims end of the line spaces when a file is saved. I've begun trying to write it, but am frustrated because the documentation on getting started with notepad++ plugin development is not being helpful to me. I am overwhelmed. What the plugin should do is hook into a 'document save' method, modify the contents with regex before save. It sounds very simple, but still I'm am being whooped. Can anyone help me and others like me learn by creating a tutorial? Resources: http://docs.notepad-plus-plus.org/index.php/Plugin_Development_Quick_Start_Guide http://docs.notepad-plus-plus.org/index.php?title=Plugin_Development#Example_plugins http://www.brotherstone.co.uk/octop...hints-for-writing-a-notepad-plus-plus-plugin/
I have an idea for a plugin I would like to contribute to the Notepad++ community...doing a bit of research this morning on how to develop plugins: * http://sourceforge.net/projects/npp-plugins/. May it helps you some.