christophhart / HISE

The open source framework for sample based instruments
http://hise.audio
Other
1.04k stars 122 forks source link

Autocomplete broken? #454

Closed aaronventure closed 5 months ago

aaronventure commented 10 months ago

hise autocomplete

b80968f944465e5fe633e61a125d728a4eaeac64

christoph-hart commented 10 months ago

Is it fixed if you hit F5 to compile the script?

I've rewritten some of the token building logic to fix some crashes but I noticed that you need to compile the script now once after opening the editor.

aaronventure commented 10 months ago

Used to be like that when I was on the early November commit (last develop commit before the one from the other day), but now it just straight up ain't showing up.

I'm looking at the API reference so much I'll actually end up learning all the methods by heart.

christoph-hart commented 10 months ago

Can you check again now? The autocomplete wasn't working after you switched tabs in the editor until you recompile (or click on the show workspace button in the module browser), but this is fixed now.

aaronventure commented 10 months ago

Autocomplete was working again in 9e9641d80493a841b6750bea1c9f29f5cfc0da56 but like you said, when switching tabs you had to compile before it would pop again.

The new commit apparently addresses that? It's still not popping up when you switch callbacks or includes via dropdown, or to a new tab.

Try it out immediately after opening HISE in an empty project.

df006ccfd3d1184991350ccb77d0c78812351d69

aaronventure commented 10 months ago

hise auto changing

aaronventure commented 5 months ago

Elaborated on here https://github.com/christophhart/HISE/issues/497