Community
    • Login

    "Function List" current function highlighting is too light?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    23 Posts 5 Posters 2.1k Views
    Loading More Posts
    • 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.
    • Alan KilbornA
      Alan Kilborn
      last edited by

      Anybody else notice that, when using the default theme, the “Function List” current function highlighting is too light?

      By this I mean the line background color for the function you are currently navigating within in the editor window.

      It is so lightly colored that I’m not sure I even noticed it before. In the past I’ve pretty much only used the Function List window to navigate somewhere, not check to see where I’m currently at (although that is a valuable thing as well).

      Any ideas how to make it darker and thus more visible?

      Alan KilbornA 1 Reply Last reply Reply Quote 1
      • Alan KilbornA
        Alan Kilborn @Alan Kilborn
        last edited by

        Update:

        I think the background shading color is the same as that used in the Doc Switcher window, but Doc Switcher has the advantage in that the whitespace in the “line” to the right of the filename text is also shaded, making it much easier to see the active file.

        Not so for the Function List window; it’s only the text background itself that is shaded for the active function.

        1 Reply Last reply Reply Quote 1
        • PeterJonesP
          PeterJones
          last edited by

          At first, looking at the top, I was going to ask in what world that blue wasn’t visible enough. :-) Then I saw when the function list wasn’t the active pane, it goes very light grey (0xF0F0F0).
          e8cc21e9-4a02-40ae-9733-c2d808e2b7c4-image.png

          That is pretty light; I can see it if I’m looking for it… but I could see how different monitors might be better or worse at displaying that light color. Unfortunately, none of the entries in the default stylers.xml is F0F0F0, so it’s apparently not StyleConfigurator-settable.

          1 Reply Last reply Reply Quote 2
          • guy038G
            guy038
            last edited by guy038

            Hello, @alan-kilborn, @Peterjones, and All,

            As for me, the color,on my Win XP laptop is, also, a kind of light grey ( #ECE9D8 in hexa RGB )

            I relalized, after some tests with the NppQCP plugin, that this color value is exactly the same as the color of my N++ menu bar ;-))

            Best Regards,

            guy038

            1 Reply Last reply Reply Quote 1
            • Alan KilbornA
              Alan Kilborn
              last edited by

              I wonder if this color under discussion is chosen by some setting in Windows?

              andrecool-68A 2 Replies Last reply Reply Quote 1
              • andrecool-68A
                andrecool-68 @Alan Kilborn
                last edited by

                @Alan-Kilborn
                Personalization
                Window color
                Additional design options
                Highlighted menu item

                1 Reply Last reply Reply Quote 1
                • andrecool-68A
                  andrecool-68 @Alan Kilborn
                  last edited by

                  @Alan-Kilborn Inactive highlight color #F0F0F0. I can’t find how this color can change.

                  Alan KilbornA 1 Reply Last reply Reply Quote 1
                  • Alan KilbornA
                    Alan Kilborn @andrecool-68
                    last edited by

                    @andrecool-68 said in "Function List" current function highlighting is too light?:

                    Inactive highlight color

                    Yea, that’s the one that I’m concerned with.
                    In the Function List, it’s just too hard to see to be useful at a glance.
                    Sure, if you’re really putting in effort to see it, you can…but that seems to somewhat defeat the purpose.

                    andrecool-68A 1 Reply Last reply Reply Quote 1
                    • andrecool-68A
                      andrecool-68 @Alan Kilborn
                      last edited by

                      @Alan-Kilborn Tested with all the color settings, but I can’t determine anything))

                      1 Reply Last reply Reply Quote 1
                      • guy038G
                        guy038
                        last edited by guy038

                        Hi, @alan-kilborn, @andrecool-68 and All,

                        Yeeeeah, I found the right parameter ! At least…, in Win XP ! Starting with the @andrecool-68 indications :

                        • Right-click on an empty zone of screen and choose the Poprerties option

                        • Click on the penultimate tab Appearance

                        • Click on the Advanced Settings button, at the bottom right of the dialog

                        • In the drop-down list Element, select the item 3D Objects

                        22dfae25-95fc-4f27-8e6a-88425845d73a-image.png

                        • The present and default color 1 has RGB values 236, 233, 216, which are, exactly, the hex values ECE9D8, given in my previous post !

                        IMPORTANT : I don’t know if the 3D objets item is still present in Windows 7, 8 and 10 !

                        7cc53d1c-3a78-4d0f-ab9d-fecf33ab82ca-image.png

                        Best Regards,

                        guy038

                        1 Reply Last reply Reply Quote 0
                        • PeterJonesP
                          PeterJones
                          last edited by

                          @guy038 ,

                          Win 10 got rid of that dialog completely (it may have been Win8 that did it – but I confirmed via SO that it was a change sometime between Win7 and Win10).

                          However, \HKEY_CURRENT_USER\Control Panel\Colors is where at least Win7 stored the results of that dialog. I cannot identify any from that key which might correspond to 3D objects.
                          048f33da-889b-41c0-ba23-1db56949b4a5-image.png

                          Could you look in the registry at that location and see whether you have entries that don’t exist in the Win10 screenshot, and/or whether you can see which entry changes when you change the 3D Objects > color 1? (it will probably require refreshing the registry view, or reloading regedit between changes)

                          Looking at the numbers, 240 is 0xF0, so for my system, where that is shaded grey, it might be one of the ButtonFace, Menu, or MenuBar colors… but I don’t know for sure. The SO article mentioned that you might have to reboot for changes to the registry-only version to take place (though log out/in might do it). However, I make no guarantees whether or not it will. I have changed those three to red, green, and blue, respectively; when I hit a stopping point in a few minutes, I’ll probably reboot to see what happens – and whether I can see those change or not.

                          andrecool-68A 1 Reply Last reply Reply Quote 1
                          • PeterJonesP
                            PeterJones
                            last edited by

                            So, after starting the reboot, then playing a game of Scrabble with my family, I came back to see this pretty picture:
                            48ba7a8f-e7cd-4f82-a972-f898ba00115a-image.png

                            I had changed ButtonFace from 240 240 240 (grey, above) to 255 0 0 (bright red). The green underline came from changing Menu to 0 255 0 (bright green). I cannot see what has been changed by MenuBar being changed to 0 0 255 (bright blue).

                            Oh, there, MenuBar appears to affect the “active button” highlight color:
                            In the SaveAs, it appears to be the main highlight:
                            03be3b47-244d-44bb-87a8-33992f94b6ae-image.png
                            But other dialogs (like Plugins Admin) seem to use their normal colors, I think.

                            Unfortunately, changing the ButtonFace seems to be a pretty drastic change for @Alan-Kilborn’s purposes, especially with the number of items it affects – many of which you really want a light background. You might be able to get away with making it dark enough to be more visible, without ruining other things… but no guarantees.

                            1 Reply Last reply Reply Quote 1
                            • PeterJonesP
                              PeterJones
                              last edited by

                              No, the blue active-button highlight was the wrong shade, and persisted even after I changed MenuBar to 255 0 0 (bright red).

                              The good news is, it just took logging out and back in – rather than a full reboot – to change ButtonFace to 224 224 224 for a slightly darker grey, and Menu back to default 240 240 240 (don’t need the green underline)

                              73e8f9fa-29e1-4eab-ad64-3beb85aa6182-image.png

                              The ButtonFace = 224 224 224 looks like it’s more noticeable, while not being annoyingly darker on the other instances than it usually is. But it’s still noticeably darker in those instances, like the save dialog.

                              I’ll stick with normals. Whether @Alan-Kilborn wants to go that route is up to him.

                              (And I will justify this as still Notepad++ related rather than just Windows related because we were trying to figure out specifically which color setting in Windows was affecting that aspect of Notepad++ :-)

                              1 Reply Last reply Reply Quote 0
                              • andrecool-68A
                                andrecool-68 @PeterJones
                                last edited by

                                @PeterJones
                                Try to call this window with this command:
                                rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced

                                1 Reply Last reply Reply Quote 0
                                • guy038G
                                  guy038
                                  last edited by guy038

                                  Hi, @alan-kilborn, @andrecool-68, @peterjones and All,

                                  Peter, you’re right ! The color of current function, in the Function List panel, seems to be controlled from the colors of the ButtonFace key !

                                  Here is my \HKEY_CURRENT_USER\Control Panel\Colors, on my Win XP laptop :

                                  40b29281-0365-47d4-9da1-0e622a4cbdfb-image.png

                                  As you can see, Peter, only two keys ( ButtonFace and MenuBar ) have colors 236, 233, 216, in my Win XP configuration

                                  We can see that the different keys are always the same, between win XP and Win 10! ! But, strangely, no reference to a 3D Objects key, seems to be visible in registry ?

                                  Best Regards,

                                  guy038

                                  1 Reply Last reply Reply Quote 2
                                  • PeterJonesP
                                    PeterJones
                                    last edited by

                                    @andrecool-68 ,

                                    Nope, that just launches dd05274f-e79a-4798-a7f0-ff29c8abed38-image.png , which doesn’t allow setting the individual colors.

                                    @guy038 ,

                                    Nice to know that same key works on both WinXP and Win10 for controlling it. My guess is that the “button” is the default “3d object” in old windows nomenclature, and they just stuck with that naming convention, even as things changed through the decades.

                                    Alan KilbornA 1 Reply Last reply Reply Quote 1
                                    • Alan KilbornA
                                      Alan Kilborn @PeterJones
                                      last edited by

                                      @PeterJones said in "Function List" current function highlighting is too light?:

                                      Nice to know that same key works on both WinXP and Win10 for controlling it.

                                      I guess having WinXP still around does indeed have some usefulness! :-)

                                      EkopalypseE 1 Reply Last reply Reply Quote 0
                                      • EkopalypseE
                                        Ekopalypse @Alan Kilborn
                                        last edited by

                                        @Alan-Kilborn

                                        or by using a dark theme :-D

                                        17f14ddc-82b3-403a-8bf5-b0fcc82795b5-image.png

                                        Alan KilbornA 1 Reply Last reply Reply Quote 2
                                        • Alan KilbornA
                                          Alan Kilborn @Ekopalypse
                                          last edited by

                                          @Ekopalypse

                                          by using a dark theme

                                          Well now, THERE’s some contrast!

                                          But I’m confused, is that your display when you’ve just clicked on something in the Function List, or is that merely the function you are in as you are navigating the editor window? (Neither appears to be the case from the data shown?)

                                          EkopalypseE 1 Reply Last reply Reply Quote 1
                                          • EkopalypseE
                                            Ekopalypse @Alan Kilborn
                                            last edited by

                                            @Alan-Kilborn

                                            In this screenshot the focus was at the editor and I was moving the caret.
                                            This is how it looks like when the function list has the focus and an item is selected

                                            1054405b-f3c6-4c52-aacd-ad73c80fe60d-image.png

                                            1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors