Community

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

    Notepad++ 7.5 release

    Announcements
    32
    58
    99893
    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.
    • th_user_
      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
      • MAPJe71
        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_ 1 Reply Last reply Reply Quote 3
        • Meta Chuh
          Meta Chuh 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 Voris 1 Reply Last reply Reply Quote 0
          • Ben Voris
            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

            MAPJe71 1 Reply Last reply Reply Quote 0
            • MAPJe71
              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_
                th_user_ @MAPJe71 last edited by

                @MAPJe71 Perfect, thank you.

                1 Reply Last reply Reply Quote 0
                • dail
                  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 Voris
                    Ben Voris last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • donho
                      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
                      • donho
                        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
                        • CosmicPenguin2
                          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 2
                          • StanDog
                            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 2
                            • Neil Laslett
                              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 3
                              • AlbertoGP
                                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
                                • veleek
                                  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
                                  • cpmcgrath
                                    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
                                    • Vinod Jacob
                                      Vinod Jacob last edited by

                                      Any updates on the new version of plugin manager as mentioned in your post?
                                      Has any work started on a new Plugin Manager as it is about to be going on a year.
                                      Please let us know with an update.

                                      Thanks,
                                      Vinod

                                      Scott Sumner 1 Reply Last reply Reply Quote 0
                                      • Scott Sumner
                                        Scott Sumner @Vinod Jacob last edited by

                                        @Vinod-Jacob

                                        Any updates on the new version of plugin manager

                                        I don’t think you are going to see any replies to that query from the N++ author. Maybe the best you can do is look in the codebase for related commits and infer status from that. Example: I see something on 2018-04-30 that seems related…

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