You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have indent_wrapped_lines enabled and a line after many tabs, it doesn't get wrapped anymore. It tries to put the text after the indentation to match the first line, but there is too much and the text can't be shown.
It should reset the indent count if there is too many.
Steps to reproduce
Make sure word wrap and indent_wrapped_lines is on.
Have a script with text after many tabs or spaces so it goes out of view, like #test
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
Godot v4.3.beta (4ab8fb8)
System information
Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 31.0.15.5186) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 Threads)
Issue description
If you have
indent_wrapped_lines
enabled and a line after many tabs, it doesn't get wrapped anymore. It tries to put the text after the indentation to match the first line, but there is too much and the text can't be shown.It should reset the indent count if there is too many.
Steps to reproduce
indent_wrapped_lines
is on.#test
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: