Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off outlining permanently for VS2010 ( C/C++ )

For some reason I can't turn it off permanently. When I stop it manually from Edit->Outlining->Stop Outlining it's OK but once I close the file and open it again and it's on again. Disabled it in option->text editor->c/c++->formatting and nothing. Tried editing the .vssettings file (or I'm editing wrong file? C:\Users\%current user%\Documents\Visual Studio 2010\Settings) but something is modifying it back again. I'm out of ideas :(.

Thanks in advance

like image 502
Kalin Dinovski Avatar asked Jun 20 '12 15:06

Kalin Dinovski


1 Answers

Choose Tools menu > Options menu item.

Expand Text Editor then C/C++ and click on Formatting, set Enable Outlining to false

Note: you may need to reopen the file. The option is technically to enable outlining on file open.

like image 66
mlibby Avatar answered Nov 12 '22 11:11

mlibby