Community
    • Login

    What is the cross-hatching for? (Style Configurator)

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    24 Posts 5 Posters 6.4k 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.
    • PeterJonesP
      PeterJones @Ekopalypse
      last edited by

      @Ekopalypse said in What is the cross-hatching for? (Style Configurator):

      0 = default foreground and background
      1 = default background
      2 = default foreground

      Thanks for that. I hadn’t known either about the right click or the colorStyle attribute values (neither was previously officially documented)

      PR#81 for preferences docs include describing the right-click on the color box to get the same behavior.

      Docs PR#82 includes describing that behavior in both the configuration files details and in the UDL (same attribute values in both).

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

        @PeterJones said in What is the cross-hatching for? (Style Configurator):

        and in the UDL

        And in case you didn’t know, my experiments show that the “inherit from default” for UDL inherits from the Style Configurator > … >Default Style colors, not from the UDL > Default Style: > Styler. I made sure to document that.

        And also found a bug in the UDL color box slash indicators.

        So this discussion prompted two PRs and a bug report so far. Thanks. :-)

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

          Thanks for that.

          in case I wasn’t clear, thanks to everyone in this thread, who all contributed to the understanding.

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

            And there’s more to come yet:

            @Ekopalypse said:

            I thought about creating a python script based on the stylers.xml to
            bring all themes to the same level

            Hopeful cross-link?: https://community.notepad-plus-plus.org/post/52587

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

              Hello @peterjones, @alan-kilborn, @ekopalypse, @michael-vincent, and All,

              I have not migrated to v7.8.6, yet. However, I noticed, since a very long time, the bug you mentioned, Peter, in the link below :

              https://github.com/notepad-plus-plus/npp-usermanual/pull/81#issuecomment-614183652

              To produce that issue, where both the background and foreground colors are available, where only one should be :

              • Start Notepad++ ( I did this test with the release v7.8.5 )

              • Run for instance, Settings > Style configurator

              • Verify that the Default ( stylers.xml) theme is selected

              • Select the Global Styles language

              • And select, for instance, the Mark Style 1 style

              • By default :

                • The foreground color is not available and its color is a light grey

                • The background color is available and its color is a light blue ( 0,255,255 )

              e69182b5-fda9-47d5-bf7d-92a233dd3b87-image.png

              • Now, switch from the Default ( stylers.xml) theme to the next Bespin theme

              • And switch back, immediately, to the Default ( stylers.xml) theme

              • Re-select the Mark Style 1 style

              • This time :

                • As before, the background color is available and its color is a light blue ( 0,255,255 )

                • But, the foreground color is, now, available and its color is a dark red ( 204,0,0 ) ??!!

              9c1cb232-22b7-4446-9840-6e3f529978c3-image.png

              Best regards,

              guy038

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

                @guy038 ,

                Weird. When I use my normal v7.8.5 portable, it never shows Global Styles > Mark 1 with greyed foreground. If I take a fresh v7.8.5 portable, it does start with Mark 1 greyed, and if I follow your path to Bespin and back, it gets ungreyed when I’m back in default sylers.xml.

                Weird.

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

                  Hello, @peterjones, and All

                  I just redid the test of my previous post, with :

                  • A new fresh dezipped 32 bits portable version of N++ v7.8.5 in a folder, without any additional plugin other than default ones

                  • The new dezipped 32 bits portable version of N++ v7.8.6 in an other folder, that I haven’t downloaded, yet

                  And I confirm the previous behaviour, with the two colors available, both for v7.8.5 and v7.8.6

                  5dc47e85-2e2e-44f2-a13a-d5143337eead-image.png


                  Mauy be, once more, it could be only related to my Win XP configuration ?

                  BTW, to get the initial colors and default behaviour of the Style Configurator, simply, stop and restart Notepad++

                  Best Regards,

                  guy038

                  1 Reply Last reply Reply Quote 1
                  • EkopalypseE
                    Ekopalypse
                    last edited by

                    I can confirm the behavior.
                    But like @PeterJones, I see that only with a fresh version,
                    not with my regular version.

                    With a fresh version I see the following:

                    disabled 	Tag
                    		Global override
                    		Default Style
                    		Indent guideline style
                    		Brace highlight style
                    		Bad brace colour
                    fg 		Current line background colour
                    fg 		Selected text colour
                    bg 		Caret colour
                    bg 		Edge colour
                    		Line number margin
                    		Fold
                    bg 		Fold active
                    		Fold margin
                    bg 		White space symbol
                    fg 		Smart HighLighting
                    fg 		Find Mark Style
                    fg 		Mark Style 1
                    fg 		Mark Style 2
                    fg 		Mark Style 3
                    fg 		Mark Style 4
                    fg 		Mark Style 5
                    fg 		Incremental highlight all
                    fg 		Tags match highlighting
                    fg 		Tags attribute
                    bg 		Active tab focused indicator
                    bg 		Active tab unfocused indicator
                    bg 		Active tab text
                    		Inactive tabs
                    bg 		URL hovered
                    

                    Now, if I change to Bespin theme and back
                    all but “Mark Style 2” are enabled.

                    But if I do the same test with Choco theme,
                    then all of them, including Mark Style 2, will be enabled.

                    I haven’t tested with other themes.

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

                      @Ekopalypse said in What is the cross-hatching for? (Style Configurator):

                      only with a fresh version,
                      not with my regular version.

                      Can you clarify what this means?

                      Same actual version numbers of Notepad++, just a freshly extracted one versus the one you use day-by-day (where maybe you’ve upgraded configuration files manually bit by bit)?

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

                        @Alan-Kilborn

                        fresh version = portable, downloaded from npp without any modifications and additional plugins
                        regular version = my portable version - highly customized and with additional plugins

                        Test was done with npp 7.8.6 (fresh) and 7.8.5 (regular).

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