Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bug: Ctrl+Shift+Space does not work

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
Alexo Posted - Dec 01 2011 : 3:36:24 PM
Hitting Ctrl+Shift+Space inside function call parentheses does not do anything.

See:
http://www.wholetomato.com/products/features/parameter.asp
5   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 05 2011 : 4:07:53 PM
Very strange. First can you please go into the IDE options dialog -> Environment -> Keyboard
and see what keyboard shortcuts, if any, are set for the command Edit.ParameterInfo

Obviously you should see "Ctrl+Shift+Space (Text Editor)", but it is good to confirm this.

Can you see if you have disabled the IDE's intellisense, either by creating a zero length read only .NCB file, or by renaming the file "feacp.dll" as described here:

http://docs.wholetomato.com?W133

I have just checked here, and renaming "feacp.dll" should not cause this problem, but it could be a factor.

Can you please add the two lines:

fopen();
strncpy_s();

to a cpp file, and see what happens when you use Ctrl-Shift-Space to trigger the parameter information tooltip on these functions? I am wondering if the problem effects standard system functions as well as your functions.
Alexo Posted - Dec 02 2011 : 6:08:30 PM
quote:
Originally posted by feline

Can you please turn on:
VA Options -> Advanced -> Display -> use tomato icons in listboxes and tooltips to mark Visual Assist X content


It was on.

quote:
Originally posted by feline

and then hover the mouse over a function call, over the function name, to show a tooltip, does the tooltip contain a tomato icon?

It didn't at first but after toggling the option off and on again, it does.

quote:
Originally posted by feline
On the IDE "Text Editor" toolbar you should have a "Display quick info" button. What happens when you place the caret into a function call and press this button with the mouse?


If the caret is on the function name, same thing as hovering over it.
If the caret is inside the parenthesis, nothing.
feline Posted - Dec 02 2011 : 5:19:09 PM
Can you please turn on:

VA Options -> Advanced -> Display -> use tomato icons in listboxes and tooltips to mark Visual Assist X content

and then hover the mouse over a function call, over the function name, to show a tooltip, does the tooltip contain a tomato icon?

On the IDE "Text Editor" toolbar you should have a "Display quick info" button. What happens when you place the caret into a function call and press this button with the mouse?
Alexo Posted - Dec 02 2011 : 1:43:49 PM
Using C++
Happens consistently

VA_X.dll file version 10.6.1859.0 built 2011.10.02
DevEnv.exe version 8.0.50727.762 Professional
msenv.dll version 8.0.50727.4006
Font: Consolas 13(Pixels)
Comctl32.dll version 6.0.2900.6028
Windows XP 5.1 Build 2600 Service Pack 3
feline Posted - Dec 02 2011 : 12:28:21 PM
This is working for me.

Which IDE and version of VA are you using?
Which programming language are you using?

Is this failing everywhere, or only in some places?

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