I don't think it's a good idea to modify user's source without user's permission (I agree with that it's convenient in some case). Therefore I won't implement this feature.
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An option (has not to be default) to do this automatically before saving would be a great help, definitely. I just came from TextPad and this missing option drives me crazy.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would need that feature to.
But I think it should be switchable with an option and default to off.
If this feature will not make it into the normal Notepad++, could someone please give me a hint where to add that function for myself? I think it should go to dosave() ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's possible to set shortcut ctrl+s to "trim and save" macro. But there's one annoying problem: when I use this shortcut and there is any symbol after cursor, that symbol is indenting by tabs. I hate this! Plz fix
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is this feature in yet?
I find the option for automatically deleting trailing whitespaces very helpful, and would love to see it implemented in Notepad++
I don't think it's a good idea to modify user's source without user's permission (I agree with that it's convenient in some case). Therefore I won't implement this feature.
Don
Hi Don,
Can you implement it as an option in Preference dialog. I think there are many people who hate those trailing space! :)
Thanks a lot.
If you do so, please cut trailing tabs as well.
An option (has not to be default) to do this automatically before saving would be a great help, definitely. I just came from TextPad and this missing option drives me crazy.
Thanks
I would need that feature to.
But I think it should be switchable with an option and default to off.
If this feature will not make it into the normal Notepad++, could someone please give me a hint where to add that function for myself? I think it should go to dosave() ?
It's already done in the feature release v3.0.
However, it won't be executed automatically when you save file.
If you want to have the feature like that, you have to add this method into dosave(). An alternative way is define your macro to do it.
Don
Many thanks to you Don! Under Windows notepad++ is my favorite editor :)
I'm looking forward to 3.0
<same Nobody as the previous post ;)>
In any case, a Search/Replace...
Find what: [ \t]+$
Replace with: (blank)
... with "regular expression" checked, would remove any trailing whitespace (spaces and tabs).
It's possible to set shortcut ctrl+s to "trim and save" macro. But there's one annoying problem: when I use this shortcut and there is any symbol after cursor, that symbol is indenting by tabs. I hate this! Plz fix