T O P I C R E V I E W |
h4x |
Posted - Mar 12 2014 : 04:35:58 AM I use the option called Selections committed with Any character not valid in a symbol. In VS2005, the spacebar works. This is great as it allows me to type ret f; for example. In VS2012, the spacebar bypasses completion. The above example would complete 'false' but not 'return'. It ought to behave as in 2005. |
4 L A T E S T R E P L I E S (Newest First) |
h4x |
Posted - Mar 14 2014 : 03:24:56 AM Ah yes, that did the trick. Many thanks. |
accord |
Posted - Mar 13 2014 : 7:59:01 PM I got the files, thank you and was able to reproduce the problem.
You have two options to fix this.
1. Empty the editbox for Member list commit characters, so VA takes over:
Tools -> Options... -> Text Editor -> C/C++ -> Advanced -> Member list commit characters
2. Put space to the list:
Tools -> Options... -> Text Editor -> C/C++ -> Advanced -> Member list commit characters
This is because when there are characters in this editbox, VA will filter what "any character" means. Sorry for the confusion, we will describe this in the tooltip. |
h4x |
Posted - Mar 13 2014 : 03:40:54 AM Yes. The suggestion pops up, then the spacebar dismisses the popup and emits a space. Much obliged.
http://pastebin.com/Hcx0Tu4K http://pastebin.com/A5TQsSR9
|
accord |
Posted - Mar 12 2014 : 6:42:37 PM Are you getting a VA snippet for ret as seen on the screenshot?
If yes, can you please export and send in your VA and VS settings?
1. VA Options -> Performance -> Export Settings
2. IDE tools menu -> Import and Export Settings -> Export selected environment settings
I can import them here and see what's the problem and how to fix it, assuming that I am able to reproduce the problem. |