How to display big data in EditorTextField without lagging
已回答
I use EditorTextField to store user values. When a large text is passed in through setText, idea will become unresponsive.
How can I optimize?
请先登录再写评论。
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