Notepad++ v7.6.4 released
-
@guy038 said:
we already have the two commands Remove Empty Lines and Remove Empty Lines (Containing Blank characters), which deletes all the empty lines, on the entire document. Could it be possible to…act on current normal selection, only, if such a selection exists?
@donho said:
these enhancements have to wait for sure
If anybody wants this functionality TODAY, it is just an edit of shortcuts.xml away; add following into macros section, restart N++, look in Macros menu:
<Macro name="Remove Empty Lines From Selection" Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam="^\R" /> <Action type="3" message="1625" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1602" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1702" wParam="0" lParam="640" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> </Macro> <Macro name="Remove Empty And Lines With Blanks From Sel." Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam="^\h*\R" /> <Action type="3" message="1625" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1602" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1702" wParam="0" lParam="640" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> </Macro>
P.S. I know that guy038 knows how to do this and is requesting native functionality for these commands, so no need to point that out to me like I don’t realize it. :)
-
Window 64 - Notepad 7.6.4 in French
Paramètres > Préférences > Extensions de fichier
If I add .nfo, it’s lost in the following session.
If I add .txt, all extensions are added and I lose the ability to create a new text file in the explorer with Right-click.
Actually, the behavior is completely crazy!
I think it’s version 7.6.2 that I installed before that broke something in the system… -
salut and welcome to the notepad++ community @Michel-Bidon
this is a normal behaviour on machines with enabled uac and has been like that before 7.6.2.
if you have uac enabled at your windows settings, you have to run notepad++ as administrator in order to add your desired extensions to the windows explorer, as notepad++ would otherwise not have the permissions to set them.
please close notepad++, right click on the notepad++ icon and select
run as administrator
(exécuter en tant qu'administrateur
).then add all your desired extensions to the administrative account.
restart notepad++ normally and check all your added extensions.
note: you might have to add some of them at the user level too, but once they are set for the administrator account, you will have the permission to save them to your current windows user account explorer settings. -
The post (like most updates) says
Auto-updater will be triggered in few days if there’s no critical issue found.
I understand the 7.6.0 update is frozen, but are updates from 7.6.x to 7.6.y also frozen? I’m on 7.6.3 and don’t see the update to 7.6.4.
-
Update: I guess so:
https://notepad-plus-plus.org/update/getDownloadUrl.php?version=7.63¶m=x86New question: Is there any reason 7.6.x aren’t set to auto update to the latest 7.6.y? And why does the post say otherwise?
-
@Jacktose said:
New question: Is there any reason 7.6.x aren’t set to auto update to the latest 7.6.y? And why does the post say otherwise?
It’s really the same question – or, rather, the same answer. Don’s “in a few days” has historically been more than a week, and usually at least 2 weeks. It’s only been a week since the announcement, so I wouldn’t expect the auto-update to trigger for another week or so.
-
welcome to the notepad++ community, @Jacktose
I understand the 7.6.0 update is frozen, but are updates from 7.6.x to 7.6.y also frozen? I’m on 7.6.3 and don’t see the update to 7.6.4.
yes, due to technical reasons it is currently not possible to update 7.6.3 to 7.6.4 as it will affect other versions which would produce a major supportive issue.
currently it is not possible to separate updates to be deployed and update specific versions to newer specific versions.
New question: Is there any reason 7.6.x aren’t set to auto update to the latest 7.6.y? And why does the post say otherwise?
yes, it is currently not possible to separate updates to be deployed, and all versions would get the same update, which is currently a concern.
i apologise for the project’s sentence “Auto-updater will be triggered in few days if there’s no critical issue found.” but it clearly states the words
if there's no critical issue found
and the developers as well as the community has found issues.i hope this information might be of help to you.
-
@PeterJones But there is no auto-update to 7.6.1 or 7.6.2 or 7.6.3 either.
-
i apologise again, that you are not able to respond to follow up posts without having to wait for another 20 minutes.
this restriction for your account will be removed as soon as you have either a sufficient amount of undeleted posts, or you have reached the threshold limit of upvotes.
-
ps: if you need information about the update triggering not working for 7.6.1 to 7.6.3 in the mean time while waiting:
the updater web server requires the notepad++ updater to send its version with a single period only, like 7.62 for version 7.6.2.
unfortunately versions 7.6.1 to 7.6.3 will send the string 7.6.1 to 7.6.3 to the updater url, which would not be recognised by the update server and causes a repeated loop of triggering “a new update is available” even though you were on the latest version.
please respect this decision to suspend all updates, as it would have caused major problems to millions of users, which would have been impossible to cope at any project or community level.
-
FYI
Due to a regression in v7.6.4:
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6580255a2b6809a1fa951db44ec8be29698b8540Auto-updater won’t be triggered for this release.
v7.6.5 is coming.
-
Please separately specify if any changes have been made in plugin arrangement in this version after recent so many changes?
Seems you have still not started beta release concept?
Thanks.
-
Please separately specify if any changes have been made in plugin arrangement in this version after recent so many changes?
no user relevant changes to the plugins arrangement have been made, so if you are on 7.6.3, and you update to 7.6.4, you will not experience any changes regarding your existing plugins.
one thing you are going to like: 7.6.4 has the built in feature to open your specific plugins folder directly in an explorer window.
so you will not have to remember any past or present plugins locations, regardless where and how notepad++ is installed.
(this feature applies to both installed and portable versions, both 32 and 64 bit)ps: if any supportive relevant changes are made or omitted, they will be posted as additional supportive notes, shortly after a release.
Seems you have still not started beta release concept?
the “beta” testing, using e.g. the appveyor artifacts, is still available and has been available for a long time.
i have given you a basic, but maybe too extensively technical guide, on how to test any version before it’s public release, a few weeks/months ago.as the guide was, retrospectively seen, too technical, i (we) will try to write a simpler guide, suitable for the general public, as soon as i (we) can find the time to do so.
-
-