outlining Questions

3

I'm trying to implement a selection-outline feature. This is what I get up to now. As you can see, the objects are selected correctly when the mouse hovers and a contour is drawn around the sele...
Aerodynamics asked 22/12, 2018 at 17:39

6

Solved

There's something really annoying in Visual Studio : when I expand or collapse a method or code region, this action is pushed on the undo stack. So if I edit some code in a method, then collapse th...
Jessie asked 29/11, 2009 at 23:12

1

Visual Studio 2015 seams to outline all the multiline javascript code. I have a simple code like this: $(document).ready(function () { var x = { test1: 1, test2: 2 }; if (1 == 1) { // th...
Tingley asked 22/7, 2015 at 14:44

2

Solved

Apparently in VS13 they removed the outlining section in Option -> Text Editor -> C++ -> Formatting. Is there a way of collapsing if/while/etc statements in VS2013 C++? I know about the C# plugin ...
Cairistiona asked 28/12, 2013 at 23:7

9

Solved

Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally always want to see all the code, and never want code folded out of sight. I'd like a ...
Poult asked 22/9, 2008 at 15:53

1

I have been looking high and low for a way to auto collapse to definitions in visual studio 2012 when you open a file. I found a solution for VS2010 here Any way to auto collapse to definitions wh...
Onomastics asked 14/5, 2013 at 10:39

1

Solved

I manually drew a sphere, at last :) I want my sphere to be red, but the outlines to be green: In order to achieve this I did the following. I drew a solid sphere in red, and then I drew the same ...
Ceraceous asked 11/11, 2010 at 15:16

1

Solved

If i hover over the thin vertical bar on the left, it highlights the entire scope of the block that's to the right. When this scope is large, my entire screen flashes white (a consequence of my cus...
Yajairayajurveda asked 24/4, 2010 at 3:43

1

Solved

I'm working in Visual Studio 2008 and I would like for Edit > Outlining > Collapse to Definitions to be run whenever I open a file. It would be nice if, after that, all regions were expanded. I tri...

4

Solved

What I would like to do is have VS2008, when I open a code file, collapse all members of the classes/interfaces in the file by default (including, crucially, any XML documentation and comments). I...
Seafarer asked 16/11, 2008 at 11:49
1

© 2022 - 2024 — McMap. All rights reserved.