Autocomplete function disappears
-
If I "Add a floating window" in Hise, the editors autocomplete function stops working, if I remove floating windows and restart Hise the autocomplete starts working again
This is how it looks like when I compare "editorData.json" files, left side (no floating windows), right side (1 floating window "Console")
this is happening on this Hise develop branch:
-
U ulrik marked this topic as a question on
-
@ulrik good catch, the problem was that the floating popup cleared the autocomplete entries and rebuild it if there was a script editor present in there, but if not like in your case it left an empty autocomplete list.
This is fixed now.
-
@Christoph-Hart is this related?
[bug] Autocomplete still breaks sometimes · Issue #497 · christophhart/HISE
84f92f3 Windows 11 Autocomplete still breaks occasionally. Then it starts working again, only to break again after some time. Compiling doesn't reset it Compiling all doesn't help Changing scripts doesn't help Changing MIDI Processors do...
GitHub (github.com)
-
@aaronventure possible yes, there was some funkiness involved with the handling of popup windows so I wouldn't be too surprised if that also caused your issues.
-
U ulrik has marked this topic as solved on