Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 1531: some bugs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

diavo
Senior Member

Germany
31 Posts

Posted - Aug 09 2006 :  09:04:56 AM  Show Profile  Reply with Quote
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)

Regards
Steffen

support
Whole Tomato Software

5566 Posts

Posted - Aug 09 2006 :  10:44:21 AM  Show Profile  Reply with Quote
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.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Aug 09 2006 :  9:25:41 PM  Show Profile  Reply with Quote
i use VS2005 and Qt 3.3.3 all of the time. to fix the problem with some signals and slots not being known open the file

C:\\Program Files\\Visual Assist X\\Misc\\StdAfx.h

And add the lines:

#define slots
#define signals public

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?

zen is the art of being at one with the two'ness
Go to Top of Page

diavo
Senior Member

Germany
31 Posts

Posted - Aug 10 2006 :  02:16:43 AM  Show Profile  Reply with Quote
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.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Aug 12 2006 :  4:43:28 PM  Show Profile  Reply with Quote
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?

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000