Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1531: some bugs

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
diavo Posted - Aug 09 2006 : 09:04:56 AM
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
4   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 12 2006 : 4:43:28 PM
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?
diavo Posted - Aug 10 2006 : 02:16:43 AM
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.
feline Posted - Aug 09 2006 : 9:25:41 PM
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?
support Posted - Aug 09 2006 : 10:44:21 AM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000