A sketch depicting the outer edges of a person or object, without interior details or shading.
Questions tagged [outlining]
43 questions
0
votes
0 answers
Automatic outlining (collapsible sections) does not start on file open for .ASPX files in Visual Studio 2022
For quite a few versions of Visual Studio Community 2022 (currently on 17.7.0), Automatic Outlining has not automatically started on file open.
It works fine for C# etc:
But, there is no such option for aspx files. I can only get outlining if I…

Vaibhav Garg
- 3,630
- 3
- 33
- 55
0
votes
1 answer
Programmatically collapse source code blocks from a Visual Studio extension
I've written a VS extension which modifies C# source files. The extension applies changes to the source code file which is currently open and visible in the IDE. One aspect of the extension is to insert #region and #endregion directives…

FrankS
- 1
0
votes
0 answers
GroupBy won't outline correctly in VisualStudio 2022
I can't figure out how to modify the default outlining to properly outline my GroupBy function. I can create a new outline but the original outline remains. Is there a way to change or remove it?
GroupBy code block
You can see in the photo that the…

Angus
- 1
- 1
0
votes
0 answers
Outlining DIV's and images
I am working on my portfolio website, and I have a problem. Once I want multiple layers (you'll have to see to understand this) they line out totally different.
I used the same pixel sizes for the images. Important: I can only use pixels for the…

diego_cvc
- 31
- 7
0
votes
0 answers
Visual Studio, outlining: Too easy to delete entire region
The #region feature is great, but I just realized you can delete an entire collapsed region by just one backspace or delete, and there's no warning dialogue like "You are about to delete a lot of your code. Are you sure?"
I know it can be brought…

pavelkomin
- 33
- 1
- 10
0
votes
2 answers
selection behind other structures
We are working on an anatomical application in Unity, where the user can dissect a model of a human hand.
We are trying to find a good shader/selection tool we can use when the user selects (from the menu) an object that currently is NOT visible…

Vyruz
- 11
- 2
0
votes
1 answer
Outlined font effect for text in WPF
I was looking for a way to create an outline for some text in WPF to make it more distinguishable from the background. The original look I am trying to mimick is the following
You will notice that the font is really small which makes this problem…

Christian Ivicevic
- 10,071
- 7
- 39
- 74
0
votes
1 answer
Visual Studio 2013 - Outlining corruption in javascript
I have an environment issue using Visual Studio 2013.
The outlining feature for javascript documents will often corrupt itself after a while using it. It will remain that way until I close the solution and then delete the .suo and .sdf files from…

Jahrenski
- 171
- 4
- 20
0
votes
1 answer
Put a title on collapsed outlining in Visual Basic Express 2010
When I select an area of text in Visual Basic Express 2010 and then go click Edit/Outlining/Hide Selection; the area collapses and is represented by three dots like "...". Is there a way to put my own title, description or label on it for better…

dbjohn
- 975
- 3
- 15
- 24
0
votes
1 answer
Visual Studio 2013 C++ outlining Collapsing issue
Recently I've been noticing the outlining in visual studio 2013 isn't working properly. It only happens for a few files but it is in specific areas. I've tried deleting the opensdf and sdf files, which correct me if I'm wrong, store the IntelliSense…

Kieran Chandler
- 188
- 3
- 9
0
votes
1 answer
Outlining a 3D model using Stencil-buffer
First I'd like to mention that I found what I believe to be the exact same question, unfortunately without an answer, here:
Java Using OpenGL Stencil to create Outline
I will post my code below, but first here is the problem: from this capture**,…

Philippe
- 21
- 4
0
votes
2 answers
Stored Procedure outlining
I have stored procedure (unorganized - not properly outlined)
I want automatic outlining in the stored procedure by using VS.

meetjaydeep
- 1,752
- 4
- 25
- 39
0
votes
0 answers
Code outlining bug with templates resulting in >>
Has anyone noticed that when the C++ editor encounters >> brackets that close a template parameter list, the C++ editor code outliner stops working for all code beyond this line? The only solution that works so far is to put a space between the >>…

Darren Evans
- 665
- 10
- 17