igence-stevefolly
New Member
United Kingdom
4 Posts |
Posted - Jan 13 2012 : 06:47:38 AM
|
Hi,
Ctrl-space completion usually works great on C++ #include filenames, apart from when there is a hyphen in the filename. Example:
With a file "Example-Header.h" in the project, start typing
#include "Exam
... and a drop down appears with Example-Header.h as a possibility.
However, continue to type "ple-Hea", and press Escape to clear the suggestion list. Then press ctrl-space for the completion suggestion list, and now it's suggesting symbols instead of files.
Also, usually pressing backspace will also bring up the suggestion list for more completions, but if you've already typed a hyphen in the filename then that suggestion list isn't displayed.
I think this might be partly related to case 19564 which was fixed, but it looks like it didn't capture all problem cases of hyphens in filenames.
Thanks. |
|
feline
Whole Tomato Software
United Kingdom
19075 Posts |
Posted - Jan 13 2012 : 7:25:04 PM
|
I am seeing the same effect here. Thank you for the clear description.
case=63981
As you expected, the same problem happens in VA 1862. Hopefully this is not to difficult for you to work around. |
zen is the art of being at one with the two'ness |
|
|