Notepad++ v7.6.3
-
Hi, my notes to 7.6.3âŠ
- detection of codepage 1250 still not working
- config.xml packed into the 7z bundle, so it overwrites the userâs configuration
-
Hi,
I think I found one bug:
- After using Plugins Admin once with the PortableApps version 7.6.3 of Notepad++ the selected plugins get installed and after the necessary restart of N++ the Plugins Admin is gone.
-
I think I will skip this version and shall update when plugins have found their final destination.
because, If something breaks down, my work will suffer.
Thanks.
-
Installation Bug Snippes plugin
When installing plugin Sippets Snippets files is installed into:
%ProgramFiles%\Notepad++\plugins\NppSnippets\NppSnippets.dll
%ProgramFiles%\Notepad++\plugins\NppSnippets\NppSnippets\Languages.sql
%ProgramFiles%\Notepad++\plugins\NppSnippets\NppSnippets\NppSnippets.sql
%ProgramFiles%\Notepad++\plugins\NppSnippets\NppSnippets\Template.sqliteDue to this Snippets will NOT find the SQL database!
How to fix:
- Move file Languages.sql, NppSnippets.sql and Template.sqlite to folder:
%ProgramFiles%\Notepad++\plugins\NppSnippets - Delete folder %ProgramFiles%\Notepad++\plugins\NppSnippets\NppSnippets
- Manual restart NotePad++
- Move file Languages.sql, NppSnippets.sql and Template.sqlite to folder:
-
@Sture-Ă hlin said:
Installation Bug Snippes plugin
Plugins folder structure has changed since Notepad++ v7.6 and now all plugins are put in their own sub-folder within
%NOTEPAD++_PROGRAM_LOCATION%\plugins\
folder.
In this case the plugin folder is%NOTEPAD++_PROGRAM_LOCATION%\plugins\NppSnippets\
.But because the NppSnippets plugin has not been updated to comply to the new rules and because it seems it is using absolute path to locate its .sql files (instead of path, relative to its main DLL) it fails to find them (the absolute path is not the same anymore).
Shortly put - NppSnippets plugin needs to be updated (best would be to use relative path instead of absolute).
This is just a clarification (and a hint that it is not related to Notepad++ bug or something).
Thanks for notifying about the problem and providing a workaround. -
What exactly is userDefineLang.xml and why is it in the installer version but not the zipped portable version?
What am I missing out by not having this file in my portable folder, and can I just copy the installerâs userDefineLang.xml file into my portable install? If so why go through all these extra steps and not just put this file in the portable version in the first place?
-
userDefineLang.xml is the config file for user defined languages (udl).
this is where anyone can create his one âlexerâ for any programming language that isnât already available for notepad++.you can also use it to highlight any text you have, like notes, to make them more readable for you.
hereâs a screenshot of the markup udl:
please open another topic in general discussion, if you are interested in how to use udl, or have any further questions about it, so that we can focus about it separately.
-
Hello, @imspecial, @meta-chuh and All,
Ha ha ! Donât forget that the Installer
.exe
program is simply an archive, that you can just open as a true archive ;-))So, the solution is elementary :
-
Download the
npp.7.6.3.Installer.exe
. Note that, even if your system is64
bits, you do not need to download thenpp.7.6.3.Installer.x64.exe
. Indeed, they contain the same files, regarding âMarkdownâ, anyway ! -
Open the
npp.7.6.3.Installer.exe
file with, for instance, the 7-z Manager program -
You can see, that it contains two identical files, of
5,440
bytes !-
userDefinedLang-markdown.default.modern.xml
-
userDefineLang.xml
-
-
Finally :
-
Extract the
userDefineLang.xml
file in yourportable
NPP folder, if not present, yet -
Insert the Markdown bloc
<UserLang name="Markdown (Default)" ..............</UserLang>
in your presentuserDefineLang.xml
file
-
Done :-))
Best Regards,
guy038
-
-
⊠or you can simply download and save
userDefinedLang-markdown.default.modern.xml
from >>> here <<< -
-
I asked for help in solving the problem, and in response silence!
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5205
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5200 -
To clarify current situation of Markdown via UDL:
In order to avoid erase defined UDL (file
userDefineLang.xml
), installer of this version checks ifuserDefineLang.xml
exists. If not, then it copiesDefinedLang-markdown.default.modern.xml
touserDefineLang.xml
.However it will be good to have UDL file separately per language: a UDL folder beside of Notepad++ binary, *.xml in this folder will be loaded as UDL. It will be implemented in the future release.
-
Please add the option:
- Clear history âsearch and replaceâ
- Open the folder with the installed plugins
-
I had posted here some 14 days ago that
@V-S-Rawat said:
I think I will skip this version and shall update when plugins have found their final destination.
Recently, I saw a discussion on beta versions.
I think what I was doing was treating this 7.6.3 as beta version, and ignoring this till things settle down to a final shape. Then I will install the âfinal releaseâ.
So, this further highlights the usefulness of beta versions.
-
So, this further highlights the usefulness of beta versions.
yes, that is why we have been given the opportunity to download any pre release versions at appveyor.
it is the quickest, simplest and most non intrusive method of a beta distribution, as we only have to download a new Notepad++.[architecture].Unicode Release.exe and place it into our current installation, or portable versions program folder, without the need of installing anything new.
once you have put this âbetaâ exe into your notepad++ folder, you can use it by double clicking on this Notepad++.[architecture].Unicode Release.exe.
best thing: after testing, you can still use your old notepad++, as this âbetaâ version has a different exe name, and (usually) does not modify your current installation (unless e.g. you play around with any settings). đ
-
FYI, auto-updater is just enabled from v7.5.9 to v7.6.3.
Angry users incoming, angry users incoming. -
thanks for the heads up đ
Angry users incoming, angry users incoming.
đđđ
we will keep them happy đ
-
issue: 7.6.3 update is repeatedly triggered.
iâve noticed, that the update url response stays on
<NeedToBeUpdated>yes</NeedToBeUpdated>
,
even if notepad++ 7.6.3 is already installed.so every time you check for updates on a 7.6.3 installation, it will currently always prompt: âan update package is avaliable, do you want to download itâ.
it stays the same if you reload and reinstall the same 7.6.3 version.
it will still present the same 7.6.3 download again.
(both tested on x86 and x64 installs)can you confirm ?
-
@Meta-Chuh said:
issue: 7.6.3 update is repeatedly triggered.
can you confirm ?I Confirm.
Thank you for the heads up.
I just stop it and see whatâs wrong.
I will keep you posted. -
Due to a stupid error:
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d7c942ee2fc46595e25371f5b189c4c45b2896fdAuto-updater will be triggered in the next version (v7.6.4).