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. General Programming
  3. Visual Studio
  4. Files in Solution Explorer not sorted

Files in Solution Explorer not sorted

Scheduled Pinned Locked Moved Visual Studio
question
3 Posts 2 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.
  • O Offline
    O Offline
    Oliver Anhuth
    wrote on last edited by
    #1

    With VS7 the items in the file view are not sorted alphabetically like they have been in VS6. This makes it nearly impossible to look up a file in a large project. Does anybody know if it is possible to restore the old behavior? Or are there other possibilities to get a sorted file list? Oliver

    S 1 Reply Last reply
    0
    • O Oliver Anhuth

      With VS7 the items in the file view are not sorted alphabetically like they have been in VS6. This makes it nearly impossible to look up a file in a large project. Does anybody know if it is possible to restore the old behavior? Or are there other possibilities to get a sorted file list? Oliver

      S Offline
      S Offline
      Stephane Rodriguez
      wrote on last edited by
      #2

      Oliver Anhuth wrote: Does anybody know if it is possible to restore the old behavior? You can't. There is no sorting in this view. May be this is added in Everett. Oliver Anhuth wrote: Or are there other possibilities to get a sorted file list? Yes, at least 2 options. -Edit the .vcproj with a xml tool, and sort the stuff out. -Use this[^] project converter to build the .dsp project. Reopen the .dsp project in VC6, so to make sure they are sorted, overwrite, and open it again in VC7 (you'll be asked it for upgrade confirm).


      Back to real work : D-26.

      O 1 Reply Last reply
      0
      • S Stephane Rodriguez

        Oliver Anhuth wrote: Does anybody know if it is possible to restore the old behavior? You can't. There is no sorting in this view. May be this is added in Everett. Oliver Anhuth wrote: Or are there other possibilities to get a sorted file list? Yes, at least 2 options. -Edit the .vcproj with a xml tool, and sort the stuff out. -Use this[^] project converter to build the .dsp project. Reopen the .dsp project in VC6, so to make sure they are sorted, overwrite, and open it again in VC7 (you'll be asked it for upgrade confirm).


        Back to real work : D-26.

        O Offline
        O Offline
        Oliver Anhuth
        wrote on last edited by
        #3

        .S.Rod. wrote: You can't. There is no sorting in this view. May be this is added in Everett Very inconvenient indeed. We do not use static project files but generate them from a project description (there are makefiles generated from the same description on UNIX and VMS). This means we would have to implement sorting during the generation which will require some effort. For your suggestions: They will work for sure. But you have to repeat this procedure every time after you added some files. Thanks for your reply! Oliver

        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