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

Very long lines make the IDE freeze #274

Closed
mickaelistria opened this issue Mar 25, 2021 · 3 comments
Closed

Very long lines make the IDE freeze #274

mickaelistria opened this issue Mar 25, 2021 · 3 comments

Comments

@mickaelistria
Copy link
Contributor

See eclipse-wildwebdeveloper/wildwebdeveloper#656

@jensli
Copy link
Contributor

jensli commented Mar 19, 2022

I think this is common to all editors based on org.eclipse.ui.editors.text.TextEditor.

I have seen it in the normal Eclipse text editor when trying to edit really long lines.

@mickaelistria
Copy link
Contributor Author

Thanks! Is there a bug already existing for this issue in Eclipse Platform tracker? If not, can you please create one? And then add link to the Platform issue here?

@jensli
Copy link
Contributor

jensli commented Mar 19, 2022

There are various Bugzilla tickets about the performance of SWT's StyledText. I don't know if any of them describe your exact problem. Here are a couple.

About long lines with word-wrap:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=168557

Thomas Schindl about long lines in general:

StyledText is optimized for not too long lines.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=499039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants