ide - How to set print margin in Visual C# 2008 -


Is there a setting in Visual C # 2008 to set that character width in which I want to see a margin line code Editors? I do it in eclipse: Window -> Preferences -> General -> Editors -> Text Editor -> Print Margin, Column = 80

But I did not find any print margin setting while searching online or Nearby is in the setting.

This is impossible from the AFAIK menu, but Omeidins enables this feature, or you manually Registry can edit (not very good, but it works):

  Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 9.0 \ text editor] "Guides" = "RGB (212121212) 99, 109"  

here RGB (21212121212) - margin color; 99, 109 means that we want two margin guides: after 100 -ths and 110ths,


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -