Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Lines Only #36

Closed
chikamichi opened this issue Mar 2, 2013 · 2 comments
Closed

Modified Lines Only #36

chikamichi opened this issue Mar 2, 2013 · 2 comments

Comments

@chikamichi
Copy link
Contributor

As proposed in #8, replicate RubyMine's feature (http://www.jetbrains.com/ruby/webhelp/editor.html): upon deletion, proceed with respect to a setting describing which lines should be affected (All | Modified Lines | None).

In RubyMine, it occurs at saving only ("Strip trailing spaces on Save"), so their default value is of None. It is not relevant for this plugin, though, so we are only concerned about the choice between All and Modified Lines.

This feature could prove very useful in conjunction with automated trimming on save, so it may make the case for providing a setting "trim_on_save" with a default value of False.

@ghost ghost assigned chikamichi Mar 2, 2013
@chikamichi
Copy link
Contributor Author

I have a working implementation. This feature should land very soon!

@chikamichi
Copy link
Contributor Author

Live!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant