Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

48
votes
9answers
7k views

How to permanently disable region-folding in Visual Studio 2008

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 ...
26
votes
12answers
12k views

Visual Studio C# statement collapsing

When editing really long code blocks (which should definitely be refactored anyway, but that's beyond the scope of this question), I often long for the ability to collapse statement blocks like one ...
7
votes
1answer
671 views

openGL sphere that is both wireframe and solid

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 ...
6
votes
4answers
933 views

Is there a way to specify outlining defaults in Visual Studio so that a file opens up with members collapsed by default?

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 do ...
6
votes
5answers
365 views

Library for browser based outliner

I'm looking for a free (GPL or BSD-type license) outliner library that works in a browser. It doesn't have to be too complicated, just allow keyboard control of collapsing and expanding items, and ...
4
votes
1answer
470 views

How to change the outlining hover color in VS 2010?

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 custom ...
4
votes
3answers
686 views

Visual Studio : exclude outlining from undo/redo stack

There's something really annoying in Visual Studio : where 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 that ...
2
votes
3answers
24 views

<hgroup> is rendering only one of its element in Outlining algorithm(HTML5)

I'm new to HTML5 and I read the outlining concept and I understood. I tried part of code in this site(to outline my code) : <!DOCTYPE html> <article> <hgroup> ...
2
votes
1answer
217 views

Visual Studio 2010 C# Outlining works improperly

So, code blocks (which can be collapsed like #region blocks) have corresponding markers (+ symbols) to the left of the text editor. These markers should be placed right where the code block starts. My ...
2
votes
1answer
138 views

Outlining in VS2008, C++, not working

I'm using VS2008 (version 9.0.30729.1 SP) and have found that outlining regularly stops working. I get outlining options for the start and end of functions, and for comment blocks, but not for other ...
2
votes
9answers
213 views

What tools do you use for outlining projects?

Whenever I start working on projects that are complex enough that I can't keep it all in my head at once I like to outline how the app should work... I usually hack something like this out in a text ...
1
vote
6answers
249 views

Different position of div's containing text and divs containing images

I got a problem with the outlining of some div elements. I got the following structure. <div id="skillcontent"> <div id="skillname" class="inline"> <div class="skilllist"> ...
1
vote
1answer
413 views

EnvironmentEvent macro doesn't complete

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 ...
0
votes
0answers
62 views

Freetype symbols render with gradient

Cheers I'm using freetype library for fonts ingame rendering. Freetype is sweet and powerful, but solid characters fill looks not perfect, as wanted. I've got some code how to do characters outline, ...
0
votes
1answer
53 views

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 ...
0
votes
2answers
61 views

Stored Procedure outlining

I have stored procedure (unorganized - not properly outlined) I want automatic outlining in the stored procedure by using VS.