Community
    • Login

    Notepad++ v7.3.1

    Scheduled Pinned Locked Moved Announcements
    release
    19 Posts 11 Posters 24.5k 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.
    • cmeriauxC
      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
      • batagyB
        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 SungS
          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 ShaoS 1 Reply Last reply Reply Quote 3
          • Alan ChronosA
            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 FrankC 1 Reply Last reply Reply Quote 0
            • Claudia FrankC
              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 ChronosA 1 Reply Last reply Reply Quote 1
              • Alan ChronosA
                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 ShaoS
                  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 FrankC 1 Reply Last reply Reply Quote 0
                  • Claudia FrankC
                    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 HarisonA
                      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 FrankC 1 Reply Last reply Reply Quote 0
                      • Claudia FrankC
                        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 HarisonA
                          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 FrankC 1 Reply Last reply Reply Quote 0
                          • Claudia FrankC
                            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 HarisonA 1 Reply Last reply Reply Quote 1
                            • Artur HarisonA
                              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 ArnT
                                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
                                • gerdb42G
                                  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 HarisonA
                                    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
                                    • cmeriauxC
                                      cmeriaux
                                      last edited by

                                      @Artur-Hareson This is the expected behavior.

                                      1 Reply Last reply Reply Quote 0
                                      • PeterJonesP PeterJones locked this topic on
                                      • First post
                                        Last post
                                      The Community of users of the Notepad++ text editor.
                                      Powered by NodeBB | Contributors