Click here to Skip to main content
15,887,027 members

Survey Results

Do you limit the width of your source code?   [Edit]

Survey period: 26 Jan 2009 to 2 Feb 2009

76 columns? 100 columns? Anything and let word wrap deal with it? How do you swing?

OptionVotes% 
Yes, so that it can be printed easily1126.08
Yes, so it fits on my screen89548.61
Sometimes yes, sometimes no51628.03
No31817.27



 
GeneralLimiting by case Pin
Schmuli25-Jan-09 22:49
Schmuli25-Jan-09 22:49 
GeneralRe: Limiting by case Pin
PIEBALDconsult26-Jan-09 7:00
mvePIEBALDconsult26-Jan-09 7:00 
GeneralRe: Limiting by case Pin
Schmuli26-Jan-09 19:32
Schmuli26-Jan-09 19:32 
GeneralFor me, it usually depends on the IDE Pin
Naruki26-Jan-09 14:26
Naruki26-Jan-09 14:26 
GeneralRe: For me, it usually depends on the IDE Pin
Schmuli26-Jan-09 19:38
Schmuli26-Jan-09 19:38 
GeneralRe: For me, it usually depends on the IDE Pin
Naruki26-Jan-09 19:56
Naruki26-Jan-09 19:56 
GeneralRe: For me, it usually depends on the IDE Pin
Schmuli26-Jan-09 23:52
Schmuli26-Jan-09 23:52 
GeneralDrat! I got all excited... Pin
Naruki27-Jan-09 13:18
Naruki27-Jan-09 13:18 
GeneralRe: Drat! I got all excited... Pin
Schmuli27-Jan-09 23:16
Schmuli27-Jan-09 23:16 
GeneralRe: Limiting by case Pin
Old Nic27-Jan-09 4:15
Old Nic27-Jan-09 4:15 
General80, for printability Pin
Rob Grainger25-Jan-09 22:36
Rob Grainger25-Jan-09 22:36 
GeneralRe: 80, for printability Pin
Jeremy Falcon26-Jan-09 11:18
professionalJeremy Falcon26-Jan-09 11:18 
GeneralRe: 80, for printability Pin
Old Nic27-Jan-09 4:19
Old Nic27-Jan-09 4:19 
GeneralRe: 80, for printability Pin
Jeremy Falcon27-Jan-09 6:54
professionalJeremy Falcon27-Jan-09 6:54 
General105 Pin
urbane.tiger25-Jan-09 21:32
urbane.tiger25-Jan-09 21:32 
GeneralGuidelines in Visual Studio PinPopular
Vikram A Punathambekar25-Jan-09 21:27
Vikram A Punathambekar25-Jan-09 21:27 
GeneralRe: Guidelines in Visual Studio Pin
W Balboos, GHB26-Jan-09 3:39
W Balboos, GHB26-Jan-09 3:39 
GeneralRe: Guidelines in Visual Studio Pin
Vikram A Punathambekar26-Jan-09 4:07
Vikram A Punathambekar26-Jan-09 4:07 
GeneralRe: Guidelines in Visual Studio Pin
PIEBALDconsult26-Jan-09 7:14
mvePIEBALDconsult26-Jan-09 7:14 
GeneralRe: Guidelines in Visual Studio Pin
Vikram A Punathambekar27-Jan-09 2:52
Vikram A Punathambekar27-Jan-09 2:52 
Does even the google cache[^] not work? Here's the text:

Enabling Guidelines
First, shut down Visual Studio 2005 if already started.
Under
[HKEY_CURRENT_USER]\Software\Microsoft\VisualStudio\8.0\Text Editor
Create a string value called
Guides

Set Guides to the following
RGB(x,y,z) n1,...,n13

Where x,y,z are the RGB values and n is the column number. You can have at most 13 guidelines.
For example,
Guides = RGB(128,0,0) 5, 80

will place a Red guideline at column numbers 5 and 80.

And now launch VS and open a text file.


Disabling Guidelines
An obvious no-brainer, just delete the Guides keys you created above. Restart VS, and no more guidelines.


Cheers,
Vıkram.

I've never ever worked anywhere where there has not been someone who given the choice I would not work with again. It's a job, you do your work, put up with the people you don't like, accept there are probably people there that don't like you a lot, and look forward to the weekends.
  - Josh Gray.

GeneralRe: Guidelines in Visual Studio Pin
Shog926-Jan-09 7:28
sitebuilderShog926-Jan-09 7:28 
GeneralFor Visual Studio... Pin
Naruki26-Jan-09 14:29
Naruki26-Jan-09 14:29 
GeneralRe: For Visual Studio... Pin
PIEBALDconsult26-Jan-09 18:01
mvePIEBALDconsult26-Jan-09 18:01 
GeneralMy version of VS doesn't have that option... Pin
Naruki26-Jan-09 18:54
Naruki26-Jan-09 18:54 
General229? [modified] Pin
PIEBALDconsult25-Jan-09 20:38
mvePIEBALDconsult25-Jan-09 20:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.