Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Differing Views on Code

Differing Views on Code

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nathan Blomquist
    wrote on last edited by
    #1

    Hey Fellow CPers, I was wondering if anyone has ever seen an addin to VS.NET that would allow differing developers different views of code. By view I mean one developer sees the code with all the braces on the same line as the construct for which it starts a block of code. While on the other hand, another might like the braces on the next line. But these would just be "views" of the code, VS.NET would save the file in some standard chosen by the developers and/or company. Examples: // Developer 1 int MyMethod(int i) { return 0; } // Developer 2 int MyMethod(int i) { return 0; } // Saved format int MyMethod( int i ) { return 0; } Thanks for any info. -Nathan --------------------------- Hmmm... what's a signature?

    B E 2 Replies Last reply
    0
    • N Nathan Blomquist

      Hey Fellow CPers, I was wondering if anyone has ever seen an addin to VS.NET that would allow differing developers different views of code. By view I mean one developer sees the code with all the braces on the same line as the construct for which it starts a block of code. While on the other hand, another might like the braces on the next line. But these would just be "views" of the code, VS.NET would save the file in some standard chosen by the developers and/or company. Examples: // Developer 1 int MyMethod(int i) { return 0; } // Developer 2 int MyMethod(int i) { return 0; } // Saved format int MyMethod( int i ) { return 0; } Thanks for any info. -Nathan --------------------------- Hmmm... what's a signature?

      B Offline
      B Offline
      BadJerry
      wrote on last edited by
      #2

      Linking this to the previous post re SourceSafe, that would be brilliant to have it automatically within SourceSafe so each and every one could have the presentation they prefer... Jerome

      D 1 Reply Last reply
      0
      • B BadJerry

        Linking this to the previous post re SourceSafe, that would be brilliant to have it automatically within SourceSafe so each and every one could have the presentation they prefer... Jerome

        D Offline
        D Offline
        Duncan Edwards Jones
        wrote on last edited by
        #3

        Maybe you could do this with ILDASM and some really fancy code around it ;) '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

        1 Reply Last reply
        0
        • N Nathan Blomquist

          Hey Fellow CPers, I was wondering if anyone has ever seen an addin to VS.NET that would allow differing developers different views of code. By view I mean one developer sees the code with all the braces on the same line as the construct for which it starts a block of code. While on the other hand, another might like the braces on the next line. But these would just be "views" of the code, VS.NET would save the file in some standard chosen by the developers and/or company. Examples: // Developer 1 int MyMethod(int i) { return 0; } // Developer 2 int MyMethod(int i) { return 0; } // Saved format int MyMethod( int i ) { return 0; } Thanks for any info. -Nathan --------------------------- Hmmm... what's a signature?

          E Offline
          E Offline
          Eddie Velasquez
          wrote on last edited by
          #4

          Try Source Styler[^]


          The nice thing about C++ is that only your friends can handle your private parts.

          N 1 Reply Last reply
          0
          • E Eddie Velasquez

            Try Source Styler[^]


            The nice thing about C++ is that only your friends can handle your private parts.

            N Offline
            N Offline
            Nathan Blomquist
            wrote on last edited by
            #5

            Yeah, I found that on google. But what I am really looking for is a C# reformatter (or viewer) that plugs into VS.NET. Although if it did C++ and C# that would be great also. Thanks though. -Nathan --------------------------- Hmmm... what's a signature?

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups