Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion not working on specific project after setting a custom GUI theme in "Project settings" #31992

Closed
Silenoid opened this issue Sep 5, 2019 · 2 comments
Labels

Comments

@Silenoid
Copy link

Silenoid commented Sep 5, 2019

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:

  1. Start a new project
  2. Create theme resource
  3. Assign the custom theme on Project settings -> Gui -> Theme -> Custom
  4. Save and restart the program
  5. From now on, code completion fails in populating the suggestion list

Thanks to @fuha18 on the issue #16257 for finding out the cause

@bojidar-bg
Copy link
Contributor

Potentially fixed by #30351?

@Silenoid
Copy link
Author

Silenoid commented Sep 5, 2019

@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.

Thanks a lot for everything you do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants