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

[WrapPlus] Decouple the Classic and Semantic line wrapping algorithms into a full python dependency #134

Open
evandrocoan opened this issue May 5, 2019 · 0 comments

Comments

@evandrocoan
Copy link
Owner

https://forum.sublimetext.com/t/semantic-linefeed-wrapping-linewrap/33197/10

In the future, I am planning to decouple the Classic and Semantic line wrapping algorithms from this package into a full python dependency because these algorithms can be used anywhere else, not just in Sublime Text. The Semantic line wrapping algorithms I implemented are almost 100% independent from Sublime Text. But the text extraction and the Classic line wrapping are tightly coupled with Sublime Text region and selection API.

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