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

Do not clear active line and active word markers #604

Merged

Conversation

hansbugge
Copy link
Contributor

What's in this PR?

Changes the logic in handleMarkers to exclude the special markers for active line and selected word.

List the changes you made and your reasons for them.

  • Added check that current marker does not have special class name ace_active-line or ace_selected-word before clearing it.
  • Added new test to verify new behaviour.
  • Changed test "should clear the markers" to reflect that not all markers should be cleared anymore.

References

Fixes

Fixes #190.

Progress on:

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.979% when pulling 018f1af on hansbugge:keep-active-line-marker into 8ed2dc0 on securingsincity:master.

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

Successfully merging this pull request may close these issues.

None yet

3 participants