Community
    • Login

    Notepad++ v8.3 release

    Scheduled Pinned Locked Moved Announcements
    56 Posts 28 Posters 18.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.
    • xomxX
      xomx @Microka
      last edited by

      @microka
      Thanks for reporting that positioning at the 2nd char issue.

      I have just submitted a PR, which will also fix this issue.

      MicrokaM 1 Reply Last reply Reply Quote 3
      • MicrokaM
        Microka @xomx
        last edited by

        @xomx Thank you!

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

          @xomx said in Notepad++ v8.3 release:

          As you have already stated, it is visible only in an installed N++, not in a portable one.

          It can be reproduced with a portable NPP by using the command line: “NPP Path” “File Name”.

          1 Reply Last reply Reply Quote 3
          • James Walker-HallJ
            James Walker-Hall
            last edited by

            auto-complete is broken in this release

            Michael VincentM 1 Reply Last reply Reply Quote 0
            • Michael VincentM
              Michael Vincent @James Walker-Hall
              last edited by

              @james-walker-hall said in Notepad++ v8.3 release:

              auto-complete is broken in this release

              It’s not. You just don’t read releases notes.

              See here:
              https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11073#issuecomment-1020541332

              Cheers.

              James Walker-HallJ 1 Reply Last reply Reply Quote 1
              • James Walker-HallJ
                James Walker-Hall @Michael Vincent
                last edited by

                @michael-vincent ok well the new behaviour sucks

                Michael VincentM 1 Reply Last reply Reply Quote -1
                • Michael VincentM
                  Michael Vincent @James Walker-Hall
                  last edited by

                  @james-walker-hall said in Notepad++ v8.3 release:

                  ok well the new behaviour sucks

                  Then change it back.

                  Josh DavidsonJ 1 Reply Last reply Reply Quote 2
                  • Josh DavidsonJ
                    Josh Davidson @Michael Vincent
                    last edited by

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • Josh DavidsonJ
                      Josh Davidson
                      last edited by

                      Since version 8.2.1 and also in 8.3, when autocomplete pops up, pressing Enter no longer completes it, I get a newline instead.
                      Please fix this.

                      PeterJonesP 2 Replies Last reply Reply Quote 0
                      • PeterJonesP
                        PeterJones @Josh Davidson
                        last edited by

                        @josh-davidson ,

                        Reading the links that @Michael-Vincent posted a few posts above will tell you what you need to do to configure it as you desire.

                        1 Reply Last reply Reply Quote 4
                        • PeterJonesP
                          PeterJones @Josh Davidson
                          last edited by

                          @josh-davidson,

                          Per this post, you have won. Congratulations. The next release will go back to reserving two keys to perform the same action by default, and those of us who want only one key will have to change settings.

                          Josh DavidsonJ 1 Reply Last reply Reply Quote 2
                          • Marcin SawiakM
                            Marcin Sawiak @donho
                            last edited by

                            @donho
                            After update from 8.2.1. When I open N++ (new document or edit some file), after ~10 seconds editor shutdown.

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

                              @marcin-sawiak said in Notepad++ v8.3 release:

                              @donho
                              After update from 8.2.1. When I open N++ (new document or edit some file), after ~10 seconds editor shutdown.

                              Then you probably have one of the plugins mentioned previously. Try running with -noPlugin to confirm. (v8.3 has changed the interface on one of the commands that plugins can use to talk with Notepad++, and until that plugin is updated to the new interface, it will not work with Notepad++.)

                              Marcin SawiakM 1 Reply Last reply Reply Quote 4
                              • Nickie AlbertN
                                Nickie Albert
                                last edited by

                                Hope this is the right forum for this, but I notice since the last update the auto-complete function is no longer working on Enter. Previously, if I typed in a function (language == .js) and that function was already in the file I was writing, it would show me that function and I could hit Enter and it would complete the line. Now, when I hit enter, I get a carriage return. Really inconvenient. Is there a new setting required to get the auto-complete on Enter? Thanks.

                                Michael VincentM 1 Reply Last reply Reply Quote 0
                                • Michael VincentM
                                  Michael Vincent @Nickie Albert
                                  last edited by

                                  @nickie-albert said in Notepad++ v8.3 release:

                                  Is there a new setting required to get the auto-complete on Enter?

                                  @nickie-albert

                                  Yes, please examine Settings => Preferences => Auto-Completion. It’s a pretty obvious checkbox on that setting page.

                                  Cheers.

                                  Nickie AlbertN 1 Reply Last reply Reply Quote 1
                                  • Nickie AlbertN
                                    Nickie Albert @Michael Vincent
                                    last edited by

                                    @michael-vincent Perfect, thanks! It was set to complete on Tab, but not Enter.

                                    Michael VincentM 1 Reply Last reply Reply Quote 1
                                    • Michael VincentM
                                      Michael Vincent @Nickie Albert
                                      last edited by

                                      @nickie-albert said in Notepad++ v8.3 release:

                                      Perfect, thanks! It was set to complete on Tab, but not Enter.

                                      The next update will enable ‘ENTER’ by default, it was considered a bug so the functionality to manually enable was added and by default removed. I personally prefer the new way. It has taken some getting used to, but I vastly prefer using only ‘TAB’ to autocomplete in Notepad++ the same as I do on the command line in PowerShell, in Bash, etc.

                                      Cheers.

                                      PeterJonesP 1 Reply Last reply Reply Quote 2
                                      • PeterJonesP
                                        PeterJones @Michael Vincent
                                        last edited by

                                        @michael-vincent said in Notepad++ v8.3 release:

                                        next update will enable ‘ENTER’ by default,

                                        To be more precise, it will enable both Enter and Tab by default… but only if your config.xml has not already made a setting for insertSelectedItemUseENTER insertSelectedItemUseTAB.

                                        If you have set those two entries the way you want them in Notepad++ in v8.2.1-v8.3, but then upgrade, your settings will remain the same without being changed. If you have upgraded to v8.3, and the 8.3-default got written to config.xml, and then you immediately upgrade to a new version (8.4 or whatever it’s called), it will keep the default state from 8.3, and not overwrite it with the default state from 8.4. This is intentional, as the “defaults” only get applied on new installations, when a specific setting is missing from the existing config.xml (for example, an upgrade from v8.0 to v8.4 or whatever it’s called), or when config.xml is missing/deleted and needs to be regenerated from defaults.

                                        1 Reply Last reply Reply Quote 2
                                        • Clem PatafioC
                                          Clem Patafio
                                          last edited by

                                          I have 2 PCs, an HP Envy desktop and a Dell Inspiron laptop. Both are running Windows 10 Home 21H2.

                                          I’ve updated both to Notepad++ v 8.3 and both have the same plugins installed. However, whenever I start or shutdown NPP on the HP, I get an error that I have to click through to open or close NPP. The error states “An exception occurred due to plugin: nppAutoDetectIndent.dll” and the next line says “Exception reason: Access violation”

                                          If I uninstall nppAutoDetectIndent.dll, I still get the same errors until I delete the nppAutoDetectIndent.dll subfolder. Then, it works without errors.

                                          Please help me as I use NPP quite often and always with Auto Indent enabled.

                                          Thanks,
                                          Clem

                                          PeterJonesP 1 Reply Last reply Reply Quote 0
                                          • PeterJonesP PeterJones referenced this topic on
                                          • PeterJonesP
                                            PeterJones @Clem Patafio
                                            last edited by

                                            @clem-patafio ,

                                            As I answered here, you will have to contact the owner of the plugin (link provided in the other post) and ask them to fix the plugin to work with v8.3.

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