Actifsource

#6944 Increase performance content assist codesnippet

Actifsource code generator for any programming language
With codesnippets in which the content assist contains hundreds of proposels, there can be a longer delay until the content assist opens, especially the first time it is opened. Since the search is carried out in the Gui-Thread, the Gui is also blocked during this time.

6944 contentassist-1

Now the search for the proposals is passed to the content assist asynchronously to the gui and continuously to the visual content. This means that the content assist reacts very quickly and does not block the Gui.