T O P I C R E V I E W |
GrahamLabdon |
Posted - May 15 2015 : 04:17:11 AM Hi I use Qt with visual studio and visual assist and am encountering problems when using 'ui' files. In particular, if one creates a Qt Gui class and requests the ui class to be a pointer member the code completion will not work
Are there any Qt users out there who can help? |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 19 2015 : 7:41:59 PM Normally VA keeps up quite well, but it does wait for you to pause typing before parsing your changes. If you have VA's enhanced syntax colouring turned on this should help to give you feedback on how well VA is keeping up with your edits. Once a variable has been coloured as a variable it means that VA knows about it, and intellisense should work correctly.
There is a 3 second day before VA will parse your changes in LARGE files, to cut down on the CPU load. My test file for this effect is 23,000 lines long.
What sort of delay are you seeing here? I get the feeling it is longer than it is supposed to be. Did you see any status bar messages about VA parsing the Qt library? That might explain a delay, if we had to parse the classes involved first. |
GrahamLabdon |
Posted - May 18 2015 : 02:46:49 AM Hi It appears I was being impatient Given enough time VAssist catches up |
feline |
Posted - May 16 2015 : 4:49:48 PM We have quite a few people working with Qt, and I don't recognise this problem.
Is the problem class type coloured as a class by VA?
What happens if you simply make a class instance, rather than a pointer? Are the members listed on the instance? |