Community

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

    Notepad++ v7.3.1

    Announcements
    release
    11
    19
    23557
    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.
    • donho
      donho last edited by

      Do you know…
      MD5 of “Notepad++ v7.3.1 is available on https://goo.gl/3IoBLy” is
      7657f258f84a3954bd362c3f414aec4c

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

        I just wanted to let you know, that the “Pending Actions bug” now seems to be fixed. Maybe because that I have deleted the Notepad++ Folder under %USERPROFILE%\AppData\Roaming\Notepad++ if someone else still has that behavior.

        I would also mension that the Uninstaller should also delete that Folder as someone choose to not Keep custom Settings. But ist just a Suggestion.

        Thanks donho if it was something you changed in 7.3.1 in compared to 7.3.

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

          @donho can you package the latest release of plugin manager (v1.4.3) ?
          https://github.com/bruderstein/nppPluginManager/releases/latest

          1 Reply Last reply Reply Quote 4
          • batagy
            batagy last edited by

            It’s a bit distracting that 7.3 Hungarian (and possibly others too) translation update was still not included in 7.3.1 release! There was a PR created for 7.3 with a lot items updated. Even if some few items from 7.3.1 new feature was not yet done, it should be included ! Thanks! György

            1 Reply Last reply Reply Quote 0
            • Sam Sung
              Sam Sung last edited by

              Settings/Preferences/Default Directory: Use new style save dialog

              Reverts to checked when program restarted

              This was OK in version 7.3.0

              Scott Shao 1 Reply Last reply Reply Quote 3
              • Alan Chronos
                Alan Chronos last edited by

                In 7.3.0 was possible to save the session even with unsaved files. It was useful because it allowed me to take some quick notes without the need to add a new file each time, but now looks like that it has been removed.

                Claudia Frank 1 Reply Last reply Reply Quote 0
                • Claudia Frank
                  Claudia Frank @Alan Chronos last edited by

                  @Alan-Chronos

                  Did you check if settings are still set.
                  Settings->preferences->backup
                  Remember current session …
                  and
                  enable session snapshot …

                  Cheers
                  Claudia

                  Alan Chronos 1 Reply Last reply Reply Quote 1
                  • Alan Chronos
                    Alan Chronos @Claudia Frank last edited by

                    @Claudia-Frank Uh, it worked perfectly! Thank you very much!

                    1 Reply Last reply Reply Quote 0
                    • Scott Shao
                      Scott Shao @Sam Sung last edited by

                      @Sam-Sung said:

                      Settings/Preferences/Default Directory: Use new style save dialog

                      Reverts to checked when program restarted

                      This was OK in version 7.3.0

                      Having the same issue. :( Should I just use 7.3.0 instead? What does the new version offer any ways?

                      Claudia Frank 1 Reply Last reply Reply Quote 0
                      • Claudia Frank
                        Claudia Frank @Scott Shao last edited by

                        @Scott-Shao

                        Every new version shows the changes whens started first.
                        The file is located in the installation directory and is called change.log.

                        Concerning your issue - you can open an issue here.

                        Cheers
                        Claudia

                        1 Reply Last reply Reply Quote 0
                        • Artur Harison
                          Artur Harison last edited by

                          I have problem with Windows 10 (64). When you run the NP ++ (x86 version) as an administrator, drag-drop file in window, does not work.

                          Claudia Frank 1 Reply Last reply Reply Quote 0
                          • Claudia Frank
                            Claudia Frank @Artur Harison last edited by

                            @Artur-Hareson

                            I assume that the access rights from source to destination are different.
                            E.g. when starting explorer with a normal user account and you want to drag
                            something into an application with evaluated rights than it get rejected
                            as otherwise you would cancel the whole permission concept.

                            Cheers
                            Claudia

                            1 Reply Last reply Reply Quote 0
                            • Artur Harison
                              Artur Harison last edited by Artur Harison

                              Video


                              Some files are automatically defined as Mackintosh instead of the Windows-1251.
                              The problem occurs only when using the Cyrillic alphabet.

                              Claudia Frank 1 Reply Last reply Reply Quote 0
                              • Claudia Frank
                                Claudia Frank @Artur Harison last edited by

                                @Artur-Hareson

                                I’m a little bit confused by the video and the new text.
                                Video shows the previous question about privileges
                                whereas the new text indicates an encoding issue.
                                So I assume you do have two different issue.

                                Concerning the video let me try to explain what happens (or what doesn’t happen)
                                With introduction of UAC Microsoft changed their security concept and allowed
                                that different process with different privilege levels run on the desktop. This means,
                                that if you logon as a normal user explorer.exe gets started with the security token
                                of this normal user. When you start npp as administrator this process gets elevated rights,
                                meaning different security token.
                                The desktop where your file is located belongs to the explorer.exe process - if you drag this file
                                (as normal user) into npp (which run elevated) the security tokens don’t match and therefore it gets
                                rejected. You can only open the file if you use the file dialog menu from npp or when starting another
                                instance from explorer as administrator and dragging the file from it.
                                If you want to get more details about how exactly this works I would recommend searching the web for

                                • User account control (UAC)
                                • Mandatory Integrity Control (MIC) and
                                • User Interface Privilege Isolation (UIPI)

                                About the encoding - yes this can happen - there is no guarantee that npp finds the “correct” codec.
                                I tried to explain this already here.

                                Cheers
                                Claudia

                                Artur Harison 1 Reply Last reply Reply Quote 1
                                • Artur Harison
                                  Artur Harison @Claudia Frank last edited by

                                  @Claudia-Frank
                                  Thanks for clarifying.

                                  About Mackintosh
                                  I just turn off ‘auto encoding character’ option.

                                  1 Reply Last reply Reply Quote 0
                                  • Tom Arn
                                    Tom Arn last edited by

                                    File with german umlaute not working
                                    I created a text file with the Windows Notepad which contains german umlaute (e.g. ä ö ü=0x4e 0xf6 0xfc) and saved it with ANSI encoding. When I open this file with Notepad++ v7.3.1 the file encoding is shown as Windows-1255 and the umlaute are rubbish.

                                    The same even happens if I create a new file with ANSI encoding in Notepad++ and enter some umlaute.
                                    When I save and reload from disk, the encoding changes to Windows-1255 and the umlaute are rubbish.

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

                                      Try disabling “Autodetect character encoding” in Preferences->MISC. It sometimes produces odd results.

                                      1 Reply Last reply Reply Quote 0
                                      • Artur Harison
                                        Artur Harison last edited by

                                        Strange behavior when copying the search results.
                                        Context menu and Ctrl + C .
                                        Problem of copying (video)

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

                                          @Artur-Hareson This is the expected behavior.

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