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

Custom code view #93

Open
Tracked by #91
mchakravarty opened this issue Jan 13, 2024 · 0 comments
Open
Tracked by #91

Custom code view #93

mchakravarty opened this issue Jan 13, 2024 · 0 comments
Labels
advanced Larger effort with open questions architecture Requires changes that affect the general architecture performance Profiling and performance debugging

Comments

@mchakravarty
Copy link
Owner

If we replace UITextView and NSTextView with a custom view that is more specialised to code editing, we should be able to improve performance. For example, the standard views can accomodate wide ranging changes to attributes that change layout, but expect them to be a lot less frequent than the attributes needed for syntax highlighting.

@mchakravarty mchakravarty added performance Profiling and performance debugging advanced Larger effort with open questions architecture Requires changes that affect the general architecture labels Jan 13, 2024
@mchakravarty mchakravarty mentioned this issue Jan 13, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced Larger effort with open questions architecture Requires changes that affect the general architecture performance Profiling and performance debugging
Projects
None yet
Development

No branches or pull requests

1 participant