classes/class_codeedit #433
Replies: 1 comment
-
|
Apparently, this object creates a new object in RAM per line of code. Making it extremely inefficient for large (in the hundreds of thousands) lines of code. I know it would be rare for someone to reach such a line count, but it may be worth mentioning. Cuz i saw someone reach 5GB of RAM in usage with around 500K lines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_codeedit
Inherits: TextEdit< Control< CanvasItem< Node< Object A multiline text editor designed for editing code. Description: CodeEdit is a specialized TextEdit designed for editing plain text code files. ...
https://docs.godotengine.org/en/stable/classes/class_codeedit.html
Beta Was this translation helpful? Give feedback.
All reactions