Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 problems with selection commit

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
ZhangLiao Posted - May 15 2012 : 11:14:08 AM



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


2   L A T E S T    R E P L I E S    (Newest First)
ZhangLiao Posted - May 15 2012 : 11:36:47 PM
that is what I want, thanks a lot
feline Posted - May 15 2012 : 11:02:44 PM
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

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