Community
    • Login

    Notepad++ 7.7.1 Release

    Scheduled Pinned Locked Moved Announcements
    52 Posts 21 Posters 39.7k 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.
    • MichielOverweelM
      MichielOverweel
      last edited by

      @SinghRajenM That did the trick. Thanks!

      SinghRajenMS 1 Reply Last reply Reply Quote 3
      • SinghRajenMS
        SinghRajenM moderator @MichielOverweel
        last edited by

        @MichielOverweel said:

        @SinghRajenM That did the trick. Thanks!

        @MichielOverweel , Thank you! Glad to know that it helped you. Just for your reference, actually it is not a trick, but nsis installer design behavior.

        From Nsis developer reference doc
        There are several methods to make an installer or an uninstaller silent:

        1. SilentInstall and SilentUninstall
        2. SetSilent
        3. Passing /S on the command line (case sensitive)

        However, (from developer perspective) there are ways to make /S flag case insensitive (e.g. parse command line parameters and take care of /S or /s). Even in most of commercial s/w (at least which I developed or worked upon), command line flag is case insensitive.

        Once I get time, I will try to create a PR to make command line flag is case insensitive. Hope that may come in next release, if @donho likes.

        MichielOverweelM 1 Reply Last reply Reply Quote 4
        • MichielOverweelM
          MichielOverweel @SinghRajenM
          last edited by

          @SinghRajenM said:

          Once I get time, I will try to create a PR to make command line flag is case insensitive. Hope that may come in next release, if @donho likes.

          I’ve deployed many Notepad++ versions using the “/s” (lower case) switch without issues. I understand that the switch is supposed to be “/S” (upper case) and that this is by design, but up until version 7.7.1, it has always worked using the lower case switch, so I still feel that something has changed in this version. Anyway, I’m happy to use the upper case switch from now on.

          1 Reply Last reply Reply Quote 0
          • gaeborG
            gaebor
            last edited by

            @Michael-Vincent that fixed it, thx for the info!

            1 Reply Last reply Reply Quote 0
            • Hùng KinH
              Hùng Kin
              last edited by

              Help! Does anyone know how to restore lost Notepad ++ files erro " null null null " … My computer has been left from charge and the file was erro. I dont see any thing on backup file folder and how to restore the file ?

              1 Reply Last reply Reply Quote 0
              • PeterJonesP
                PeterJones
                last edited by

                @Hùng-Kin said:

                Notepad ++ files erro " null null null "

                I’m sorry for your loss.

                This is much less common with recent versions. Are you using Notepad++ v7.7.1 (the newest version)? If so, then the bug needs to be reported and investigated here. If not, see the “advice” section, below

                debugging issue

                If you are using v7.7.1, please confirm this by going to the ? menu, selecting Debug Info and Copy debug info into clipboard and paste it here.

                otherwise, it’s not a problem with v7.7.1, and you should follow the advice below and possibly open a new thread in Help Wanted section if you think your circumstances are different than mentioned below and in linked files

                advice

                Advice for recovering files has been given lots of times in this forum, including https://notepad-plus-plus.org/community/topic/17302/notepad-shows-null-null-after-crash/3. Search for “null crash” using the forum search to find others. The usual locations for backups are %appdata%\notepad++\backup, which will only be populated if you had enabled **Settings > Preferences > Backup > ** ☐ Enable session snapshot and periodic backup and if the crash occurred when the data had not been saved to disk. If you enabled ☐ Simple or ☐ Verbose in Settings > Preferences > Backup >, it will be either as .bak in the file’s current directory, or .\nppBackup\___.bak, or in whatever directory you defined as the custom backup directory. If you did not have backup-on-save enabled already, or if you didn’t have periodic-backup enabled on an unsaved file, nothing you can do now will fix that. There are file recovery utilities that exist, which can be found in other threads by searching.

                1 Reply Last reply Reply Quote 2
                • Димитър Тасев205Д
                  Димитър Тасев205
                  last edited by

                  @donho Something is not working on your website. When I try to download any version of NPP(exe, 7z or zip) it just tells me that there was an error “Error 503 Backend fetch failed”. Forcing update also doesn’t work.

                  1 Reply Last reply Reply Quote 0
                  • David DawesD
                    David Dawes @andrecool-68
                    last edited by

                    @andrecool-68 said:

                    Such as?

                    David DawesD 1 Reply Last reply Reply Quote 0
                    • David DawesD
                      David Dawes @David Dawes
                      last edited by

                      @David-Dawes Sorry. Regarding HexEditor being a toy. What do you use?

                      andrecool-68A 1 Reply Last reply Reply Quote 0
                      • andrecool-68A
                        andrecool-68 @David Dawes
                        last edited by andrecool-68

                        @David-Dawes
                        HxD https://mh-nexus.de/en/hxd/
                        WinHex https://www.x-ways.net/winhex/

                        1 Reply Last reply Reply Quote 2
                        • jim-softwareJ
                          jim-software @Meta Chuh
                          last edited by

                          @Meta-Chuh I have the same problem with the plugins. I cannot re-install the plugins because the plugin manager is gone too. My plugins are located in the Notepad++\plugins folder, not in separate directories.
                          I’ll try reinstalling and let you know if that works.

                          1 Reply Last reply Reply Quote 1
                          • PeterJonesP
                            PeterJones
                            last edited by

                            @jim-software said:

                            I cannot re-install the plugins because the plugin manager is gone too.

                            Plugin Manager is gone because it is not compatible with v7.6 or newer. Use the Plugins Admin, the new official built-in method of installing plugins, below the line in the Plugins menu, near the bottom.

                            My plugins are located in the Notepad++\plugins folder, not in separate directories.

                            Then they won’t work in Notepad++ v7.7.1. You either need to create the separate subfolders yourself and move the DLLs into those folders, or you need to use the Plugins Admin to install the plugins again.

                            I’ll try reinstalling and let you know if that works.

                            Installing Notepad++ again won’t move your plugins for you. See my second sentence in my previous paragraph.

                            jim-softwareJ 1 Reply Last reply Reply Quote 1
                            • jim-softwareJ
                              jim-software @PeterJones
                              last edited by

                              @PeterJones Thanks. I should have taken a screenshot because now I cannot remember if the Plugins Admin was there and I missed it or (as I believe) it was not there (probably just me not looking tho).
                              I uninstalled and said yes to delete my settings. Then, I reinstalled notepad++.
                              Now, I can plainly see the Plugins Admin.
                              I’ve reinstalled my plugins and all seems to be well.
                              Thanks for the help.

                              1 Reply Last reply Reply Quote 2
                              • Stan Mitchell130S
                                Stan Mitchell130
                                last edited by

                                When loading even small (5k) GEDCOM (*.ged) files, progress is extremely slow, an hourglass may be displayed and a “Not Responding” message appears in the Npp title bar. This behavior was first observed in version 7.7 but was never seen in 7.6.6 and earlier versions of Npp. In 7.6.6. and earlier versions, even several megabyte files loaded without noticeable delay.

                                Syntax highlighting for GEDCOM files depends upon the gedcomlexer plugin. The same version of the plugin was used for these tests with Npp 7.6.6, 7.7 and 7.7.1.

                                Is this an issue for Notepad++ or the plugin?

                                My configuration follows …
                                Notepad++ v7.7.1 (32-bit)
                                Build time : Jun 16 2019 - 21:14:50
                                Path : C:\Program Files (x86)\Notepad++\notepad++.exe
                                Admin mode : OFF
                                Local Conf mode : OFF
                                OS : Windows 10 (64-bit)
                                Plugins : gedcomlexer.dll mimeTools.dll NppConverter.dll NppExport.dll

                                1 Reply Last reply Reply Quote 0
                                • PeterJonesP
                                  PeterJones
                                  last edited by

                                  @Stan-Mitchell130 said:

                                  gedcomlexer plugin

                                  I do not know the details of that plugin. However, there was a change in the underlying scintilla (which is what the lexers interact with) between v7.6.6 and v7.7: scintilla was updated from v3.56 to v4.14; this changed how some plugins and lexers interact with scintilla, though I hadn’t heard of any that just slowed down signficantly. It may be that the gedcomlexer.dll will need to be updated to be more fully-compatible with scintilla v4.14. You should probably contact the maintainer of gedcomlexer.dll and see if they think their DLL needs upgrading to work with Notepad++ v7.7 / Scintilla v4.14 and beyond.

                                  1 Reply Last reply Reply Quote 1
                                  • Stan Mitchell130S
                                    Stan Mitchell130
                                    last edited by

                                    You should probably contact the maintainer of gedcomlexer.dll and see if they think their DLL needs upgrading to work with Notepad++ v7.7 / Scintilla v4.14 and beyond.

                                    Thanks Peter for your explanation. Unfortunately, it is the response I expected. Since I am the maintainer of the plugin, it looks like I have some work to do :)

                                    1 Reply Last reply Reply Quote 2
                                    • Michael VincentM
                                      Michael Vincent
                                      last edited by

                                      @Stan-Mitchell130 said:

                                      Since I am the maintainer of the plugin, it looks like I have some work to do

                                      Awesome! Not that you have to do extra work, but that you’re still maintaining your plugins. I see it available in the old Plugin Manager, but not the new Plugin Admin and I only see a 32-bit version. Is this it?:

                                      https://sourceforge.net/projects/gedcomlexer/files/GedcomLexer-0.3.3-r100/

                                      While you’re making improvements / updates, If you can:

                                      • make it 64-bit compatible and provide a VS Studio solution for both 32-bit (which you already have as Release|x86) and add 64-bit (Release|x64)
                                      • package it for Plugin Admin
                                      1 Reply Last reply Reply Quote 1
                                      • Stan Mitchell130S
                                        Stan Mitchell130
                                        last edited by

                                        Awesome! Not that you have to do extra work, but that you’re still maintaining your plugins.

                                        Hi, Michael. Yes, you have found the current gedcomlexer plugin - 32-bit only.

                                        The last maintenance was in January 2017, so it will be a bit painful to get back up to speed with the code. Back then, I had made a ticket to remind me to release an x64 version. At that time the Npp Plugin Manager was in a state of flux, so it never got done, but I’ll include that now.

                                        I’ve noticed that Npp occasionally adds languages from the Scintilla project, from SciLexer.dll. If I submit this lexer to the Scintilla project, would Npp add it as an internal language fairly soon?

                                        1 Reply Last reply Reply Quote 1
                                        • PeterJonesP
                                          PeterJones
                                          last edited by

                                          @Stan-Mitchell130 said:

                                          f I submit this lexer to the Scintilla project, would Npp add it as an internal language fairly soon?

                                          Unfortunately, not unless your definition of “fairly soon” is “within the next 2-5 years”, which was the approximate gap before the most-recent major Scintilla upgrade. Now that it’s back in modern scintilla, it should be easier to upgrade Scintilla more regularly (assuming they do mostly bug fixes, and not major feature-suite changes), but it’s not guaranteed that the development team will stay on top of that.

                                          There’s still no good reason to not submit your lexer to Scintilla, once you get it compatible with modern Scintilla.

                                          Alan KilbornA 1 Reply Last reply Reply Quote 0
                                          • Alan KilbornA
                                            Alan Kilborn @PeterJones
                                            last edited by

                                            @PeterJones

                                            Isn’t the very next Notepad++ release going to bump Scintilla to 4.20 from 4.15 (take my numbers with a grain of salt as they are off the top of my head without any checking)? [So, maybe no reason to be Scintilla-pessimistic just because the recent-to-mid history of Notepad++ had it going a long time without this type of upgrade] ;)

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