Notepad++ 7.8 Release Candidate 6
-
7.8 RC5 is available for testing here:
http://download.notepad-plus-plus.org/repository/7.x/7.8.RC6Fixed from RC5:
- Fix the issue about python-like/non-python-like indent guideline.
Notepad++ v7.8 enhancements and bug-fixes:
- Upgrade Scintilla from 4.1.4 to 4.2.0
- Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish).
- Add “No to All” and “Yes to All” options in Save dialog.
- Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel.
Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02 - Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
- Fix File-Rename failing when new name is on a different drive.
- Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
- Make “Command Argument Help” MessageBox modal.
- Fix Folder as Workspace crash and “queue overflow” issues.
- Make Combobox font monospace in Find dialog.
- Fix folding in user-defined languages for non-windows line endings.
- Fix crash of Folder as Workspace when too many directory changes happen.
- Fix ‘-nosession’ overwrites config.xml issue.
- Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.*
- Improve GUI in Find dialog for Find Previous & Find Next buttons.
- Fix Sort Line as Integer regression.
- Add more OS information to debug info.
- Fix tab dragging issues under WINE and ReactOS.
- Fix indent indicators continue to following code blocks for Python.
- Fix Python folding collapse issue.
- Fix crash when sorting “out of range” columns.
- Fix find 2 times for the same occurrence in both original and cloned documents issue.
- Fix command line issues where filenames have multiple white spaces in them.
- Fix Document Peeker constantly changing focus problem.
- Make backward direction checkbox be also on Find dialog’s Mark tab.
- Add 2 new columns for HTML Code in the Character Panel.
- Fix “clear all marks in find dialog also removes bookmarks” issue.
- Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
-
The download link above is wrong. It should be:
http://download.notepad-plus-plus.org/repository/7.x/7.8.RC6
-
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?
-
No, seems to work for me.
Did a test with a few other languages and all of them survived a restart. -
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 wherenotepad++.exe
resides (provided you use a portable version of Notepad++ for testing) and is renamed tonativeLang.xml
.If your language setting doesn’t survive a restart, it could mean that the file
nativeLang.xml
gets deleted. Did you check that? -
Thanks for your comments.
nativeLang.xml
is in the same folder as my portable N++'snotepad++.exe
. Its contents are the same asenglish_customizable.xml
in thelocalization
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!
-
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. -
I guess this version is ready to go.
RC6 will go release tomorrow if no other critical bug or regression found. -
Strange, the minimization to tray option does not work for me.
Can anyone check this out? -
@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.
-
@Artur-Harison
by clicking on minimize(button at top) it’s working
by clicking on close(button at top) it’s not working -
@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 workingby 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. -
@Zsolt-Kántor
Win 10 Pro 64-bit, Notepad ++ (32-bit) not work ((( -
@Artur-Harison
would you try with the 64-bit np++? -
@Zsolt-Kántor
64 has issues compatibility with some plugins.
And…
I’m just used to it.)))