Community
    • Login

    Notepad++ 7.7 Release

    Scheduled Pinned Locked Moved Announcements
    65 Posts 33 Posters 51.4k 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.
    • Meta ChuhM
      Meta Chuh moderator @donho
      last edited by

      @donho

      @chcg Could Plugin Manager be removed from the list ? Since it stops working for a while.

      we’ve already removed plugin manager from the plugins list about six weeks ago, but we have not implemented a forced deletion in unitTest.

      my apologies, i thought it was not necessary to force disable plugin manager anymore, as it is no longer visible when upgrading from 7.5.9 to 7.6.x and above, due to the folder structure changes.

      note: even if we would implement an installer deletion, it will not help, if a user installs plugin manager manually after upgrading, or if he migrates his old plugins.

      1 Reply Last reply Reply Quote 3
      • donhoD
        donho
        last edited by

        FYI: Auto-updating for v7.7 is just triggered.

        1 Reply Last reply Reply Quote 2
        • Zoilo Lagos LopezZ
          Zoilo Lagos Lopez
          last edited by Zoilo Lagos Lopez

          I have updated to version 7.7 and Notepad ++ is broken to the third document that I open.
          I have returned to version 7.6

          Info:
          Notepad++ v7.6.6 (32-bit)
          Build time : Apr 3 2019 - 23:49:50
          Path : C:\Program Files (x86)\Notepad++\notepad++.exe
          Admin mode : OFF
          Local Conf mode : OFF
          OS : Windows 10 (64-bit)
          Plugins : ComparePlugin.dll DSpellCheck.dll Explorer.dll HexEditor.dll linesort.dll LUSquirrel.dll mimeTools.dll MultiClipboard.dll NppColumnSort.dll NppConverter.dll NppExport.dll NppFTP.dll NPPJSONViewer.dll NppTextFX.dll PluginManager.dll XMLTools.dll _CustomizeToolbar.dll

          Meta ChuhM 1 Reply Last reply Reply Quote 0
          • Meta ChuhM
            Meta Chuh moderator @Zoilo Lagos Lopez
            last edited by

            @Zoilo-Lagos-Lopez

            can you specify “Notepad ++ is broken to the third document that I open” ?

            does this mean, that the third document you try to open does not open, when opening either via file > open menu, or via opening 3 files at once from windows explorer ?

            can you give us detailed steps to reproduce ?

            many thanks and best regards.

            1 Reply Last reply Reply Quote 3
            • ofcgk9O
              ofcgk9
              last edited by

              I searched the GitHub bug reports for my problem and I found, among other posts, this post:

              https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1786

              The GitHub posts that I found either make no reference to operating system or reference Windows 10, but the problem is not limited to Windows 10.

              I have Notepad++ installed on a Dell E6520 with 64 bit Windows 7 Pro with i5 processor, 8 GB RAM. Here is the “debug” info:

              Notepad++ v7.7 (64-bit)
              Build time : May 19 2019 - 13:05:35
              Path : C:\Program Files\Notepad++\notepad++.exe
              Admin mode : ON
              Local Conf mode : OFF
              OS : Windows 7 (64-bit)
              Plugins : mimeTools.dll NppConverter.dll

              I have 2 problems and I believe problem 2 is related to problem 1:

              1. I cannot set Notepad++ as the default .txt application. Here is what I have tried:

              a. Right click on .txt file, click on Open With, then on “Choose default program.”. NP++ not displayed, even in other programs. Browse to NP++ .exe file, selection does not work, even with “Always use the selected program to open this kind of file”

              b. Control Panel/Set your default programs. NP++ not displayed, not selectable

              c. Control Panel/Associate a file type . . . NP++ change program selection does not work

              Note: right click on .txt file and “Edit with Notepad++” works

              1. Recently opened files not displayed when right click on NP++ icon on Task Bar (even after changing the number of files to be displayed). Recently opened files ARE displayed when File in menu is clicked on.

              This bug report, now over 3 years old, is still open. I am not a programmer, so I can’t help fix it, but I definitely would like to see it fixed and an update to NP++ released, since I am not comfortable with editing the Registry.

              Is there any schedule for this problem to be fixed? For a program update with fix to be released?

              Meta ChuhM 1 Reply Last reply Reply Quote 0
              • Meta ChuhM
                Meta Chuh moderator @ofcgk9
                last edited by

                @ofcgk9

                file association has already been integrated into notepad++.

                guide to set .txt or other file associations for notepad++:

                • close notepad++ if it is open

                • right click on your notepad++ icon and choose “run as administrator”
                  (make sure you see [Administrator] at the top bar of your notepad++ window (see screenshot)

                • go to settings > preferences > file association and make sure your needed extensions, like .txt are visible at the registered extensions panel (last panel on the right) as seen on this screenshot:

                Imgur

                • hit close and exit notepad++

                • now reopen notepad++ normally, and go to settings > preferences > file association again, and make sure your needed extensions are also visible for the standard user account.

                • then exit notepad++ again

                • right click on e.g. any .txt file and choose open with > choose other app and select notepad++ from this list.

                • select always use this app to open .txt filesand hit ok.

                • close notepad++ again and retry opening your .txt file by double clicking on it.

                if you encounter any hurdles, or if you have further questions, please open a new, separate topic at help wanted or general discussion.

                best regards.

                1 Reply Last reply Reply Quote 1
                • Marek JindraM
                  Marek Jindra
                  last edited by

                  I am having an issue with typing some Czech accented characters in ANSI encoding.

                  If I open an ANSI file, I cannot type all characters on my keyboard (“ěčřůďťň ĚČŘŮĎŤŇ” appears as “ecrudtn ECRUDTN”).

                  If I open an ANSI file which contains them, it shows fine, but I cannot write any more of those accented letters.

                  On my Czech Windows system, ANSI encoding should be equal to Windows-1250 encoding.

                  If I first convert the file to UTF-8, it works better. However I need to save the file as Windows-1250, not UTF-8.

                  Meta ChuhM 1 Reply Last reply Reply Quote 1
                  • Meta ChuhM
                    Meta Chuh moderator @Marek Jindra
                    last edited by

                    @Marek-Jindra

                    please have a look at this similar ansi issue for 7.7:
                    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5671

                    for testing purposes, please replace your SciLexer.dll with one from here:
                    https://notepad-plus-plus.org/temp/
                    (rename the 32 or 64 bit version you need to SciLexer.dll)

                    after that, either post your experiences at the issue mentioned above, or create a new topic at general discussion here at the community.

                    best regards.

                    Marek JindraM 1 Reply Last reply Reply Quote 3
                    • Marek JindraM
                      Marek Jindra @Meta Chuh
                      last edited by

                      @Meta-Chuh After replacing the SciLexer.dll with the one you provided (SciLexer32.signed.dll 27-May-2019 22:00), everything works fine. The issue is gone.

                      1 Reply Last reply Reply Quote 3
                      • Jonas AnderssonJ
                        Jonas Andersson
                        last edited by

                        I find 7.7 slower than 7.6.x with large files that have very long lines. I know this is a known issue in Scintilla but is it possible v4.14 made things even worse?

                        1 Reply Last reply Reply Quote 0
                        • SquuiidS
                          Squuiid
                          last edited by

                          Dead link on all downloads it would seem.

                          Error 503 Backend fetch failed
                          Backend fetch failed
                          Guru Meditation:
                          XID: 214832709
                          Varnish cache server

                          prsyP 1 Reply Last reply Reply Quote 0
                          • prsyP
                            prsy @Squuiid
                            last edited by

                            @Squuiid Same here

                            1 Reply Last reply Reply Quote 0
                            • John SewellJ
                              John Sewell
                              last edited by

                              All download links for 64-bit and 32-bit fail:
                              Error 503 Backend fetch failed

                              Backend fetch failed

                              Guru Meditation:

                              XID: 233345863

                              Varnish cache server

                              1 Reply Last reply Reply Quote 1
                              • neyte 08N
                                neyte 08
                                last edited by

                                moi aussi

                                1 Reply Last reply Reply Quote 0
                                • Monster smithM
                                  Monster smith
                                  last edited by

                                  Whenever I try to download notepad++ any version I am prompted with

                                  Error 503 Backend fetch failed
                                  Backend fetch failed

                                  Guru Meditation:
                                  XID: 229971568

                                  Varnish cache server

                                  can anyone help out?

                                  1 Reply Last reply Reply Quote 0
                                  • Anas Ahmed ElgarhyA
                                    Anas Ahmed Elgarhy
                                    last edited by

                                    I can not download the program 😢
                                    link text

                                    1 Reply Last reply Reply Quote 0
                                    • nblookupN
                                      nblookup
                                      last edited by

                                      A problem, click File->Save, save as type: normal text file,
                                      saved files do not automatically add suffix txt

                                      Meta ChuhM 1 Reply Last reply Reply Quote 0
                                      • Meta ChuhM
                                        Meta Chuh moderator @nblookup
                                        last edited by Meta Chuh

                                        welcome to the notepad++ community, @nblookup

                                        this is by design, to have full extension control at any given time.

                                        if you prefer the old behaviour, please go to settings > preferences > default directory and disable use new style dialog.

                                        many thanks and best regards.

                                        1 Reply Last reply Reply Quote 2
                                        • makiimaiM
                                          makiimai
                                          last edited by

                                          I couldn’t find answer if I can run c in off-line environment, please remove me from community here. Thank you very much.

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

                                            @makiimai said:

                                            I couldn’t find answer if I can run c in off-line environment

                                            You could have tried asking in Help Wanted, we would have asked for clarification, and then probably would have eventually helped you find a way to run the c compiler from Notepad++

                                            please remove me from community here.

                                            If that’s what you desire, you can go to your own profile, click Edit, and click Delete Account.

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