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. Does this tool exist?

Does this tool exist?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestionworkspace
31 Posts 18 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.
  • K K Shaffer

    I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

    --Kevin

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #2

    Shaffer wrote:

    I don't have the luxury of having all of my source code organized into a Visual Studio solution.

    Uh, why not? Marc

    K D 2 Replies Last reply
    0
    • K K Shaffer

      I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

      --Kevin

      D Offline
      D Offline
      Don M
      wrote on last edited by
      #3

      Xplorer2 does what you ask for. http://zabkat.com/[^] Xplorer2 is an an excellent dual pane, multi-tab, windows explorer replacement. If you pay for it, you also get a file search tool that is more powerful and less cumbersome than the windows search tool. DonM

      K 1 Reply Last reply
      0
      • K K Shaffer

        I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

        --Kevin

        Q Offline
        Q Offline
        QuiJohn
        wrote on last edited by
        #4

        I would recommend organizing all of your source code into a Visual Studio solution.


        He said, "Boy I'm just old and lonely, But thank you for your concern, Here's wishing you a Happy New Year." I wished him one back in return.

        K 1 Reply Last reply
        0
        • K K Shaffer

          I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

          --Kevin

          F Offline
          F Offline
          fjdiewornncalwe
          wrote on last edited by
          #5

          If you aren't doing it yet, I suggest you should look into a source control solution of some kind as well. I'm mentioning it because from your description it doesn't seem like you're doing that.

          I wasn't, now I am, then I won't be anymore.

          K 1 Reply Last reply
          0
          • M Marc Clifton

            Shaffer wrote:

            I don't have the luxury of having all of my source code organized into a Visual Studio solution.

            Uh, why not? Marc

            K Offline
            K Offline
            K Shaffer
            wrote on last edited by
            #6

            Out of my control. Legacy code, political issues, money, etc, you get the idea...

            M 1 Reply Last reply
            0
            • Q QuiJohn

              I would recommend organizing all of your source code into a Visual Studio solution.


              He said, "Boy I'm just old and lonely, But thank you for your concern, Here's wishing you a Happy New Year." I wished him one back in return.

              K Offline
              K Offline
              K Shaffer
              wrote on last edited by
              #7

              We are talking about a project that hundreds of people work on. I've been in this group for 2 months. I don't think my voice carries that much weight yet :-( Additionally, a lot of these files aren't source code. We aren't using Visual Studio to build all source code either, for various (and valid) reasons.

              1 Reply Last reply
              0
              • F fjdiewornncalwe

                If you aren't doing it yet, I suggest you should look into a source control solution of some kind as well. I'm mentioning it because from your description it doesn't seem like you're doing that.

                I wasn't, now I am, then I won't be anymore.

                K Offline
                K Offline
                K Shaffer
                wrote on last edited by
                #8

                Starteam (but moving to git soon, can't wait) ;-)

                1 Reply Last reply
                0
                • D Don M

                  Xplorer2 does what you ask for. http://zabkat.com/[^] Xplorer2 is an an excellent dual pane, multi-tab, windows explorer replacement. If you pay for it, you also get a file search tool that is more powerful and less cumbersome than the windows search tool. DonM

                  K Offline
                  K Offline
                  K Shaffer
                  wrote on last edited by
                  #9

                  I was looking more in line of a shell extension, but I'll give this a look. Thanks

                  -mE

                  1 Reply Last reply
                  0
                  • K K Shaffer

                    I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

                    --Kevin

                    M Offline
                    M Offline
                    Manfred Rudolf Bihy
                    wrote on last edited by
                    #10

                    Shaffer wrote:

                    I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for

                    Well I'm still using XP too on one of my machines and what you described works perfectly in XP's explorer. With one serious drawback of course: If the delay between two characters is a wee bit to long XP "thinks" it is a new "search". Then you'll have to start typing from the beginning of the filename again. I haven't looked into this yet, but there should be a way to set the interval to a larger value. If I only had any idea what the name of this "feature" is. Cheers!

                    K 1 Reply Last reply
                    0
                    • M Manfred Rudolf Bihy

                      Shaffer wrote:

                      I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for

                      Well I'm still using XP too on one of my machines and what you described works perfectly in XP's explorer. With one serious drawback of course: If the delay between two characters is a wee bit to long XP "thinks" it is a new "search". Then you'll have to start typing from the beginning of the filename again. I haven't looked into this yet, but there should be a way to set the interval to a larger value. If I only had any idea what the name of this "feature" is. Cheers!

                      K Offline
                      K Offline
                      K Shaffer
                      wrote on last edited by
                      #11

                      Interesting. I guess I've never tried typing fast enough and just gave up on it. It would be nice to lengthen the time out so you could scan the list before typing, but this is definitely good information. Thanks!

                      1 Reply Last reply
                      0
                      • K K Shaffer

                        Out of my control. Legacy code, political issues, money, etc, you get the idea...

                        M Offline
                        M Offline
                        Marc Clifton
                        wrote on last edited by
                        #12

                        Shaffer wrote:

                        Out of my control. Legacy code, political issues, money, etc, you get the idea...

                        Well, the reason I asked was because I figure, you could perhaps use the Eclipse or Sharp Develop IDE (both free) to at least manage the folders/files. I don't think Visual Studio Express (which is free) will work because I don't believe it supports folders in solutions. And as others have said, you should also get a good source control system. Some of those have very nice client IDE's that may help in organizing the files as well. Marc

                        H 1 Reply Last reply
                        0
                        • M Marc Clifton

                          Shaffer wrote:

                          Out of my control. Legacy code, political issues, money, etc, you get the idea...

                          Well, the reason I asked was because I figure, you could perhaps use the Eclipse or Sharp Develop IDE (both free) to at least manage the folders/files. I don't think Visual Studio Express (which is free) will work because I don't believe it supports folders in solutions. And as others have said, you should also get a good source control system. Some of those have very nice client IDE's that may help in organizing the files as well. Marc

                          H Offline
                          H Offline
                          Henry Minute
                          wrote on last edited by
                          #13

                          Marc Clifton wrote:

                          I don't think Visual Studio Express (which is free) will work because I don't believe it supports folders in solutions.

                          It does. It does not however, support multi-language solutions.

                          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                          1 Reply Last reply
                          0
                          • K K Shaffer

                            I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

                            --Kevin

                            N Offline
                            N Offline
                            Nemanja Trifunovic
                            wrote on last edited by
                            #14

                            I am in a similar situation (except for the XP part) and simply use cmd window. To enable tab completion on XP, look at this KB article[^].

                            utf8-cpp

                            P 1 Reply Last reply
                            0
                            • N Nemanja Trifunovic

                              I am in a similar situation (except for the XP part) and simply use cmd window. To enable tab completion on XP, look at this KB article[^].

                              utf8-cpp

                              P Offline
                              P Offline
                              PIEBALDconsult
                              wrote on last edited by
                              #15

                              Nemanja Trifunovic wrote:

                              cmd window

                              DOS box for the win! :cool: That's what I use too; I spend most of my day in a DOS box. At least it's bigger than the cubicle.

                              1 Reply Last reply
                              0
                              • K K Shaffer

                                I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

                                --Kevin

                                A Offline
                                A Offline
                                archymeta
                                wrote on last edited by
                                #16

                                There is one :-O We have developed a visual system that virtually turns a file system into a hierarchic sets of SQL databases (it's more in some aspects). User can do accurate search and sort on meta properties of files using unlimited expressions (like what is done in SQL) with the help of intellisense, starting from any directory recursively downward. It's unlike the current ones and I am sure you have never seen something like it before. It is under testing, if you are interested, please reply using the e-mail button below and I will send you a (.net WPF 4.0) copy using your e-mail...

                                modified on Thursday, December 30, 2010 3:01 AM

                                M 1 Reply Last reply
                                0
                                • K K Shaffer

                                  I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

                                  --Kevin

                                  R Offline
                                  R Offline
                                  Robert M Greene
                                  wrote on last edited by
                                  #17

                                  Source Insight http://www.sourceinsight.com/ We use it where I work.

                                  ............................. Two words you don't ever want to hear. "Fix bayonets" US Marine Corps When the pin is pulled, Mr. Grenade is not our friend.

                                  1 Reply Last reply
                                  0
                                  • A archymeta

                                    There is one :-O We have developed a visual system that virtually turns a file system into a hierarchic sets of SQL databases (it's more in some aspects). User can do accurate search and sort on meta properties of files using unlimited expressions (like what is done in SQL) with the help of intellisense, starting from any directory recursively downward. It's unlike the current ones and I am sure you have never seen something like it before. It is under testing, if you are interested, please reply using the e-mail button below and I will send you a (.net WPF 4.0) copy using your e-mail...

                                    modified on Thursday, December 30, 2010 3:01 AM

                                    M Offline
                                    M Offline
                                    Manfred Rudolf Bihy
                                    wrote on last edited by
                                    #18

                                    Are you really thinking he would post his email in this forum? Dream on! Please ignore my stupidity! I ought to go to sleep now, it is 4:30 AM.

                                    modified on Wednesday, December 29, 2010 10:23 PM

                                    L A 2 Replies Last reply
                                    0
                                    • M Manfred Rudolf Bihy

                                      Are you really thinking he would post his email in this forum? Dream on! Please ignore my stupidity! I ought to go to sleep now, it is 4:30 AM.

                                      modified on Wednesday, December 29, 2010 10:23 PM

                                      L Offline
                                      L Offline
                                      Luc Pattyn
                                      wrote on last edited by
                                      #19

                                      I think the suggestion was to use the e-mail widget and send him his e-mail address, not to publish it here. :)

                                      Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

                                      Season's Greetings to all CPians.

                                      M 1 Reply Last reply
                                      0
                                      • L Luc Pattyn

                                        I think the suggestion was to use the e-mail widget and send him his e-mail address, not to publish it here. :)

                                        Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

                                        Season's Greetings to all CPians.

                                        M Offline
                                        M Offline
                                        Manfred Rudolf Bihy
                                        wrote on last edited by
                                        #20

                                        E-Mail widget? Have I gone blind? Please Luc, tell me where that is already. Yes of course what says email better than "email". Somehow I've always seemed to ignore that link! My bad! Think I'd better go to bed now. :)

                                        1 Reply Last reply
                                        0
                                        • K K Shaffer

                                          I have to use Windows XP as my desktop environment. I don't have the luxury of having all of my source code organized into a Visual Studio solution. Many of the source code directories have hundreds of files. I find myself clicking on files in explorer quite a bit but many of these directories have hundreds of files. Scrolling down to find a file or group of files is a pain. I can press a character and explorer will find the first file that begins with that character but I wish I could just keep typing and find the file I'm looking for. Windows search is too cumbersome. Does anyone have a suggestion for a tool that would do something similar to this?

                                          --Kevin

                                          R Offline
                                          R Offline
                                          Rajesh R Subramanian
                                          wrote on last edited by
                                          #21

                                          Will visual studio express edition (freely available) not do? :~

                                          It was ever thus, the Neophiles will always rush out and get 'The Latest Thing' at a high price and with all the inherent faults - Dalek Dave.

                                          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