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
OS/device including version:
Windows 10, Arch Linux
Issue description:
Code completion has faulty behavior after setting the custom theme in Project settings -> Gui -> Theme -> Custom.
While writing a variable or a function name, a tiny segment appears on the bottom-left side of the text cursor, meaning that the graphical box that should contain the list of suggestions for the completion should be populated instead of being empty.
I've seen this on any .gd script of the specific project for which the setting has been changed (don't know the behavior for other languages).
Steps to reproduce:
Start a new project
Create theme resource
Assign the custom theme on Project settings -> Gui -> Theme -> Custom
Save and restart the program
From now on, code completion fails in populating the suggestion list
Thanks to @fuha18 on the issue #16257 for finding out the cause
The text was updated successfully, but these errors were encountered:
@bojidar-bg it seems the exact same issue.
I've just noticed that another consequence of this issue was a broken layout for the color selector menu, so this leads more to the "broken view" scenario, instead of the non-populated list.
Godot version:
3.1.1 stable
OS/device including version:
Windows 10, Arch Linux
Issue description:
Code completion has faulty behavior after setting the custom theme in
Project settings -> Gui -> Theme -> Custom
.While writing a variable or a function name, a tiny segment appears on the bottom-left side of the text cursor, meaning that the graphical box that should contain the list of suggestions for the completion should be populated instead of being empty.
I've seen this on any .gd script of the specific project for which the setting has been changed (don't know the behavior for other languages).
Steps to reproduce:
Project settings -> Gui -> Theme -> Custom
Thanks to @fuha18 on the issue #16257 for finding out the cause
The text was updated successfully, but these errors were encountered: