• Login
Community
  • Login

Notepad++ 7.8 Release Candidate 6

Scheduled Pinned Locked Moved Announcements
15 Posts 8 Posters 4.5k 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 donho Oct 7, 2019, 8:00 AM Oct 6, 2019, 11:24 PM

    7.8 RC5 is available for testing here:
    http://download.notepad-plus-plus.org/repository/7.x/7.8.RC6

    Fixed from RC5:

    1. Fix the issue about python-like/non-python-like indent guideline.

    Notepad++ v7.8 enhancements and bug-fixes:

    1. Upgrade Scintilla from 4.1.4 to 4.2.0
    2. Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish).
    3. Add “No to All” and “Yes to All” options in Save dialog.
    4. Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel.
      Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
    5. Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
    6. Fix File-Rename failing when new name is on a different drive.
    7. Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
    8. Make “Command Argument Help” MessageBox modal.
    9. Fix Folder as Workspace crash and “queue overflow” issues.
    10. Make Combobox font monospace in Find dialog.
    11. Fix folding in user-defined languages for non-windows line endings.
    12. Fix crash of Folder as Workspace when too many directory changes happen.
    13. Fix ‘-nosession’ overwrites config.xml issue.
    14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.*
    15. Improve GUI in Find dialog for Find Previous & Find Next buttons.
    16. Fix Sort Line as Integer regression.
    17. Add more OS information to debug info.
    18. Fix tab dragging issues under WINE and ReactOS.
    19. Fix indent indicators continue to following code blocks for Python.
    20. Fix Python folding collapse issue.
    21. Fix crash when sorting “out of range” columns.
    22. Fix find 2 times for the same occurrence in both original and cloned documents issue.
    23. Fix command line issues where filenames have multiple white spaces in them.
    24. Fix Document Peeker constantly changing focus problem.
    25. Make backward direction checkbox be also on Find dialog’s Mark tab.
    26. Add 2 new columns for HTML Code in the Character Panel.
    27. Fix “clear all marks in find dialog also removes bookmarks” issue.
    28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
    D 1 Reply Last reply Oct 7, 2019, 6:49 AM Reply Quote 0
    • D
      dinkumoil @donho
      last edited by dinkumoil Oct 7, 2019, 6:50 AM Oct 7, 2019, 6:49 AM

      @donho

      The download link above is wrong. It should be:

      http://download.notepad-plus-plus.org/repository/7.x/7.8.RC6

      1 Reply Last reply Reply Quote 3
      • A
        Alan Kilborn
        last edited by Oct 7, 2019, 5:01 PM

        I’m seeing that my choice of “English_customizable” for Localization isn’t sticking. Every time I restart after setting that, I find that the setting has reverted to “English”. Anyone else seeing something similar?

        E D 2 Replies Last reply Oct 7, 2019, 7:32 PM Reply Quote 0
        • E
          Ekopalypse @Alan Kilborn
          last edited by Oct 7, 2019, 7:32 PM

          @Alan-Kilborn

          No, seems to work for me.
          Did a test with a few other languages and all of them survived a restart.

          1 Reply Last reply Reply Quote 0
          • D
            dinkumoil @Alan Kilborn
            last edited by Oct 7, 2019, 7:43 PM

            @Alan-Kilborn

            No problems at my site as well.

            The UI language setting is not a “real” setting, i.e. it is not stored in whatever config file. Instead the appropriate file from the localization directory is copied over to the directory where notepad++.exe resides (provided you use a portable version of Notepad++ for testing) and is renamed to nativeLang.xml.

            If your language setting doesn’t survive a restart, it could mean that the file nativeLang.xml gets deleted. Did you check that?

            A 1 Reply Last reply Oct 8, 2019, 12:21 PM Reply Quote 3
            • A
              Alan Kilborn @dinkumoil
              last edited by Oct 8, 2019, 12:21 PM

              @dinkumoil

              Thanks for your comments. nativeLang.xml is in the same folder as my portable N++'s notepad++.exe. Its contents are the same as english_customizable.xml in the localization folder.

              It turns out I made some changes to english_customizable.xml recently and apparently what I did is causing it to be rejected somehow at N++ startup. It seems to work okay if I change the setting while N++ is running. I don’t understand what the rejection criterion is; if I knew that it might help me troubleshoot.

              Anyway, I’ve reverted my english_customizable.xml from an earlier version and all is back to working again. When I get some time I will reattempt the changes I had made one at a time and try to see what the problem was.

              SUMMARY: NO PROBLEM REGARDING THIS IN 7.8RC6!

              E 1 Reply Last reply Oct 8, 2019, 12:43 PM Reply Quote 2
              • E
                Ekopalypse @Alan Kilborn
                last edited by Oct 8, 2019, 12:43 PM

                @Alan-Kilborn

                maybe check if your changes broke xml validity.
                From what I read and understood it looks like npp doesn’t
                check beforehand if the xml is valid. Think about those issues
                which are solved by renaming the notepad directory under %APPDATA%
                to recreate the default configs. Just a guess.

                1 Reply Last reply Reply Quote 1
                • D
                  donho
                  last edited by Oct 9, 2019, 8:06 AM

                  I guess this version is ready to go.
                  RC6 will go release tomorrow if no other critical bug or regression found.

                  1 Reply Last reply Reply Quote 6
                  • A
                    Artur Harison
                    last edited by Oct 10, 2019, 3:07 PM

                    Strange, the minimization to tray option does not work for me.
                    Can anyone check this out?

                    R 1 Reply Last reply Oct 10, 2019, 3:19 PM Reply Quote 0
                    • S
                      SinghRajenM moderator
                      last edited by Oct 10, 2019, 3:11 PM

                      @Artur-Harison said in Notepad++ 7.8 Release Candidate 6:

                      Strange, the minimization to tray option does not work for me.

                      It is working for me.

                      1 Reply Last reply Reply Quote 0
                      • R
                        rinku singh @Artur Harison
                        last edited by Oct 10, 2019, 3:19 PM

                        @Artur-Harison
                        by clicking on minimize(button at top) it’s working
                        by clicking on close(button at top) it’s not working

                        Z 1 Reply Last reply Oct 10, 2019, 4:58 PM Reply Quote 0
                        • Z
                          Zsolt Kántor Banned @rinku singh
                          last edited by Oct 10, 2019, 4:58 PM

                          @gurikbal-singh said in Notepad++ 7.8 Release Candidate 6:

                          @Artur-Harison
                          by clicking on minimize(button at top) it’s working
                          by clicking on close(button at top) it’s not working

                          by clicking on close it is normal to not work, because by closing notepad++ it should terminate the application.
                          By the way I have Win7 64-bit, Notepad++ 64-bit and the minimize to tray works as expected.

                          A 1 Reply Last reply Oct 10, 2019, 5:59 PM Reply Quote 0
                          • A
                            Artur Harison @Zsolt Kántor
                            last edited by Oct 10, 2019, 5:59 PM

                            @Zsolt-Kántor
                            Win 10 Pro 64-bit, Notepad ++ (32-bit) not work (((

                            Z 1 Reply Last reply Oct 10, 2019, 6:37 PM Reply Quote 0
                            • Z
                              Zsolt Kántor Banned @Artur Harison
                              last edited by Oct 10, 2019, 6:37 PM

                              @Artur-Harison
                              would you try with the 64-bit np++?

                              1 Reply Last reply Reply Quote 0
                              • A
                                Artur Harison
                                last edited by Oct 10, 2019, 11:15 PM

                                @Zsolt-Kántor
                                64 has issues compatibility with some plugins.
                                And…
                                I’m just used to it.)))

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