I'm using this entry in the reg_replace.sublime-settings file:
- Code: Select all
"remove_empty_lines": {
"find": "^[ \\t]*$\\r?\\n",
"replace": "",
"scope_filter": ["!comment"],
"greedy": true,
"case": true
},
But if I execute it via the palette, only empty lines inside comments are deleted. Is the scope filter working correctly or is it a small bug?
I've used the v0.7 before I did the update to v0.8 today. Does an update overwrite the reg_replace.sublime-settings file (I've had stored
my code there before and I had to add it again after the update)?
Thanks for making this plugin, it's a pleasure to work with!
Regards,
Highend