You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
OK, this was not the source of my problem (my problem was missing the .region CSS class when creating a highlight decoration), but I think this issue still stands, even if it is minor.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm looking at https://github.com/atom/text-buffer/blob/ce71a43eea052d969bceca6a634bdb786591dec8/src/marker.coffee, and I find it very odd that the
Marker
constructor does not use therange
that is passed to it. I'm currently trying to debug something with decorations where it seems my range information is lost when I create the marker viaTextEditor::markBufferRange()
.The text was updated successfully, but these errors were encountered: