Community
    • Login

    Notepad++ v7.3 release

    Scheduled Pinned Locked Moved Announcements
    23 Posts 15 Posters 48.2k Views 4 Watching
    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.
    • dailD Offline
      dail
      last edited by

      Hi Don. Could you package the newer PluginManager (v1.4.3) with the 32-bit Notepad++ release? The past few N++ versions has downgraded the PluginManager to a prior version (v1.3.5) then always wants to re-update itself.

      Romano KasteelR 1 Reply Last reply Reply Quote 2
      • neilimeN Offline
        neilime
        last edited by

        Hi,

        I’m using notepad++ x64 v7.3 on windows 7 ultimate x64, I cannot make notepad++ the default application for any files. The same issue appends for notepad++ v7.2, but was not fixed.

        Thank you.

        1 Reply Last reply Reply Quote 0
        • C Offline
          cmeriaux
          last edited by

          @donho in your new dialog “Generate MD5 digest” (md5Dlgs.rc) , the edit text “IDC_MD5_TEXT_EDIT” don’t print the “\n” : it prints only one line even if the clipboard contained multiple lines.

          1 Reply Last reply Reply Quote 0
          • Romano KasteelR Offline
            Romano Kasteel @dail
            last edited by

            @dail That’s also what I meant with https://notepad-plus-plus.org/community/topic/12801/notepad-v7-2-2-released/10

            1 Reply Last reply Reply Quote 0
            • C Offline
              cmeriaux
              last edited by

              @donho in your delivery repository, you have to update the PluginManager with the latest one. URL: https://github.com/bruderstein/nppPluginManager/releases/latest v1.4.3

              1 Reply Last reply Reply Quote 1
              • batagyB Offline
                batagy
                last edited by

                Hi Don,

                And in addition to the PluginManager, it would be nice to include latest translations. I for example updated the Hungarian translation before the 7.3 release, but it was still not included in release. Thanks a lot for nice work!

                1 Reply Last reply Reply Quote 0
                • Mirek Paweł PiotrM Offline
                  Mirek Paweł Piotr
                  last edited by

                  Please add middle mouse button scroll possibility in main window (with scripts)

                  1 Reply Last reply Reply Quote 0
                  • chcgC Offline
                    chcg
                    last edited by

                    @donho For npp export plugin I created a github repo and update the code for x64 and current n++ plugin interface as jens lorenz seems to be inactive, see https://github.com/chcg/NPP_ExportPlugin/releases/tag/0.2.8.6 for a release from appveyor which you might include for x64

                    1 Reply Last reply Reply Quote 1
                    • Stephan MaucherS Offline
                      Stephan Maucher
                      last edited by

                      @donho Thanks for the new release.

                      Would it be possible to revise the config.xml “noAutoUpdate” setting?

                      I have outlined the issue here:
                      https://notepad-plus-plus.org/community/topic/12927/unattended-installation-auto-update-disabled

                      1 Reply Last reply Reply Quote 0
                      • area webbA Offline
                        area webb
                        last edited by area webb

                        Hi, i’ve auto-updated today from v6.9 to v7.2 and cannot open windows network drives ( I’m not sure they’re called like this, I’m not using Window in english) - created when you go to My Computer and click ‘Add network drive’… so for example I have virtual drive Y: mapped to \\192.168.0.25\web . Notepad++ doesn’t show these when I go to Open -> My Computer .
                        Also doesn’t work from Explorer -> right-click -> Open with Notepad++

                        My OS is Win8.1 Pro x64.
                        Bye

                        1 Reply Last reply Reply Quote 0
                        • theodorejbT Offline
                          theodorejb
                          last edited by

                          I really wish Notepad++ would remember my scroll position when switching between tabs, rather than always jumping to the top of the file. Didn’t it use to do this in previous versions?

                          1 Reply Last reply Reply Quote 0
                          • Vitaliy DovganV Offline
                            Vitaliy Dovgan
                            last edited by

                            What about updating to latest version of Scintilla, by the way?
                            These 2 changes themselves makes me really want it! -

                            • Version 3.7.0 improves word selection, navigation, and manipulation for UTF-8 documents.
                            • Version 3.6.6 enables C++11 <regex> by default.
                            1 Reply Last reply Reply Quote 0
                            • C Offline
                              cmeriaux
                              last edited by

                              @area-webb check-out this post : https://notepad-plus-plus.org/community/topic/12688/scintilla-3-7-0
                              I released a completely experimental nightly build with Scintilla 3.7.0 embedded.

                              1 Reply Last reply Reply Quote 1
                              • chcgC Offline
                                chcg
                                last edited by

                                @Vitaliy-Dovgan n++ is using the regex functionality from boost, so c++11 regex wasn’t considered usefull as it just supports ECMAScript syntax, see http://www.cplusplus.com/reference/regex/ and not PCRE, see http://www.boost.org/doc/libs/1_55_0/libs/regex/doc/html/boost_regex/syntax.html and therefore notepad++ would loose functionality

                                1 Reply Last reply Reply Quote 1
                                • David BaileyD Offline
                                  David Bailey
                                  last edited by

                                  When I use MD5 /generate into clipboard, the result doesn’t match that obtained by running MD5sums (v 1.2) on the file itself. Maybe I have misunderstood what this does.

                                  If I use the MD5/generate option, the result is a rather bare dialog. I suppose it is obvious, but shouldn’t it say supply string for MD5?

                                  donhoD 1 Reply Last reply Reply Quote 0
                                  • donhoD Offline
                                    donho @David Bailey
                                    last edited by

                                    @David-Bailey From what do you try to generate?
                                    From an unicode text?

                                    1 Reply Last reply Reply Quote 0
                                    • David BaileyD Offline
                                      David Bailey
                                      last edited by

                                      @donho Yes, NP++ encoding was (probably) set to UTF8 (without a BOM)

                                      David

                                      1 Reply Last reply Reply Quote 0
                                      • Juan Manuel PedrosaJ Offline
                                        Juan Manuel Pedrosa
                                        last edited by

                                        Hi, in the previous version, notepad could persist unsaved files when closed, now it requires that this files be saved or it won’t restore them on a new instance. Is this a desired behaviour?

                                        Claudia FrankC 1 Reply Last reply Reply Quote 0
                                        • Claudia FrankC Offline
                                          Claudia Frank @Juan Manuel Pedrosa
                                          last edited by

                                          @Juan-Manuel-Pedrosa

                                          Check the following setting
                                          Settings->Preferences->Backup
                                          Is Remember current session for next launch and
                                          Enable session snapshot and periodic backup checked?

                                          Cheers
                                          Claudia

                                          Juan Manuel PedrosaJ 1 Reply Last reply Reply Quote 0
                                          • Juan Manuel PedrosaJ Offline
                                            Juan Manuel Pedrosa @Claudia Frank
                                            last edited by

                                            @Claudia-Frank Hi Claudia, “Enable session snapshot and periodic backup” wasn’t checked, now it works fine, could it be that the notepad update change this setting?

                                            Claudia FrankC 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors