• Login
Community
  • Login

Notepad++ v8.3 release

Scheduled Pinned Locked Moved Announcements
56 Posts 28 Posters 19.1k 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.
  • J
    Josh Davidson
    last edited by Feb 6, 2022, 2:58 AM

    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.

    P 2 Replies Last reply Feb 6, 2022, 3:22 AM Reply Quote 0
    • P
      PeterJones @Josh Davidson
      last edited by Feb 6, 2022, 3:22 AM

      @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
      • P
        PeterJones @Josh Davidson
        last edited by Feb 6, 2022, 3:43 PM

        @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.

        J 1 Reply Last reply Feb 11, 2022, 5:40 AM Reply Quote 2
        • M
          Marcin Sawiak @donho
          last edited by Feb 7, 2022, 12:03 PM

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

          P 1 Reply Last reply Feb 7, 2022, 2:38 PM Reply Quote 0
          • P
            PeterJones @Marcin Sawiak
            last edited by Feb 7, 2022, 2:38 PM

            @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++.)

            M 1 Reply Last reply Feb 8, 2022, 8:15 AM Reply Quote 4
            • N
              Nickie Albert
              last edited by Feb 7, 2022, 6:15 PM

              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.

              M 1 Reply Last reply Feb 7, 2022, 6:17 PM Reply Quote 0
              • M
                Michael Vincent @Nickie Albert
                last edited by Feb 7, 2022, 6:17 PM

                @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.

                N 1 Reply Last reply Feb 7, 2022, 6:19 PM Reply Quote 1
                • N
                  Nickie Albert @Michael Vincent
                  last edited by Feb 7, 2022, 6:19 PM

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

                  M 1 Reply Last reply Feb 7, 2022, 6:25 PM Reply Quote 1
                  • M
                    Michael Vincent @Nickie Albert
                    last edited by Feb 7, 2022, 6:25 PM

                    @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.

                    P 1 Reply Last reply Feb 7, 2022, 6:31 PM Reply Quote 2
                    • P
                      PeterJones @Michael Vincent
                      last edited by Feb 7, 2022, 6:31 PM

                      @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
                      • C
                        Clem Patafio
                        last edited by Feb 7, 2022, 8:03 PM

                        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

                        P 1 Reply Last reply Feb 7, 2022, 9:21 PM Reply Quote 0
                        • P PeterJones referenced this topic on Feb 7, 2022, 9:20 PM
                        • P
                          PeterJones @Clem Patafio
                          last edited by Feb 7, 2022, 9:21 PM

                          @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.

                          M 1 Reply Last reply Feb 7, 2022, 9:49 PM Reply Quote 3
                          • M
                            Michael Vincent @PeterJones
                            last edited by Feb 7, 2022, 9:49 PM

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

                            @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.

                            Issue opened - https://github.com/Chocobo1/nppAutoDetectIndent/issues/5

                            Cheers.

                            1 Reply Last reply Reply Quote 3
                            • M
                              Marcin Sawiak @PeterJones
                              last edited by Feb 8, 2022, 8:15 AM

                              @peterjones
                              When I edit documents locally, it seems stable. But when I edit files remotely in WinSCP the problem comes back and the switch that you tipped over comes in handy. Thanks.

                              1 Reply Last reply Reply Quote 0
                              • F
                                Fantasyfr
                                last edited by Feb 9, 2022, 8:01 AM

                                Hi folks,

                                i found a bug in the current x64 bit version of notepad++ the silent parameter for the directory relocation (/S /D=d:\otherfolder) does not work.
                                It is possible to fix this annoying issue?

                                Best regards,
                                Frank

                                X 1 Reply Last reply Feb 9, 2022, 12:58 PM Reply Quote 0
                                • X
                                  xomx @Fantasyfr
                                  last edited by Feb 9, 2022, 12:58 PM

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

                                  (/S /D=d:\otherfolder) does not work

                                  Yes, mea culpa, I am just trying to fix that regression.

                                  1 Reply Last reply Reply Quote 4
                                  • D
                                    donho
                                    last edited by Feb 9, 2022, 7:16 PM

                                    FYI:
                                    If you have somethings-else to say, speak out in Boycott Notepad++. All the subjects unrelated to bug/regression report of v8.3 will be delete and banned.

                                    1 Reply Last reply Reply Quote 3
                                    • E
                                      Evgenii Filippov @donho
                                      last edited by Feb 10, 2022, 6:41 AM

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        Romain Bocquiau
                                        last edited by Feb 10, 2022, 12:46 PM

                                        Notepad++ v8.3 installed.

                                        When in PHP language, starting to write a command already known, it shows the list. if I see the autocompletion needed, i search with [ARROW UP/DOWN]+[ENTER].
                                        i remember that before, the command was autocompleted.
                                        now, it does a single “chariot return”.

                                        for instance, i want to write “public $my_data;”
                                        so let’s start … : “pu”
                                        d0629e69-e06f-4d12-b469-c4ac7ee08749-image.png
                                        public is selected, so let press [ENTER]
                                        e53e55a3-70e6-4d8f-817e-a5241adc8b15-image.png
                                        why do we need to do [CTRL]+[ENTER] to get the same result ?

                                        P 1 Reply Last reply Feb 10, 2022, 1:55 PM Reply Quote -1
                                        • P
                                          PeterJones @Romain Bocquiau
                                          last edited by Feb 10, 2022, 1:55 PM

                                          @romain-bocquiau ,

                                          It was not Ctrl+Enter before: in previous versions, either the ENTER key or the TAB key would select the active choice from auto-complete. Starting in v8.2.1, the Developers added an option to configure whether it was ENTER or TAB or either (in Settings > Preferences > AutoCompletion); but because the option defaulted to TAB=on and ENTER=off, which changed the default behavior of Notepad++, it has confused a lot of users. You should go to that option, and ☑ ENTER, which will re-enable using ENTER to finish the auto-complete.

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