How to display big data in EditorTextField without lagging

Answered

I use EditorTextField to store user values. When a large text is passed in through setText, idea will become unresponsive.

How can I optimize?

0
1 comment

Hi,

It's hard to say what can be improved. I don't see any performance-optimizing properties in the class, and I don't see performance-focused subclasses.

I suggest trying to disable some features you don't need with editor customizations. See https://plugins.jetbrains.com/docs/intellij/editor-components.html#editortextfield

0

Please sign in to leave a comment.