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

[core] Refactor TextDocument to universal interface #46

Open
szabototo89 opened this issue Jul 5, 2015 · 0 comments
Open

[core] Refactor TextDocument to universal interface #46

szabototo89 opened this issue Jul 5, 2015 · 0 comments

Comments

@szabototo89
Copy link
Owner

There is a design problem with TextDocument. We considered this class and TextRange as a stable dependency, but we realized that changing implementation according to source code would be more efficient. It implicates that TextRange class should be refactored as an inner datastructure of TextDocument and it would be changed to Markers.

Markers would be identifiers of specific regions and totally implemantation independent.

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