Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Notepad++ 8.4 Release - Keep standing up for Ukraine

    Announcements
    11
    26
    4480
    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.
    • donho
      donho @Laszlo Botka last edited by

      @laszlo-botka said in Notepad++ 8.4 Release - Keep standing up for Ukraine:

      What is the next step? Will someone fix it?

      Please create an issue here:
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues

      I will see what I can do about it.

      Laszlo Botka 1 Reply Last reply Reply Quote 1
      • Laszlo Botka
        Laszlo Botka @donho last edited by

        @donho said in Notepad++ 8.4 Release - Keep standing up for Ukraine:

        Please create an issue here:
        https://github.com/notepad-plus-plus/notepad-plus-plus/issues

        I will see what I can do about it.

        Maybe I don’t understand you, or I did it wrong, but I already created this issue:

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

        donho 1 Reply Last reply Reply Quote 0
        • donho
          donho @Laszlo Botka last edited by

          @laszlo-botka
          Fixed in the master:
          https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3b0d5242acd23b4a727560ea98139cc5f4a8b88a

          The fix will be in the next release.

          Laszlo Botka 1 Reply Last reply Reply Quote 4
          • Laszlo Botka
            Laszlo Botka @donho last edited by

            @donho said in Notepad++ 8.4 Release - Keep standing up for Ukraine:

            The fix will be in the next release.

            Thanks. How will it work?

            Michael Vincent 1 Reply Last reply Reply Quote 0
            • R
              rdipardo last edited by

              Has anyone else noticed that reloading a file with CTRL+R makes the code style and/or fold levels disappear until you refocus the tab?

              This regression was initially blamed on the NppFTP plugin
              until I reproduced it myself: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11585#issuecomment-1111979650

              1 Reply Last reply Reply Quote 0
              • Michael Vincent
                Michael Vincent @Laszlo Botka last edited by

                @laszlo-botka said in Notepad++ 8.4 Release - Keep standing up for Ukraine:

                Thanks. How will it work?

                It appears to just keep the same background color of selection with the window in or out of focus. Thanks @donho !

                Cheers.

                Laszlo Botka 1 Reply Last reply Reply Quote 1
                • Laszlo Botka
                  Laszlo Botka @Michael Vincent last edited by

                  @michael-vincent said in Notepad++ 8.4 Release - Keep standing up for Ukraine:

                  It appears to just keep the same background color of selection with the window in or out of focus. Thanks @donho !

                  Thank you!

                  1 Reply Last reply Reply Quote 0
                  • Argyle Trees
                    Argyle Trees last edited by Argyle Trees

                    The user defined syntax colors disappear after reloading the program by pressing Ctrl-R.
                    I have to click on the language again to make the syntax color active again.

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      rdipardo @Argyle Trees last edited by

                      @argyle-trees,
                      That will be fixed in the next release: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9cc01de97c8d2a617c7ada7aba6854a9f7e1426b

                      1 Reply Last reply Reply Quote 2
                      • I am connected
                        I am connected last edited by

                        Updated to Notepad++ 8.4 and still cannot save a XML file with ~46000 words - Notepad++ is not responding. When I copy all code and paste it in a new file I can save it. Using Symantec Encryption Desktop on my pc.
                        @Bugfix 13

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          rdipardo @I am connected last edited by

                          @i-am-connected,
                          The XML Tools plugin is probably the cause: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11603#issuecomment-1111879226

                          1 Reply Last reply Reply Quote 1
                          • F
                            ffgmusik last edited by

                            Hi!

                            The default colors of html and php codes in the editor do not work as expected.

                            1.png

                            PeterJones R 2 Replies Last reply Reply Quote 0
                            • PeterJones
                              PeterJones @ffgmusik last edited by

                              @ffgmusik ,

                              The PHP lexer renders tag names using the Style Configurator > PHP > DEFAULT style. And the initial setting for that style is black text on white background, which is what your screenshot shows.

                              79aa1b20-8c0d-48ab-abc0-3d4a0df30149-image.png

                              The HTML would render similar text slightly differently:

                              2c8a5e36-760c-4354-9f5f-8a6e951b689c-image.png

                              This is because it uses the HTML > TAG style for rendering tag names:
                              ac0cc4b5-219b-478e-8b98-11d87439ec83-image.png

                              1 Reply Last reply Reply Quote 1
                              • R
                                rdipardo @ffgmusik last edited by

                                @ffgmusik,
                                previous Notepad++ versions did automatically activate HTML tag highlighting when opening PHP files (as well as *.asp and *.jsp files):

                                  else if ((type == L_HTML) || (type == L_PHP) || (type == L_ASP) || (type == L_JSP))
                                  {
                                     execute(SCI_SETLEXER, SCLEX_HTML);
                                     // ...
                                  }
                                

                                The code providing this feature was accidentally removed during the Scintilla 5 upgrade, just before the 8.4 release. It will work again in the next release: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2fbac354ed00a7723b18f688f922a2ffb114cb13

                                1 Reply Last reply Reply Quote 4
                                • Kevin Smiley
                                  Kevin Smiley last edited by

                                  Notepad++ 8.4 “Print Selection” is printing the selected text along with highlights as shown on screen making the print hard to read as it is black text with dark grey background on a black and white printer. We have uninstalled, and moved back to Notepad++ 8.3.3 and the issue is no longer present.

                                  1 Reply Last reply Reply Quote 0
                                  • Unpinned by  donho donho 
                                  • F
                                    ffgmusik last edited by

                                    I found a problem with the scroll in version 8.4 and needed to go back to the previous version (8.3.3). I use a laptop and a touchpad. The page instead of going line by line, rolls several lines at the same time obstructing the view of the code. In version 8.3.3 this problem does not occur.
                                    I have already changed the options in settings > preferences > editing and do not resolve.

                                    1 Reply Last reply Reply Quote 0
                                    • Referenced by  R rdipardo 
                                    • Jean Noble
                                      Jean Noble @donho last edited by

                                      @donho DON’T STAND UP FOR UKRAINE. Ukraine is by far the worst corrupt country in the world and is in the process of being thoroughly purged by Russia. Don’t interfere in the process. Kill corruption, child-trafficking and money-laundering.

                                      1 Reply Last reply Reply Quote -4
                                      • First post
                                        Last post
                                      Copyright © 2014 NodeBB Forums | Contributors