• Login
Community
  • Login

Notepad++ v8.3.1 Release Candidate

Scheduled Pinned Locked Moved Announcements
5 Posts 4 Posters 952 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.
  • D
    donho
    last edited by Feb 13, 2022, 4:39 PM

    Notepad++ v8.3.1 Release Candidate:
    http://download.notepad-plus-plus.org/repository/8.x/8.3.1.RC/

    Notepad++ v8.3.1 regression-fixes, bug-fixes and enhancement:
    (The critical bug-fixes are in highlight)

    1. Fix XML tag adding or mark deletion crash issue. (Fix #11128 )
    2. Fix wrong cursor position on opened file & cmdline '-n' param not working regression. (Fix #11131 )
    3. Revert “Enable backup on save (simple) feature by default”.
    4. Restore auto-completion insert selection default behaviour (now with both ENTER & TAB as expected). (Fix #11178 )
    5. Fix Path Completion not working regression. (Fix #11147 )
    6. Fix target directory parameter (/D=) ignored by x64 installer regression. (Fix #11072 )
    7. Add icons on function items of auto-completion to distinguish from word items. (Implement #11087 )
    8. Fix file dialog “Append extension” checkbox not working on empty folder. (Fix #10436 )
    9. Fix link part of Dark Mode Customized tone not persistent issue. (Fix #11095 )
    10. Fix NPPM_RELOADFILE not working with converted 8.3 DOS file name (from long file name) bug. (Fix #11106 )

    The release will be available in a couple of days.
    Thank you in advance for your help.

    R 1 Reply Last reply Feb 14, 2022, 11:18 AM Reply Quote 5
    • D donho pinned this topic on Feb 14, 2022, 1:41 AM
    • R
      Rosemarije Venema @donho
      last edited by Feb 14, 2022, 11:18 AM

      @donho fix 4 enter is not working for auto-complete…

      M 1 Reply Last reply Feb 14, 2022, 12:25 PM Reply Quote -1
      • M
        Michael Vincent @Rosemarije Venema
        last edited by Feb 14, 2022, 12:25 PM

        @rosemarije-venema said in Notepad++ v8.3.1 Release Candidate:

        fix 4 enter is not working for auto-complete…

        I suspect if you use the installer it will work. Otherwise, you’ll need to go into the settings and change it manually like we did in this version.

        Cheers.

        P D 2 Replies Last reply Feb 14, 2022, 2:04 PM Reply Quote 1
        • P
          PeterJones @Michael Vincent
          last edited by Feb 14, 2022, 2:04 PM

          @michael-vincent said in Notepad++ v8.3.1 Release Candidate:

          I suspect if you use the installer it will work.

          More specifically, if you already had v8.2.1 or 8.3(.0) installed, that setting will have been written to your configuration file already. The updated “default” in v8.3.1 will not overwrite a setting that’s already saved in your configuration file. If you want “defaults” to take effect, you have to delete your old config file and re-run.

          This is explained in the upcoming version of the user manual – it’s not live on the website yet, but it is viewable in the github repo at https://github.com/notepad-plus-plus/npp-usermanual/blob/master/content/docs/auto-completion.md#completion-key , including this relevant paragraph:

          Note: as with other configuration file settings, upgrades will not overwrite a setting in an existing config.xml, so your choices in v8.2.1 [editor’s note: or 8.3] will remain active through future upgrades; the defaults listed will only apply on new installations, or if there is no setting for insertSelectedItemUseENTER or insertSelectedItemUseTAB in the config.xml, or if the config.xml file has been deleted and needs to be regenerated.

          … and the Configuration Files during Upgrads section is being expanded into the version shown here: https://github.com/notepad-plus-plus/npp-usermanual/blob/master/content/docs/config-files.md#configuration-files-during-upgrades:

          For the config.xml (which contains the settings from the GUI’s Settings > Preferences dialog), if Notepad++ has a setting that it doesn’t find defined in your current config.xml, it will apply the default value compiled in the program, and the next time it writes config.xml it will write that default value in config.xml. Once it gets written, future changes to that default value will not override the value already in your file, even when you upgrade Notepad++. config.xml will only get a default value for a setting in three situations: 1) on a new installation [editor’s note: that is, when there is currently no installation and no config files on the machine]; 2) when you run Notepad++, and there is no config.xml, so it writes a complete config.xml with all default values; 3) when your config.xml is missing the attribute/value pair for a given setting.

          1 Reply Last reply Reply Quote 3
          • D
            donho @Michael Vincent
            last edited by Feb 14, 2022, 2:28 PM

            @michael-vincent said in Notepad++ v8.3.1 Release Candidate:

            I suspect if you use the installer it will work. Otherwise, you’ll need to go into the settings and change it manually like we did in this version.

            Use installer to upgrade old version of Notepad++ won’t make the set value restored to default value, because config.xml won’t be erased by Installer. Change this option manually via Preference dialog is the only way to (re)set this value.

            1 Reply Last reply Reply Quote 3
            • P PeterJones referenced this topic on Feb 14, 2022, 4:39 PM
            • M Michael Vincent referenced this topic on Feb 15, 2022, 12:00 PM
            • M Michael Vincent referenced this topic on Feb 15, 2022, 1:14 PM
            • D donho locked this topic on Feb 15, 2022, 4:26 PM
            • D donho unpinned this topic on Feb 15, 2022, 4:26 PM
            • R Rick Grunwald referenced this topic on Feb 15, 2022, 7:05 PM
            • T Terry R referenced this topic on May 9, 2022, 1:14 AM
            • D deleelee referenced this topic on May 9, 2022, 10:29 PM
            1 out of 5
            • First post
              1/5
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors