Author Topic: Getting off the Ground with .NET  (Read 22530 times)

0 Members and 1 Guest are viewing this topic.

Lee Mac

  • Seagull
  • Posts: 12905
  • London, England
Re: Getting off the Ground with .NET
« Reply #45 on: April 19, 2011, 07:20:00 PM »
Many thanks for those clarifications Kerry - appreciated. With regards to the Referenced DLL's, I realise such references are needed if they contain class definitions for classes called by the code, but the question really was - how do you know which class definitions are contained in which DLL. But as you say, I might as well include them all and the let the compiler grab what's needed.

I meant to ask you also - in the picture you attached earlier in the thread, how do you obtain the dotted lines matching the curly braces?

Thanks once again!

Lee

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Getting off the Ground with .NET
« Reply #46 on: April 19, 2011, 07:55:48 PM »
< .. >

I meant to ask you also - in the picture you attached earlier in the thread, how do you obtain the dotted lines matching the curly braces?

Thanks once again!

Lee

One of these does the trick.
 CodeRush Xpress
http://www.devexpress.com/Products/Visual_Studio_Add-in/CodeRushX/

Productivity Power Tools
http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/

PowerCommands for Visual Studio 2010
http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99/

added:
or
StructureAdornm​ent
http://visualstudiogallery.msdn.microsoft.com/203f22f4-3e9f-4dbb-befc-f2606835834e/

AllMargins 
http://visualstudiogallery.msdn.microsoft.com/465a0d53-5133-4edd-a0cd-94484fe3d853/
Quote
Introduction:
     This is a compilation of the OverviewMargin and several other extensions that use the OverviewMargin. The OverviewMargin shows
     a margin on the right side of the editor that logically maps to the entire file (similar the the vertical scroll bar). Unlike
     the scroll bar, it maps to the entire file and can contain other margins that provide more information about the file.
 

Included extensions:
         CaretMargin         http://visualstudiogallery.msdn.microsoft.com/en-us/a893687b-f488-49eb-ad91-c59d86daad34.
         ErrorsToMarks       http://visualstudiogallery.msdn.microsoft.com/en-us/0fc52c83-0ab3-485d-a917-2006966eec7a.
         MarkersToMarks      http://visualstudiogallery.msdn.microsoft.com/en-us/89deee06-0ed0-4347-81a6-942a3f2874af.
         OverviewMarginImpl  http://visualstudiogallery.msdn.microsoft.com/en-us/2e9f37b7-5a1f-4c47-930b-379b2d0fd596.
         StructureAdornment  http://visualstudiogallery.msdn.microsoft.com/en-us/203f22f4-3e9f-4dbb-befc-f2606835834e.
         StructureMargin     http://visualstudiogallery.msdn.microsoft.com/en-us/fe432eb5-c538-47a9-9919-fba1a8f5b261.
 
        BlockTagger         The definition of an API to get the structure of a code file.
         BlockTaggerImpl     An implementation of the BlockTaggerAPI for C/C# and VB files.
 
        OverviewMargin      The definition of an API for creating margins that map to the entire file.
 
        SettingsStore       The definition of an API to load and save editor options across sessions.
         SettingsStoreImpl   An implementation of the SettingStore API that uses IVsSettingsStore to access the system registry.


or if you fancy browsing
http://visualstudiogallery.msdn.microsoft.com/

« Last Edit: April 19, 2011, 08:23:31 PM by Kerry »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.