Hello,
When I enable outlining and hide a part of the code, the highlight matching {} feature no longer seems to work.
To reproduce:
 - VS2005, C++, XPsp2 (full details below)
 - enable outlining (VS feature)
 - enable highlight matching {} (VAX feature)
 - write a small piece of code like this:
   void myfunction()
      {
      if (bla)
         {
         boe();
         }
      }
 - place the cursor outside the function scope
 - press the '-' symbol to hide the if-block
 - place the cursor after the '{' of the function
 => the closing '}' will not be highlighted
regards,
eli
---
 system info:
VA_X.dll file version 10.5.1715.0  built 2009.01.25
Licensed to:
  VA X: [email protected] (30-user license) Support ends 2009.09.09
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: Courier New 17(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors
Platform: Win32
Stable Includes:
C:\\DevStudio\\Vs2005\\VC\\include;
C:\\DevStudio\\Vs2005\\VC\\atlmfc\\include;
C:\\DevStudio\\Vs2005\\VC\\PlatformSDK\\include;
C:\\DevStudio\\Vs2005\\SDK\\v2.0\\include;
Other Includes:
Stable Source Directories:
C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfc;
C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfcm;
C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\atl;
C:\\DevStudio\\Vs2005\\VC\\crt\\src;