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 was archived by the owner on Dec 29, 2022. It is now read-only.
@nrc
I word of caution. I use xi-rope in my project and while most of the things are great there are downsides too. As an example unbounded searches in a rope are not cheap. See more details here: xi-editor/xi-editor#1192
It may be possible to mitigate some of those, but specifically multilne regex searches are tough:
@cmyr
Doing multi-line regex efficiently would require a regex engine with a cursor API, which I don't see happening soon. :(
I don't want sound discouraging. Do your research and perf-testing before you do the switch.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: