Hello, there are some annoying bugs in current and also in the last beta versions: 1. If I open a solution nearly no symbols are recognized by VAX (I'm using QT and VC2005). If I reparse and clear VAX and restart VC2005 all works fine...until next "open solution" 2. frequently no correct suggestion is shown until pressing ctrl + space 3. it should be selected at least one suggestion in the listbox (sometimes it isn't, and after pressing enter assuming one is selected a new line is created in the editor)
Do you have "Get contents from default Intellisense" enabled on the Text Editor|Listboxes node of our options dialog?
Can you confirm #3 occurs when you are defining a symbol? If so, the behavior is by design -- you can press Tab or Enter without fear of insert. Press down arrow to get a selection.
you will need to re-do this each time you install a new build of VA for now, since this file is delivered by the installer. after adding these lines tell VA to rebuild its symbol database and restart the IDE.
however you should still find that most symbols are recognised. do you have problems with standard classes that have no signals and slots?
First, I don't have "Get contents from default Intellisense" enabled. The behaviour at defining a symbol is fine. What me bothers is the irregular manner of listboxes where no item is selected.
point 1 from the top of this thread, can you give some examples? what sort of symbols are not recognised? is it classes and member functions from Qt? is it classes and members from your own code?
VA should not just forget symbols like that.
when you talk about a listbox with no item selected do these listboxes have question mark icons? if so then can you reproduce this problem on demand? if so can you post the code you use to reproduce this?