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