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
 ctrl-space not working
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 14 2004 :  07:47:44 AM  Show Profile
i am not sure if this is by design or not, but it really confused me.

using VS .NET 2003, VAX 1239 and C++

i was editing some code in a class that contained the member functions:

virtual const QString &display( const QString &strSystemCode = QString::null ) = 0;

void displayColumnHead(QString &strDisplay, const QString &strTitle);
void displayStartCell(QString &strDisplay, short nColSpan = 0);
void displayEndCell(QString &strDisplay);


at the time i had forgotten about the member function display. so, i had typed:

display|

where | was my caret, and i pressed ctrl_space, several times. it did nothing, no matter how many times i pressed it. i actually wanted the function displayColumnHead, so pressing ctrl_space seemed quite reasonable at the time.

in VAX i have prefer default intellisense turned off.

if this is by design, a comment on the status bar to say that display is a valid member function would help VAView is set to auto hide (due to small monitor) so that wouldn't have helped me spot the oops.

zen is the art of being at one with the two'ness

support
Whole Tomato Software

5566 Posts

Posted - Jun 15 2004 :  6:55:54 PM  Show Profile
If foo, fooOne and fooTwo exist, it is reasonable to expect a completion listbox when you type foo and Ctrl+Space.

case=140

Assuming enhanced syntax coloring is enabled, you should see display change from black to the color of a method when you type the 'y'. Backspace and it goes black. Then press Ctrl+Space.

Whole Tomato Software, Inc.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 18 2004 :  07:44:21 AM  Show Profile
yes, it does change colour when i get to display. given so many variables being coloured as methods, and the fact that the default method colour doesn't stand out much i hadn't noticed.

i will have a fiddle, and look for a more noticeable colour :)

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