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. Windows Vista Notepad

Windows Vista Notepad

Scheduled Pinned Locked Moved The Lounge
xmlquestion
41 Posts 12 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.
  • S Shog9 0

    David Wulff wrote:

    List view is useful for large directories of files - it fits the absolute maximum number on screen at once.

    Last i checked, it makes every column as wide as would be necessary for the longest filename in the directory. This wastes a lot of space. So yeah, it shows more files than the other view options, but it could do more. And, you don't get the date and size. Also, i hate horizontal scrolling.

    ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

    D Offline
    D Offline
    David Wulff
    wrote on last edited by
    #22

    If you have the list view set as default, all columns will be the same size regardless of the file name length when you first enter a directory. Only if you then hit F5 will it resize the columns (and even then, it has limits).

    Shog9 wrote:

    Also, i hate horizontal scrolling

    That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.


    Ðavid Wulff What kind of music to programmers listen to?
    Join the Code Project Last.fm group | dwulff
      Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

    S S 2 Replies Last reply
    0
    • D David Wulff

      If you have the list view set as default, all columns will be the same size regardless of the file name length when you first enter a directory. Only if you then hit F5 will it resize the columns (and even then, it has limits).

      Shog9 wrote:

      Also, i hate horizontal scrolling

      That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.


      Ðavid Wulff What kind of music to programmers listen to?
      Join the Code Project Last.fm group | dwulff
        Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #23

      David Wulff wrote:

      If you have the list view set as default, all columns will be the same size regardless of the file name length when you first enter a directory.

      I know they're the same size. That was my point - that all columns are the same width, regardless of whether that much width is actually needed to display the files in that column.

      David Wulff wrote:

      That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.

      Yeah, i guess that gripe was a big vague. It's not that i have trouble scrolling when i need to, it's that i dislike it scrolling when i don't. I can't begin to count the number of times i've selected the wrong file in a List mode listview by Ctrl+clicking a partially-obscured name in the right column, only to have it scroll into view, causing my next click to select a file from the new right column. And yes, this just gets worse when you have one long filename amongst many short ones, resulting in big gobs of whitespace between columns.

      ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

      D 1 Reply Last reply
      0
      • S Shog9 0

        David Wulff wrote:

        If you have the list view set as default, all columns will be the same size regardless of the file name length when you first enter a directory.

        I know they're the same size. That was my point - that all columns are the same width, regardless of whether that much width is actually needed to display the files in that column.

        David Wulff wrote:

        That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.

        Yeah, i guess that gripe was a big vague. It's not that i have trouble scrolling when i need to, it's that i dislike it scrolling when i don't. I can't begin to count the number of times i've selected the wrong file in a List mode listview by Ctrl+clicking a partially-obscured name in the right column, only to have it scroll into view, causing my next click to select a file from the new right column. And yes, this just gets worse when you have one long filename amongst many short ones, resulting in big gobs of whitespace between columns.

        ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

        D Offline
        D Offline
        David Wulff
        wrote on last edited by
        #24

        Shog9 wrote:

        all columns are the same width, regardless of whether that much width is actually needed to display the files in that column

        What I meant was that the columns are the same size for filenames 10 characters long as those 255 characters long by default. It only increases if you refresh the list after it loads. By default, long filesname are shown with '...' after the first 30 odd characters. (I've just checked, but can't be bothered to count them.) Interestingly, I just checked this on Windows XP x64 (where it does what I've just said) and Windows Server 2003 (where it doesn't do what I've just said). I'm not in front of Vista right now to check but it would be interesting to see which one it follows. I'm guessing Vista follows on from XP so it should copy that behaviour, but I don't know yet.


        Ðavid Wulff What kind of music to programmers listen to?
        Join the Code Project Last.fm group | dwulff
          Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

        S 1 Reply Last reply
        0
        • D David Wulff

          Shog9 wrote:

          all columns are the same width, regardless of whether that much width is actually needed to display the files in that column

          What I meant was that the columns are the same size for filenames 10 characters long as those 255 characters long by default. It only increases if you refresh the list after it loads. By default, long filesname are shown with '...' after the first 30 odd characters. (I've just checked, but can't be bothered to count them.) Interestingly, I just checked this on Windows XP x64 (where it does what I've just said) and Windows Server 2003 (where it doesn't do what I've just said). I'm not in front of Vista right now to check but it would be interesting to see which one it follows. I'm guessing Vista follows on from XP so it should copy that behaviour, but I don't know yet.


          Ðavid Wulff What kind of music to programmers listen to?
          Join the Code Project Last.fm group | dwulff
            Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

          S Offline
          S Offline
          Shog9 0
          wrote on last edited by
          #25

          Huh... I'm using XP, and don't think i've ever seen the behavior you describe. Perhaps it is something to do with defaults though - i've certainly run into other odd/annoying things related to defaults on XP. I'll have to reboot into Vista later, and see how that acts.

          ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

          D 1 Reply Last reply
          0
          • P Paul Watson

            (This is not a "Mac OS X had that years ago" post at all.)

            David Wulff wrote:

            I even like the new control panel now I've discovered how great the search feature is.

            I was so glad to see that in Vista since it has become indespensible to me from having used it in Mac OS X. All interfaces that list options should have that top-right filter/search feature. Bloody marvelous. As for harder I am finding the new Explorer to be a bit finicky. Especially trying to just type stuff into the address bar. Microsoft should copy the column feature from Mac OS X Finder. That works wonderfully well.

            regards, Paul Watson Ireland & South Africa

            Shog9 wrote:

            I don't see it happening, at least not until it becomes pointless.

            R Offline
            R Offline
            Rocky Moore
            wrote on last edited by
            #26

            Paul Watson wrote:

            Microsoft should copy the column feature

            Is this the one that keeps expanding out columns to the left when you select something a column? If so, that is one of the features of Mac that makes me stay away, I would rather have a tree view with folders.

            Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Blog changed to Subtext!

            P 1 Reply Last reply
            0
            • K Kevin McFarlane

              Shog9 wrote:

              But yeah, OS/2 still shipped with a better text editor.

              And you know the difference between Elvis and OS/2...?

              Kevin

              G Offline
              G Offline
              Gary R Wheeler
              wrote on last edited by
              #27

              Elvis smells better?


              Software Zen: delete this;

              Fold With Us![^]

              1 Reply Last reply
              0
              • K Kevin McFarlane

                Yes or, alternatively: "OS/2 is really dead." :)

                Kevin

                S Offline
                S Offline
                S Douglas
                wrote on last edited by
                #28

                Kevin McFarlane wrote:

                "OS/2 is really dead."

                No it's not, OS2 workstations are just now starting to get replaced and that's mostly because of hardware failures. The banking industry was OS2’s biggest adopter, and they hold on to technology for dear life.


                I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                K 1 Reply Last reply
                0
                • R Ravi Bhavnani

                  Have they added a toolbar to Notepad? /ravi

                  My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                  S Offline
                  S Offline
                  S Douglas
                  wrote on last edited by
                  #29

                  Ravi Bhavnani wrote:

                  Have they added a toolbar to Notepad?

                  Multipad has one, it's an MFC example MULTIPAD Sample[^] :rolleyes:


                  I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                  1 Reply Last reply
                  0
                  • D David Wulff

                    No, not the name of a new Windows Vista edition, but a comment about the Notepad application on Vista: Microsoft have finally updated Notepad so double clicking to select is aware of non-whitespace word breaks. It makes editing config files, xml, etc, 100 times easier. Characters like "'=-,. etc now break selections by default. It is just one more of those little changes in Windows - like file copying - that makes it a more pleasant tool to work with. All the more so when you don't even notice it was changed until you switch back to a Windows XP machine and find you can't do it. I've been using Vista for over a week now and since the somewhat trying installation fiasco my impression has been quite a positive one. I even like the new control panel now I've discovered how great the search feature is. I had turned UAC off while I set up the machine, but turned it over the weekend and so far haven't found it too intrusive. Time will tell just how useful it really is. For those of you that are evaluating the final build of Vista, what other changes (big or little) do you find make your day easier? Or harder?


                    Ðavid Wulff What kind of music to programmers listen to?
                    Join the Code Project Last.fm group | dwulff
                      If atheism is a religion, then not collecting stamps is a hobby.

                    S Offline
                    S Offline
                    S Douglas
                    wrote on last edited by
                    #30

                    They changed it, and didn't break it :suss: must have been a mistake. :laugh:


                    I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                    1 Reply Last reply
                    0
                    • D David Wulff

                      Why do you go in to a directory? You go in to find a file or group of files. The more you can see at once, the less time it will take to find the one/s you want. Files are identified by their name, what use is other information 99% of the time? I was not aware that the list view was at all unpopular, especially amojng devs. All of the devs I work with use list view 100% the time like myself. The only exception is when I actually need to see a modified date and sorting alone isn't enough, in which case I'll swap to detailed view temporarily. It is also significantly faster to use the list and/or detailed view than using the icon or tile views, particularly when you are navigating directories containing many hundreds of file or over a network.


                      Ðavid Wulff What kind of music to programmers listen to?
                      Join the Code Project Last.fm group | dwulff
                        Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

                      J Offline
                      J Offline
                      James Murphy
                      wrote on last edited by
                      #31

                      I always use details view, I have almost always used details view - not least because it enables one to rapidly change the sort order. Don't use list because its neither fish nor fowl...

                      1 Reply Last reply
                      0
                      • R Rocky Moore

                        Paul Watson wrote:

                        Microsoft should copy the column feature

                        Is this the one that keeps expanding out columns to the left when you select something a column? If so, that is one of the features of Mac that makes me stay away, I would rather have a tree view with folders.

                        Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Blog changed to Subtext!

                        P Offline
                        P Offline
                        Paul Watson
                        wrote on last edited by
                        #32

                        It expands it out to the right (maybe left if you have an Arabic OS?) but essentially yes. There is a tree option in Mac OS X Finder. It is often the default choice.

                        regards, Paul Watson Ireland & South Africa

                        Shog9 wrote:

                        I don't see it happening, at least not until it becomes pointless.

                        R 1 Reply Last reply
                        0
                        • S Shog9 0

                          Huh... I'm using XP, and don't think i've ever seen the behavior you describe. Perhaps it is something to do with defaults though - i've certainly run into other odd/annoying things related to defaults on XP. I'll have to reboot into Vista later, and see how that acts.

                          ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

                          D Offline
                          D Offline
                          David Wulff
                          wrote on last edited by
                          #33

                          I'm on Vista (64 bit) now and it doesn't do it. I completely forgot to check on my work machine, but I can definately confirm it does it as described on Windows XP Pro x64. AFAIK all I've done is set it as the default view from the My computer window then applied it to all folders.


                          Ðavid Wulff What kind of music to programmers listen to?
                          Join the Code Project Last.fm group | dwulff
                            Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

                          S 1 Reply Last reply
                          0
                          • D David Wulff

                            I'm on Vista (64 bit) now and it doesn't do it. I completely forgot to check on my work machine, but I can definately confirm it does it as described on Windows XP Pro x64. AFAIK all I've done is set it as the default view from the My computer window then applied it to all folders.


                            Ðavid Wulff What kind of music to programmers listen to?
                            Join the Code Project Last.fm group | dwulff
                              Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

                            S Offline
                            S Offline
                            Shog9 0
                            wrote on last edited by
                            #34

                            David Wulff wrote:

                            AFAIK all I've done is set it as the default view from the My computer window then applied it to all folders.

                            Well, if i do that i'll be kicking myself for the next year as i try to get my folders customized back the way i like 'em, so i'll take your word for it.

                            ---- I just want you to be happy; That's my only little wish...

                            1 Reply Last reply
                            0
                            • S S Douglas

                              Kevin McFarlane wrote:

                              "OS/2 is really dead."

                              No it's not, OS2 workstations are just now starting to get replaced and that's mostly because of hardware failures. The banking industry was OS2’s biggest adopter, and they hold on to technology for dear life.


                              I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                              K Offline
                              K Offline
                              Kevin McFarlane
                              wrote on last edited by
                              #35

                              It was a joke - you take it too seriously. Actually, in the UK, I'd read that OS/2 had been dumped some years ago.

                              Kevin

                              1 Reply Last reply
                              0
                              • D David Wulff

                                If you have the list view set as default, all columns will be the same size regardless of the file name length when you first enter a directory. Only if you then hit F5 will it resize the columns (and even then, it has limits).

                                Shog9 wrote:

                                Also, i hate horizontal scrolling

                                That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.


                                Ðavid Wulff What kind of music to programmers listen to?
                                Join the Code Project Last.fm group | dwulff
                                  Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

                                S Offline
                                S Offline
                                snowlin
                                wrote on last edited by
                                #36

                                David Wulff wrote:

                                Shog9 wrote: Also, i hate horizontal scrolling That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.

                                I had to smile.. I think Shog meant side to side scrolling when he said "horizontal".:laugh: I use list view at work 90% of the time and only use details when I need to sort by some factor of file type or date or file name. Thumbnails I use only on my local machine and basically when I'm needing to view the graphic files I deal with,

                                D 1 Reply Last reply
                                0
                                • S snowlin

                                  David Wulff wrote:

                                  Shog9 wrote: Also, i hate horizontal scrolling That is what mouse wheels are for. Just scroll down, and it will move down the list, even if that means moving the window to the left.

                                  I had to smile.. I think Shog meant side to side scrolling when he said "horizontal".:laugh: I use list view at work 90% of the time and only use details when I need to sort by some factor of file type or date or file name. Thumbnails I use only on my local machine and basically when I'm needing to view the graphic files I deal with,

                                  D Offline
                                  D Offline
                                  David Wulff
                                  wrote on last edited by
                                  #37

                                  Seoulborn wrote:

                                  I think Shog meant side to side scrolling when he said "horizontal".

                                  Yeah, that's why I said that bit. Scrolling down will scroll horizontally in list view, thus making it no different from the other views in that respect.


                                  Ðavid Wulff What kind of music to programmers listen to?
                                  Join the Code Project Last.fm group | dwulff
                                    Sleep deprivation does not cause physical harm. Humans can only survive about a week without sleep before flat out dying. - Espeir Logic Prism.

                                  1 Reply Last reply
                                  0
                                  • S Shog9 0

                                    Paul Watson wrote:

                                    Microsoft should copy the column feature from Mac OS X Finder. That works wonderfully well.

                                    I could swear that column feature was from NextStep. Sad to say, but if MS hasn't copied it yet, i doubt they're gonna... (for those who haven't seen it, it's nothing like the List view in Explorer. For starters, it's useful.)

                                    ---- I just want you to be happy; That's my only little wish...

                                    P Offline
                                    P Offline
                                    pg az
                                    wrote on last edited by
                                    #38

                                    It bothers me to be totally ignorant of something like this - do you have a link, please ?

                                    pg--az

                                    S 1 Reply Last reply
                                    0
                                    • P pg az

                                      It bothers me to be totally ignorant of something like this - do you have a link, please ?

                                      pg--az

                                      S Offline
                                      S Offline
                                      Shog9 0
                                      wrote on last edited by
                                      #39

                                      Sure... here's one[^], here's another[^]. And a couple[^] of screenshots[^]. Hard to get a good feel for it without actually using it though... IMHO, it can be considerably faster to navigate through a hierarchy than the tree view that Explorer provides.

                                      ---- I just want you to be happy; That's my only little wish...

                                      P 1 Reply Last reply
                                      0
                                      • P Paul Watson

                                        It expands it out to the right (maybe left if you have an Arabic OS?) but essentially yes. There is a tree option in Mac OS X Finder. It is often the default choice.

                                        regards, Paul Watson Ireland & South Africa

                                        Shog9 wrote:

                                        I don't see it happening, at least not until it becomes pointless.

                                        R Offline
                                        R Offline
                                        Rocky Moore
                                        wrote on last edited by
                                        #40

                                        Yeah, at times I do not know my left from my right :-O Okay, that is better, did not know there was a choice, just knew I did not like the multiple columns thing :)

                                        Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Blog changed to Subtext!

                                        1 Reply Last reply
                                        0
                                        • S Shog9 0

                                          Sure... here's one[^], here's another[^]. And a couple[^] of screenshots[^]. Hard to get a good feel for it without actually using it though... IMHO, it can be considerably faster to navigate through a hierarchy than the tree view that Explorer provides.

                                          ---- I just want you to be happy; That's my only little wish...

                                          P Offline
                                          P Offline
                                          pg az
                                          wrote on last edited by
                                          #41

                                          I think I can imagine what it must be like - I know that with the one treeview I do a fair amount of scrolling the treeview up and down, because expanding the inner levels makes it more than a vertical screenful. So, with the column-for-each-folder-level this will not happen, and as indeed my folder-names are brief, I COULD probably fit a couple of nestlevel columns in. So AGREED - this is COOL, thanks for pointing me to the articles !

                                          pg--az

                                          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