Author |
Topic |
|
Hexagonal
Senior Member
35 Posts |
Posted - Dec 02 2016 : 04:41:43 AM
|
Hi dear all!
When I type dot "." after STL container name and type "size()", VA automatically replaces it with ".size_type()"
Very annoying, how to disable it? If there is a way to disable all automatic replacements (do it only by Ctrl+Space).
VA 2114, VS 2015. |
Edited by - Hexagonal on Dec 02 2016 04:42:36 AM |
|
ChrisG
Whole Tomato Software
USA
299 Posts |
Posted - Dec 02 2016 : 1:08:58 PM
|
Your issue is similar to this issue in the following thread. http://forums.wholetomato.com/forum/topic.asp?TOPIC_ID=12808
Instead of deleting everything in the 'Member List Commit Characters' section, just remove the '.' character. (or delete it all if you don't ever want automatic replacements)
Just FYI, in Visual Studio 2015, you won't see 'Any character not valid in a symbol' option.
Tell me if you come across any issues. |
Edited by - ChrisG on Dec 02 2016 1:09:30 PM |
|
|
Hexagonal
Senior Member
35 Posts |
Posted - Dec 07 2016 : 10:00:57 AM
|
Chris, thank you for you help!
The option mentioned, Member List Commit Characters, is disabled because I have the whole Intellisense disabled. Of course, I can enable IS, edit the option and then disable IS again, but it shouldn't influence when disabled, no? |
|
|
ChrisG
Whole Tomato Software
USA
299 Posts |
Posted - Dec 09 2016 : 04:58:15 AM
|
Only if 'Additional characters' is selected in 'Enhanced Listboxes' in the Visual Assist options menu.
Sadly you cannot only apply automatic replacements as Ctrl+Space, as Ctrl+Space is will just refresh the listbox (or display it if it is not being displayed). Because of that I would recommend you disable all of the options as in the following screenshot and use the mouse to commit a selection.
|
|
|
Hexagonal
Senior Member
35 Posts |
Posted - Jan 17 2017 : 05:26:44 AM
|
Thank you! |
|
|
|
Topic |
|