Community
    • Login

    Notepad++ 7.5.5 release

    Scheduled Pinned Locked Moved Announcements
    release
    48 Posts 22 Posters 73.3k 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.
    • Artur HarisonA
      Artur Harison
      last edited by Artur Harison

      Yes F12 Post-It. (Fullscreen window) :))
      And i finded problem, it MenuIcons.dll.
      Thank you!

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

        In release 7.5.5 add many text. But you forget add thiss lines.
        And **donho ** i sended a new version Russian translate.


        Recovery initiating
        Notepad++ will attempt to save any unsaved data. However, dataloss is very likely.


        Recovery success
        Notepad++ was able to successfully recover some unsaved documents, or nothing to be saved could be found.
        You can find the results at :
        $STR_REPLACE$


        Save failed
        The file cannot be saved and it may be protected.
        Do you want to launch Notepad++ in Administrator mode?

        1 Reply Last reply Reply Quote 0
        • miaXcovaM
          miaXcova @Scott Sumner
          last edited by

          @Scott-Sumner said:

          @miaXcova

          It is really hard for Notepad++ (or plugins) to know what to reliably do for unsaved (“new X”) files–any reason you don’t actually save Perl files to disk with a .pl extension before doing what you are doing? You might have better luck that way. No real idea though as I don’t use the “Compare” plugin, which I’m guessing you are using because Notepad++ itself doesn’t have a “diff” capability.

          It seems like people really want to push the capability of Notepad++ when it comes to “new X” files, which really only exist as a convenience in the brief life of a file before giving it a name, or as the rawest of all “scratchpad” areas.

          I should have used more emphasis that this happens with any language and any file, regardless of new or saved.

          Screenshot using two saved .pl files

          Screenshot of my plugin manager

          Screenshot of the compare about screen

          I actually didn’t realize until now that the diff I have been using for years was actually a plugin. I assumed that since it came with the Notepad++ installation that it was part of that package. It also seems that the Compare plugin I have installed is very old and outdated (released 2011). I will try to update to a newer version of Compare. Thanks @PeterJones for pointing me in the right direction.

          Being that my Compare version is so out of date, is it possible that I installed Compare externally at some point and simply do not remember, or is Notepad++ being packaged with an old version?

          Scott SumnerS 1 Reply Last reply Reply Quote 2
          • Scott SumnerS
            Scott Sumner @miaXcova
            last edited by

            @miaXcova

            I don’t think that Notepad++ ever shipped with the Compare plugin bundled, but it is possible either I don’t remember it or it was before 6.7.5 (which was the version I started with).

            I really think you should bring things up-to-date and try it out again before pursuing your issue any further…

            1 Reply Last reply Reply Quote 1
            • miaXcovaM
              miaXcova
              last edited by

              I just updated Compare to version 2.0 and the problem I was having seemed to magically disappear. I’m not sure I like the new keyboard shortcuts, but I can get used to them. Thanks again to Peter for getting me started in the right direction.

              @Scott-Sumner
              You might be right about Compare not being bundled. If I really start to care enough, I will uninstall Notepad++ on my home computer and make sure the directory is deleted then reinstall to see if it actually is bundled.

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

                Interesting. I had an ancient note that hinted that Compare plugin might have been pre-installed back when I started, in the NPP 5.7-era. I downloaded and checked the 5.7 zipfile, and saw that Compare.dll was included in 5.7. So, I checked some others: 6.0 didn’t have it, 5.8 and 5.9.0 did, but 5.9.8 did not. (Oh, now I see that the release pages listed the included plugins, so I didn’t have to download the zips; oh well.) By the download pages: 5.9.3-5.9.6.2 had the Compare plugin for ANSI, but not UNICODE, and 5.9.8 was the first UNICODE-only release, and thus kept the habit of not including the Compare plugin by default.

                But as of 5.9.6.2, it was still on Compare v1.5.5, which is older than the Compare v1.5.6 that @miaXcova showed in the “about screen” screenshot, so either it was manually installed at some point, or … checking: nope, the release notes were wrong; the 5.9.6.2 bundle came with Compare v1.5.6.1. So apparently, if @miaXcova’s original installation came bundled with Compare, it came from that era. Not overly helpful, but I was too curious to leave it hanging.

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

                  @miaXcova , glad it’s working. Don’t bother with re-installing fresh; I just did the research and saw that Compare stopped being bundled as of 5.9.8.

                  miaXcovaM 1 Reply Last reply Reply Quote 1
                  • Scott SumnerS
                    Scott Sumner @miaXcova
                    last edited by Scott Sumner

                    @miaXcova said:

                    not sure I like the new keyboard shortcuts

                    Change them then!
                    Settings (menu) -> Shortcut Mapper… -> Plugin commands (tab)

                    reinstall to see if it actually is bundled

                    Well, it’s not bundled NOW (and very-likely never was)…so you’d have to note the version you had and then reinstall that specific old version to confirm…but really, is it worth doing all that?

                    1 Reply Last reply Reply Quote 2
                    • miaXcovaM
                      miaXcova @PeterJones
                      last edited by

                      @PeterJones said:

                      @miaXcova , glad it’s working. Don’t bother with re-installing fresh; I just did the research and saw that Compare stopped being bundled as of 5.9.8.

                      Thanks for doing that homework for us. I’m glad it wasn’t something I did, and evidently just had an old installation. Hopefully this will help someone else with the same condition.

                      @Scott-Sumner said:

                      Settings (menu) -> Shortcut Mapper… -> Plugin commands (tab)

                      Thanks for that tip! Never even been to that screen.

                      1 Reply Last reply Reply Quote 2
                      • YaronY
                        Yaron
                        last edited by

                        @miaXcova,

                        I just updated Compare to version 2.0 and the problem I was having seemed to magically disappear.

                        Let’s thank Pavel Nedev for performing this magic and many others. :)
                        https://github.com/pnedev/compare-plugin

                        The old Alt+D has been removed in order to avoid conflict with Windows convention of Alt+LETTER opening the menu.

                        As @Scott-Sumner has pointed out you can restore that combination.

                        1 Reply Last reply Reply Quote 1
                        • ArkadiuszMichalskiA
                          ArkadiuszMichalski
                          last edited by

                          @donho
                          Please fix this regression:
                          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4313

                          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