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
 Feature Requests
 problems with selection commit
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ZhangLiao
New Member

2 Posts

Posted - May 15 2012 :  11:14:08 AM  Show Profile  Reply with Quote



I wrote a header file with a class definition and some function declaration,and I want to give implementions to those functions;
class Test{
public:
void function1();
void function2();
void function3();

};

I want to input code like:
void Test::function1(){
};

but when I typed 'void Test', none of the items int the listbox is selected so I cannot input one of them by 'enter' or 'tab' key, unless I had used the 'up' and 'down' key, this is problem1.png;

when I typed 'void Test::', I got three suggestions of the three functions, but the first was 'half-selected', so I can only commite it with 'tab',not 'enter', this is problem2.png;

however,when I type 'void' at the beginning, I got what I want, the 'void' was always selected and I can commit with 'tab' or 'enter' any way configured in the plugin, this is fine.png.

can we solve problem1.png and problem2.png with the fine.png?

problem1.png



problem2.png



fine.png


feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - May 15 2012 :  11:02:44 PM  Show Profile  Reply with Quote
Firstly are you aware of the Create Implementation refactoring command:

http://www.wholetomato.com/products/features/createImplementation.asp

This is designed to create the implementation for you, without you having to do any of this typing.

For listbox focus, this FAQ entry gives a setting that should help:

http://docs.wholetomato.com?W350

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

ZhangLiao
New Member

2 Posts

Posted - May 15 2012 :  11:36:47 PM  Show Profile  Reply with Quote
that is what I want, thanks a lot
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