Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Support other characters for Suggestion completion

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
darrenecm Posted - Aug 26 2010 : 09:46:04 AM
There doesn't appear to be any support for additional characters such as space, equals sign, period etc for completing a VAX Suggestion whilst within a C++ project. All we have are TAB and ENTER. VB and C# do not seem to have this limitation, presumably because VAX is offloading this ability to the default Intellisense system?

I'm fairly new to Visual Studio and its code generation productivity tools (both built-in and 3rd party) and I'm gradually coming to the conclusion that as far as code generation features go, C++ is the neglected 'red headed stepchild'.

I know C# and VB have a plethora of meta-data to rely on for many of their code generation features, but it doesn't explain the lack of support for seemingly simple features like more flexible completion character support under c++.
4   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 09 2010 : 2:59:30 PM
The listboxes you are seeing when typing, I am not sure why you are seeing what you are describing. It sounds like the first listbox is a completion listbox, normally triggered by CTRL-SPACE, while the second listbox is a VA suggestion listbox.

This registry key might help a bit, since it tells VA to always give suggestions focus:

http://docs.wholetomato.com?W350

As for putting the semi-colon at the end of the line when you type it, we are considering adding this feature, but there are some edge cases to watch out for:

case=296
darrenecm Posted - Sep 06 2010 : 03:08:08 AM
I don't suppose there's another little tickbox I've not seen that's not on by default that would allow for a 'smart' final termination of the current line? It would be nice to be able to press the semi-colon key and be taken out of any (), {} or [] enclosure to complete the current statement line :)
darrenecm Posted - Sep 06 2010 : 02:56:14 AM
Ticking the other 'Any character not valid in a symbol' seems to have done the trick while I'm entering parameters or arguments but things appear inconsistent when outside. It may very well be my noobishness so apologies if that's the case :)

Take for example the following (which I have prototyped elsewhere in an include file):

LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM)

As I type LR, VAX helpfully shows LRESULT as the only entry in the listbox and it's even pre-selected, ready for selection. Pressing Space, TAB or Enter all work fine as next logical completion keys.

Upon selection, VAX then shows CALLBACK in the listbox and is the only entry. However it's not pre-selected and I have to use downarrow to select it. Also, once selected, I can only use TAB or Enter to complete it, pressing Space simply results in the listbox closing and a space being entered at the cursor position, it doesn't complete CALLBACK. Is this intended behaviour, it just seems inconsistent with what just happened for the LRESULT situation?

Finally, when I type Wnd I see a number of entries, including the WndProc function name. Again the listbox does not have anything pre-selected and once I move the cursor down to WndProc, I can only use TAB or Enter to complete. Surely the ( character in this context of having a function selected should be a viable completion key?

rhummer Posted - Aug 26 2010 : 10:06:08 AM
VA X Options -> Advanced -> Listboxes

There are checkboxes to configure the valid characters. Do the extra options help? :)

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