godot/modules/gdscript/editor
Gordon MacPherson 1881b3adc5
Improve GDScript Editor and Improve latency
Improvements:
- GDScript Highlighter is faster by 25% as keys are smaller (hashes instead of strings)
- Removes message queue from _apply_settings_change to allow resize to work correctly
- Some performance fixes are pending still

Note: this resolves the code editor behaving badly when resizing in debug builds
2021-09-21 13:56:47 +02:00
..
gdscript_highlighter.cpp Improve GDScript Editor and Improve latency 2021-09-21 13:56:47 +02:00
gdscript_highlighter.h Improve GDScript Editor and Improve latency 2021-09-21 13:56:47 +02:00
gdscript_translation_parser_plugin.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
gdscript_translation_parser_plugin.h Misc cleanup of header includes 2021-07-15 00:46:43 +02:00