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

Parameter Autocompletion Causes Rendering Problems #93

Open
FireDragon91245 opened this issue Apr 12, 2024 · 3 comments
Open

Parameter Autocompletion Causes Rendering Problems #93

FireDragon91245 opened this issue Apr 12, 2024 · 3 comments
Assignees

Comments

@FireDragon91245
Copy link

I use RSyntaxTextArea + AutoComplete on Windows 11
Encountered on Java 19, 21, 8

When parameter autocompletion is enabled like required for FunctionCompletion and a completion is acceptet and the parameter help popup is shown the rendering of all components just completly breaks this includes my Programm and the Official Example

I have done a litle debugging myself but found no imidiate problemm

grafik
grafik

thx for any help in advance

@bobbylight bobbylight self-assigned this Apr 13, 2024
@bobbylight
Copy link
Owner

I can't reproduce this, but I'm on Windows 10.

  • Are there any stack traces in the console?
  • If you set a breakpoint in AutoCompletePopupWindow.setVisible(boolean) and walk through it conditionally when the argument is false, do you see any odd behavior? Is super.setVisible(false) actually called?

@FireDragon91245
Copy link
Author

@bobbylight

No Stack Traces

When i try to step into super.setVisible(false) it will just skip it (without breakpoint inside it)
but if i put a breakpoint inside super.setVisible(false) it will break with argument = false
so calling could be off

thats the only odd behaivior i noticed

also tryed after gradle:clean no diference
could it be a issue of my setup?

@FireDragon91245
Copy link
Author

FireDragon91245 commented Jun 29, 2024

@bobbylight

Also here is my code if you want to see if its a problem caused by my https://github.com/FireDragon91245/Scriptable-Cellular-Automaton

Its very WIP and im at best mediocre in java so -_- excuse my code

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

No branches or pull requests

2 participants