Community

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

    Notepad++ 7.7.1 Release

    Announcements
    21
    52
    19488
    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.
    • AngryGamer
      AngryGamer last edited by

      @donho Check PR#5843

      1 Reply Last reply Reply Quote 0
      • gr-hayduk
        gr-hayduk @gr-hayduk last edited by

        @gr-hayduk
        Hello,
        The issue with typing Polish characters in ANSI mode is correctly fixed with npp 7.7.1 (previously I’ve got 7.7, I’ve must have updated on another machine).
        But there’s still issue with switching ANSI encoding to Windows 1250 encoding, which changes tab settings for Perl scripts (to 8 chars, I have default 4 and perl style uses default).

        Regards

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

          Dear Notepad++ Community,

          I had the same problem, my plugins don’t work after update. I have x64 version, the issue is not the x86 because I have no warning for that.

          HexEditor and my own plugin (https://github.com/gaebor/NppPlugin/tree/master/rel/Win_Unicode_x64) both stopped working.

          I went back to release 7.5.9 which was the last one working. After that 7.6 and 7.6.1 complained about HexEditor (x64, Unicode https://sourceforge.net/projects/npp-plugins/files/Hex Editor/Hex Editor Plugin v0.9.5/)

          After that (7.6.2 and onward) they just stop working (although the dll-s present in the same location)

          andrecool-68 2 Replies Last reply Reply Quote 1
          • andrecool-68
            andrecool-68 @gaebor last edited by andrecool-68

            @gaebor This plugin has not been supported for 10 years.
            Test this build https://github.com/chcg/NPP_HexEdit

            1 Reply Last reply Reply Quote 0
            • andrecool-68
              andrecool-68 @gaebor last edited by

              @gaebor

              Imgur

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

                @andrecool-68 that’s the one I used, only an older version.
                But HexEditor9.5.19 (https://github.com/chcg/NPP_HexEdit/releases) has the same issue: works for 7.5.9, doesn’t work for 7.7 :(

                andrecool-68 1 Reply Last reply Reply Quote 0
                • Michael Vincent
                  Michael Vincent last edited by Michael Vincent

                  From 7.5 to 7.7 there was a change on where / how the plugins are located. Are the plugins in their own directories in the plugins directory, i.e.,

                  PS VinsWorldcomT@..\notepad++\plugins> tree .\HexEditor\
                  .\HexEditor\
                  `-- HexEditor.dll
                  

                  FYI: I’ve been using HexEditor 0.9.5 in N++ every version since 6.something. I certainly worked for me in all the versions mentioned here, 7.5.9, 7.7 and 7.7.1.

                  1 Reply Last reply Reply Quote 2
                  • andrecool-68
                    andrecool-68 @gaebor last edited by

                    @gaebor
                    HexEditor plugin for Notepad ++ … is a child’s toy!
                    I use full editors!

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

                      The “silent” installation switch (/s) doesn’t seem to be working anymore.

                      andrecool-68 1 Reply Last reply Reply Quote 0
                      • andrecool-68
                        andrecool-68 @MichielOverweel last edited by andrecool-68

                        @MichielOverweel For the installer nsis, the key /s has not been canceled!
                        start /wait setup.exe /s

                        1 Reply Last reply Reply Quote 1
                        • MichielOverweel
                          MichielOverweel last edited by

                          @andrecool-68 I’m using the installer that’s available for download (npp.7.7.1.Installer.x64.exe). When I start that one with the “/s” switch, the installation runs interactively instead of silently. This used to work up to version 7.7.

                          andrecool-68 SinghRajenM 2 Replies Last reply Reply Quote 0
                          • andrecool-68
                            andrecool-68 @MichielOverweel last edited by andrecool-68

                            @MichielOverweel Run this:
                            start /wait npp.7.7.1.Installer.x64.exe /s
                            Or so:
                            npp.7.7.1.Installer.x64.exe /s

                            1 Reply Last reply Reply Quote 0
                            • MichielOverweel
                              MichielOverweel last edited by

                              @andrecool-68 Yes, that’s what I’m doing. Have you tried this yourself? Does it work for you?

                              andrecool-68 2 Replies Last reply Reply Quote 0
                              • andrecool-68
                                andrecool-68 @MichielOverweel last edited by

                                @MichielOverweel
                                It always works for me!
                                I can run any installer from the command line!

                                1 Reply Last reply Reply Quote 0
                                • andrecool-68
                                  andrecool-68 @MichielOverweel last edited by

                                  @MichielOverweel If this is a big problem for you, then use this utility:
                                  https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Silent-key-finder.shtml
                                  She can install the installer in stealth mode, and show the keys for a silent installation.

                                  1 Reply Last reply Reply Quote 0
                                  • sarcanon
                                    sarcanon last edited by

                                    The menu command Edit->Line Operations->Sort Lines as Integers Ascending broke in this 7.7.1 (64-bit) release. I.e., it does attempt to sort the lines, but the ordering is off. I can’t figure out exactly what ordering it is applying, but while ordered in some fashion, it’s clearly not correct.

                                    It was working in 7.7, and when I reverted to 7.7 from 7.7.1, it began working again. So it’s definitely a regression in 7.7.1. I can provide a longish (140KB) file containing a list of IP addresses that reproduces the issue, if necessary.

                                    Thank you.

                                    Ekopalypse 1 Reply Last reply Reply Quote 0
                                    • Ekopalypse
                                      Ekopalypse @sarcanon last edited by

                                      @sarcanon

                                      Commit has been already made.

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

                                        @MichielOverweel said:

                                        @andrecool-68 I’m using the installer that’s available for download (npp.7.7.1.Installer.x64.exe). When I start that one with the “/s” switch, the installation runs interactively instead of silently. This used to work up to version 7.7.

                                        @MichielOverweel, you need to use /S instead of /s flag for silent mode installation. Mind capital S here.

                                        1 Reply Last reply Reply Quote 5
                                        • MichielOverweel
                                          MichielOverweel last edited by

                                          @SinghRajenM That did the trick. Thanks!

                                          SinghRajenM 1 Reply Last reply Reply Quote 3
                                          • SinghRajenM
                                            SinghRajenM @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.

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