• Login
Community
  • Login

Notepad++ v8.4.4 - Happy Users' Edition

Scheduled Pinned Locked Moved Announcements
50 Posts 18 Posters 25.9k 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.
  • P
    PeterJones @Jorge Arturo Roque Cardenas
    last edited by Jul 27, 2022, 5:15 PM

    @Jorge-Arturo-Roque-Cardenas

    two last version quit unexpected after open file with name with multiple dot in example

    My initial guess is that you have a plugin that needs to be updated. Please see our FAQ which gives the steps necessary to verify whether or not it is a plugin, and narrow it down to which plugin.

    J 1 Reply Last reply Jul 27, 2022, 9:40 PM Reply Quote 1
    • J
      Jorge Arturo Roque Cardenas @PeterJones
      last edited by Jul 27, 2022, 9:40 PM

      @PeterJones hi @PeterJones .
      thank for your answer.

      i remove and reinstall all plugns and do not resolve the issue.
      after reinstall continue .
      reviewing the config.xml file in the section

      <GUIConfig name=“DockingManager”

      i change the attribute isVisible for every PluginDlg nodes from isVisible=“Yes” to isVisible=“no”

      changing one after one
      from
      <PluginDlg pluginName=“xxx” id=“n” curr=“n” prev=“n” isVisible=“yes” />
      to
      <PluginDlg pluginName=“xxx” id=“n” curr=“n” prev=“n” isVisible=“no” />

      appears this resolve the unexpected quit.

      1 Reply Last reply Reply Quote 1
      • S
        SeagramFR
        last edited by Jul 28, 2022, 5:38 PM

        @donho said in Notepad++ v8.4.4 - Happy Users' Edition:
        Fiddling with the new EOL display customizable feature, I found out a very small unnoticeable bug in Styler Configurator (I guess probably no one cares about):

        In Styler Configurator, the selected color is NOT the one of the current entry, but the last one that was clicked in a former entry.

        2022-07-28_Npp_8-4-4_Styler-Configurator.png

        A Y 2 Replies Last reply Jul 28, 2022, 5:53 PM Reply Quote 0
        • A
          Alan Kilborn @SeagramFR
          last edited by Jul 28, 2022, 5:53 PM

          @SeagramFR

          I think it is working correctly, both from my own experimentation, and even with what you show. The current foreground color in your case is red, and the CRLF is showing in that color. The green that you have circled doesn’t come into play (and shouldn’t, unless you click on it). Or maybe I’m missing something.

          1 Reply Last reply Reply Quote 2
          • Y
            Yaron @SeagramFR
            last edited by Jul 28, 2022, 11:25 PM

            @SeagramFR said in Notepad++ v8.4.4 - Happy Users' Edition:

            In Styler Configurator, the selected color is NOT the one of the current entry, but the last one that was clicked in a former entry.

            I think @SeagramFR is referring to the following case:
            Open the Styler Configurator.
            More colors…
            Select a different color than the current one.
            Select another style.
            More colors…

            Result:
            The selected color in “More colors” is not that of the current style but rather the previously-set-style’s color.

            (It’s not specifically related to EOL).

            D S 2 Replies Last reply Jul 28, 2022, 11:39 PM Reply Quote 0
            • D
              donho @Yaron
              last edited by Jul 28, 2022, 11:39 PM

              @Yaron

              Result:
              The selected color in “More colors” is not that of the current style but rather the previously-set-style’s color.

              There’s no pre-selected colour for “More color” popup.
              Isn’t it the case to you?

              Y 1 Reply Last reply Jul 28, 2022, 11:54 PM Reply Quote 0
              • Y
                Yaron @donho
                last edited by Yaron Jul 28, 2022, 11:55 PM Jul 28, 2022, 11:54 PM

                @donho,

                When you first open “More colors”, no color is selected.
                But if you select a color, move to another style and re-open the “More colors” popup - a color IS selected.
                And it’s not the color of the current style.

                It’s an interesting observation.

                Y 1 Reply Last reply Jul 29, 2022, 12:12 AM Reply Quote 0
                • Y
                  Yaron @Yaron
                  last edited by Jul 29, 2022, 12:12 AM

                  I apologize.

                  I did not mean the “More colors” popup, but the color pallet which opens on clicking the square color control.

                  1 Reply Last reply Reply Quote 0
                  • A
                    Argyle Trees
                    last edited by Jul 31, 2022, 6:21 PM

                    Document Map

                    I use 4K screen. Is this normal ? I can’t see anything on the right. Color background shown in the middle.
                    Should I change the display settings, or is this a regression of NP++?

                    c5d0cf20-b6b4-430c-9c60-0098b67a42fc-image.png

                    A 1 Reply Last reply Jul 31, 2022, 10:57 PM Reply Quote 0
                    • A
                      Argyle Trees @Argyle Trees
                      last edited by Jul 31, 2022, 10:57 PM

                      @Argyle-Trees

                      After changing the display scale from 150% back to 100%, then the document map was showing normally.
                      But scale =150% was very common on 4K screen.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SeagramFR @Yaron
                        last edited by Aug 1, 2022, 9:36 AM

                        @Yaron that is the point, indeed.
                        Not correlated to CRLF, it was just the feature I was testing in the first place

                        S 1 Reply Last reply Aug 1, 2022, 9:38 AM Reply Quote 1
                        • S
                          SeagramFR @SeagramFR
                          last edited by Aug 1, 2022, 9:38 AM

                          … and it is a teeny-tiny bug, just the kind I am the only one in the world to detect, and nobody cares about (as I wrote already) ;-)

                          Y 1 Reply Last reply Aug 2, 2022, 10:34 AM Reply Quote 0
                          • Y
                            Yaron @SeagramFR
                            last edited by Aug 2, 2022, 10:34 AM

                            @SeagramFR,

                            Thank you for confirming.

                            just the kind I am the only one in the world to detect

                            The universe is grateful. :)

                            D 1 Reply Last reply Aug 6, 2022, 9:38 PM Reply Quote 0
                            • N
                              Not Saying @donho
                              last edited by Aug 3, 2022, 5:31 PM

                              @donho said in Notepad++ v8.4.4 - Happy Users' Edition:

                              @Not-Saying

                              Thank you for your debug info (via the private message).
                              However, I cannot reproduce the bug at all.
                              Could you provide the step by step instructions please?

                              Sure! I just figured out a way to do it again:

                              1. Do a Find In Files search for something you know won’t be found.
                              2. Do a Find In Files search for something you know will find multiple files.
                              3. Do a Find In Files search for something you know won’t be found.
                              4. Do a Find In Files search for something you know will find multiple files.
                              5. Observe there are no open/close icons for the results that found no files.
                              6. Collapse all the results.
                              7. Delete the result from step 3 (Delete key).
                              8. You now have the result I described above.

                              I can tell from the repro steps and gui behavior this is going to be obnoxious to solve. You’ve got two sets of objects, one that describe the gui state and the other the results. They are out of sync with each other. :(

                              D 1 Reply Last reply Aug 6, 2022, 9:13 PM Reply Quote 0
                              • D
                                donho @Not Saying
                                last edited by Aug 6, 2022, 9:13 PM

                                @Not-Saying

                                Thank you for providing the step by step instruction. However, I can’t still reproduce it by following your instructions:

                                213ffd82-9a68-4d51-97c8-f721652fdce5-image.png

                                @Yaron
                                Can you reproduce it in your PC?

                                1 Reply Last reply Reply Quote 0
                                • D
                                  donho @Yaron
                                  last edited by Aug 6, 2022, 9:38 PM

                                  @Yaron @SeagramFR
                                  Under Windows 11, it works fine.
                                  I’ll check the code.

                                  Y 1 Reply Last reply Aug 6, 2022, 11:22 PM Reply Quote 1
                                  • Y
                                    Yaron @donho
                                    last edited by Aug 6, 2022, 11:22 PM

                                    @donho & @Not-Saying,

                                    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11995

                                    @donho & @SeagramFR,

                                    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11996


                                    Not being able to edit posts here is slightly inconvenient.
                                    I’ve preferred opening new issues on GitHub.

                                    1 Reply Last reply Reply Quote 3
                                    • R
                                      Ray Parker
                                      last edited by Aug 9, 2022, 5:58 PM

                                      For some reason my plugin, NPPTextFX, disappeared. It still exists as a folder and DLL in the plugins folder but does not appear as an installation option. Has this plugin been superseded?

                                      A 1 Reply Last reply Aug 9, 2022, 6:16 PM Reply Quote 0
                                      • A
                                        Alan Kilborn @Ray Parker
                                        last edited by Aug 9, 2022, 6:16 PM

                                        @Ray-Parker

                                        Possibly see HERE.

                                        1 Reply Last reply Reply Quote 0
                                        • P
                                          Paul Harouff
                                          last edited by Aug 11, 2022, 2:24 PM

                                          Sometimes I use Notepad++ to edit long plain text files (not code) and I need a way to mark where the page breaks are. How hard would it be to add the capability to highlight line numbers (e.g., put a dot next to 64, 128, 192, etc.)? Or is there a plugin that already adds this capability?

                                          Thanks.

                                          A 1 Reply Last reply Aug 11, 2022, 2:30 PM Reply Quote 0
                                          27 out of 50
                                          • First post
                                            27/50
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors