Author |
Topic  |
|
memecode
Junior Member
 
13 Posts |
Posted - Aug 09 2020 : 6:08:53 PM
|
With Visual Assist enabled I can't type '(' in a C header file. This is obviously problematic. Instead the editor inserts a single space.
I've tried disabling Visual Assist at which point I can type ( as per normal. Also I re-enabled it and cleared the cache and rebuilt the symbols. I have all the editor section options turned off.
FYI: VA_X.dll file version 10.9.2237.0 built 2017.10.03 DevEnv.exe version 14.0.25420.1 Community msenv.dll version 14.0.25431.1 Comctl32.dll version 6.10.18362.959 Windows 10 10.0 Build 18363 4 processors (x86-64, WOW64) Language info: 1252, 0x409
Platform: Project defined Stable Includes: C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6\Include\um; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\winrt; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\shared; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\um; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include; C:\Program Files (x86)\Visual Leak Detector\include;
Other Includes:
Stable Source Directories: C:\Program Files (x86)\Windows Kits\10\Source\10.0.10240.0\ucrt; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\crt\src; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\atl; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\mfcm; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\mfc;
|
|
memecode
Junior Member
 
13 Posts |
Posted - Aug 09 2020 : 6:16:00 PM
|
Also can't type a comma ',' |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19137 Posts |
Posted - Aug 10 2020 : 08:30:15 AM
|
Can you please look and see if you have the IDE setting:
IDE tools menu -> Options -> Environment -> Documents -> Show Miscellaneous files in Solution Explorer
turned On or Off. If this is turned On can you please try turning this Off, and see if this makes any difference? There is a known bug in the IDE its self, where it can report the wrong open file if this setting is enabled, which can result in VA sending characters to the wrong file. It sounds like this might be what is happening here to you, at least for the bracket, but I am not sure about the comma.
If this setting makes no difference can you please make sure you only have 2 or 3 files open, and none of them are showing as modified. Then type one of the problem characters, and see if one of the other files shows as modified, to test if the characters are going to the wrong file. |
zen is the art of being at one with the two'ness |
 |
|
memecode
Junior Member
 
13 Posts |
Posted - Aug 11 2020 : 7:04:45 PM
|
This option is already off. However the issue has for the moment stopped occurring. It survived at least one reboot, but has now thankfully gone away. If it comes back I'll update here. |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19137 Posts |
Posted - Aug 12 2020 : 06:58:27 AM
|
Very strange. I am glad the problem went away, but I am not sure what happened here. Given this option was off, the only other thing that I can think of is very complex code that somehow confused our parser. But if this happened the problem should have been file specific, and a reboot should not have had any effect.
If this does start happening again can you please see if this is file or solution specific? |
zen is the art of being at one with the two'ness |
 |
|
|
Topic  |
|