Community
    • Login

    Notepad++ 7.5 release

    Scheduled Pinned Locked Moved Announcements
    58 Posts 32 Posters 106.0k 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.
    • Thunder TT
      Thunder T
      last edited by

      BUG

      Notepad++ crashes at launch if the recently opened files (in the last session) can’t be found.

      P.S.: “Remember current session for next launch” option is checked in Settings>Preferences…>Backup.

      The problem was fixed after I manually edited config.xml file and removed the files located in <History> section.
      I also suspect that it also might have something to do with “&” character in file names, as it is converted to “&amp” sign inside config file.

      donhoD 1 Reply Last reply Reply Quote 0
      • sbaumann-hmS
        sbaumann-hm
        last edited by

        No longer able to remove unneeded (programming) languages. I can go through the steps, but when I close and reopen notepad++, the languages are back.

        1 Reply Last reply Reply Quote 1
        • MAPJe71M
          MAPJe71
          last edited by

          @sbaumann-hm You might want to read some of the other posts above.

          1 Reply Last reply Reply Quote 1
          • zgzZ
            zgz @donho
            last edited by

            @donho
            在win10下,如果修改过的文件,在不保存的情况下,重启windows(restart os),会丢失sessions,这个bug从6.9.2以来,就一直存在

            1 Reply Last reply Reply Quote 0
            • th_user_T
              th_user_
              last edited by

              From the 7.4.2 Announcement thread:

              For the View->Show Symbol->Show White Space and Tab option, is there any way to restore the previous size of the dot used to indicate a space character? It looks much more prominent now and I would like to be able to revert to the previous size if at all possible.

              1 Reply Last reply Reply Quote 0
              • MAPJe71M
                MAPJe71
                last edited by

                @th_user_
                Use the LuaScript plugin and add the following to startup.lua:

                local editors = { editor1, editor2 }
                for _,ed in pairs(editors) do
                    -- make the space 'dots' less intrusive/prominent
                    ed.WhitespaceSize = 1
                end
                
                th_user_T 1 Reply Last reply Reply Quote 3
                • Meta ChuhM
                  Meta Chuh moderator
                  last edited by

                  @sbaumann-hm
                  if you do not want to wait for the next release, you can download the fix for “recently added languages can not be disabled” here:
                  https://ci.appveyor.com/project/donho/notepad-plus-plus/build/1.0.1457/job/dttc1a3qlp7tfrgj/artifacts

                  download Notepad++.Win32.Unicode Release.exe
                  rename it to Notepad++.exe
                  if you want, backup your current notepad++.exe in your np++ folder, in case you want to revert to the older build
                  copy the new Notepad++.exe to your np++ folder, replacing your current notepad++.exe

                  use at your own risk, as artifacts are less (in this case) or not yet tested

                  btw: in case you use the 64 bit version, you can download it here: https://ci.appveyor.com/project/donho/notepad-plus-plus/build/1.0.1457/job/j3jwagjac6lavljs/artifacts

                  Ben VorisB 1 Reply Last reply Reply Quote 0
                  • Ben VorisB
                    Ben Voris @Meta Chuh
                    last edited by

                    @Meta-Chuh This DLL gives “DLL signature verification failed”. I read elsewhere that one can rebuild from source and comment out a check, but that’s more than I’m ready to do. How did you get it to work?

                    Fwiw, sha1sum gives:

                    1e4735c73a235e485cd0e58ca89be771aac04b7a *SciLexer.dll
                    1c408d57037086b6cce0f060a5fa4967c2f8db7c *notepad++.exe

                    MAPJe71M 1 Reply Last reply Reply Quote 0
                    • MAPJe71M
                      MAPJe71 @Ben Voris
                      last edited by

                      @Ben-Voris replace notepad++.exe only, keep the original digitally signed SciLexer.dll.

                      1 Reply Last reply Reply Quote 1
                      • th_user_T
                        th_user_ @MAPJe71
                        last edited by

                        @MAPJe71 Perfect, thank you.

                        1 Reply Last reply Reply Quote 0
                        • dailD
                          dail
                          last edited by

                          @Meta-Chuh @sbaumann-hm

                          Keep in mind the builds on appveyor do not use the Boost regex engine so some parts (regular expression searching/replacing, function list possibly URL highlighting) might not work as expected.

                          1 Reply Last reply Reply Quote 0
                          • Ben VorisB
                            Ben Voris
                            last edited by

                            @Meta-Chuh @MAPJe71, Thank you. Copying only the program worked

                            1 Reply Last reply Reply Quote 0
                            • donhoD
                              donho @Thunder T
                              last edited by

                              @Thunder-T
                              Cannot reproduce it at all in v7.5 64 bits.
                              Could you copy your debug info here?

                              1 Reply Last reply Reply Quote 0
                              • donhoD
                                donho @ImSpecial
                                last edited by

                                @ImSpecial

                                I wanna bring this up again so it doesn’t get looked over, but was there a reason Notepad++ now creates an empty folder in “AppData/Local/Notepad++”?
                                Quite a few people are pretty annoyed that this program is no longer stealth anymore. The folder seems to serve no purpose either, I’m hoping this is a bug.

                                It’s indeed a bug. It’ll be fixed in the next release.
                                Thank you for the heads up.

                                1 Reply Last reply Reply Quote 0
                                • CosmicPenguin2C
                                  CosmicPenguin2
                                  last edited by

                                  I (CosmicPenguin2 @CosmicPenguin2) have been hanging out for months in https://gitter.im/notepad-plus-plus/notepad-plus-plus helping people. Now lots of them are asking how to get the missing Plugin Manager, and I or dail8859 have to answer them. Many users are technically naive and will have difficulties manually placing files into program directories. Removing the Plugin Manager was a very aggravating “solution” to a non-existent “problem”. Nobody ever complained about the ad in it. Please put it back until you’ve written and debugged the new one. Thanks for all your wonderful work!

                                  1 Reply Last reply Reply Quote 1
                                  • StanDogS
                                    StanDog
                                    last edited by

                                    @Donho
                                    I’m not sure, if it was a good idea to remove the existing plugin manager as long as there is no other one available. This leaves people without anything left. And their system might have plugin files left, which they now have to remove manually (in case of uninstallation before a re-installation).

                                    The removal of Dave’s plugin manager in such a way (no communication, no thanking for all the contribution, no previous announcement, creation of a “competing” plugin manager) will probably not increase others sympathy for the Notepad++ project. I am personally not happy in which way one free project kicked another free project out… especially a project (the plugin manager), which contributed so much to the Notepad++ community for so many years, and which allowed other developers to create plugins for this editor. Imho, a quite big part of Notepad++'s success can be attributed to Dave’s plugin manager and the plugins of developers, which extended Notepad++'s functionality significantly. Seeing how many gigabytes traffic alone the plugin list produces, it would be interesting to estimate, how many people used plugins through the plugin manager’s distribution system.

                                    I just wanted to say this personal opinion as a plugin developer, because I’m not sure if I would like to continue to contribute to this project in the future.

                                    1 Reply Last reply Reply Quote 1
                                    • Neil LaslettN
                                      Neil Laslett
                                      last edited by

                                      I just wanted to strongly second @StanDog 's post. For me, the magic of Notepad++ is purely in the Plugin Manager. There are numerous text editors out there. And no offense, there’s nothing that special about that. What IS (or WAS) special about np++ was I could jump on and immediately tap into an amazing community and library of plugins to do…anything. Need to parse an XML file? JSLint some minimized JSON? Text markup for some legacy ColdFusion site? Done. No problem.

                                      Now you’ve yanked the rug out from under everybody, with no replacement, and no acknowledgement. And all because of a silly sponsor ad? Not only have you removed the plugin bootstrapper, but you’ve potentially fractured the community, as now there is uncertainty about where the definitive plugin repo is / will be.

                                      I know I can manually find, download, and install the PM dll but that’s not the point. Who wants to have to manually configure their text editor before they can get to work?

                                      1 Reply Last reply Reply Quote 2
                                      • AlbertoGPA
                                        AlbertoGP @donho
                                        last edited by

                                        @donho said:

                                        @juanmalunatic It has been a while that Scintilla has not been updated.
                                        We will update it in the next major version.

                                        When you do, watch out for the change in text selection behaviour introduced in Scintilla 3.7.3:
                                        “Display block caret over the character at the end of a selection to be similar to other editors.”

                                        I’ve written the details at the Scintilla bug report:
                                        https://sourceforge.net/p/scintilla/bugs/1924/

                                        We are discussing what to do about this in two other editors that use Scintilla:

                                        • Textadept: https://foicica.com/lists/code/201709/4051.html
                                        • Geany: https://github.com/geany/geany/issues/1442

                                        If we end up doing our own patch to fix this, it would be good to coordinate Notepad++, Geany and Textadept to avoid having different APIs in each editor.

                                        1 Reply Last reply Reply Quote 2
                                        • veleekV
                                          veleek
                                          last edited by

                                          @Donho, has there been any further conversation with @bruderstein around a potential solution for the plugin manager issue. I just want to second the thoughts of @StanDog and @Neil-Laslett that outright removal without any discussion (that we can see) is a bit frustrating.

                                          I love Notepad++. It’s fast and always works and I intend to continue using it. I also love the Plugin Manager. I’m used to it always being available and it too does exactly what I expect it to quickly and reliably. What can we do to help return this relationship to where it once was?

                                          1 Reply Last reply Reply Quote 1
                                          • cpmcgrathC
                                            cpmcgrath @bruderstein
                                            last edited by

                                            @bruderstein said:

                                            I’ve just received an offer from the sponsors to continue without the logo, and just with the text.

                                            @donho how does that sound? I totally understand either way.

                                            Just my 2 cents as an end user. I think that sounds reasonable. It’s not too different from putting an attribution in for using an open source library.

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