XML Tools 2.4.9 x64 released for tests
-
Hi,
A x64/Unicode version of XMLTools plugin is available for tests here:
https://sourceforge.net/projects/npp-plugins/files/XML%20Tools/Xml%20Tools%202.4.9%20x64%20Unicode/Xml%20Tools%202.4.9%20x64%20Unicode.zip/downloadThe archive also contains a x64 version of dll dependencies.
-
Could you also release a 32-bit Unicode version?
Thanks
-
@MAPJe71 > Yes, it will be released soon
-
The x86 and x64 unicode versions of XMLTools 2.4.9 plugin are available for tests here:
https://sourceforge.net/projects/npp-plugins/files/XML%20Tools/Xml%20Tools%202.4.9%20Unicode/DLL dependencies are provided in archives
-
There is a dependency to VC 2015 (vc_redist.x64.exe v14) and you need to download the redistributables from https://www.microsoft.com/en-us/download/details.aspx?id=48145 to make the x64 XML tools work.
-
@morbac
The version information of the XML Tools DLL’s in the SourceForge links for v2.4.9 still read v2.4.8, for both x86 and x64. -
@MAPJe71
Thanks for info. The DLLs have been updated with correct version number -
A patch has been released. The new 2.4.9.1 version fix an issue in pretty print function.
The new release is available in same location than the previous one. -
New release 2.4.9.2 fix an infinite loop with could occurred when pretty printing a text ending with
<!--
or<![CDATA[
.
The new release is available in same location than the previous one. -
Xml Tools 2.4.9.2 x64 Unicode.zip doesn’t load in 64-bit NPP :(
Thanks ! -
Hello @morbac ,
Thank you for the latest changes.
Could you please move the plugin helper/library DLLs to Notepad++ folder/plugins/XMLTools/ ?
Could you please also move the plugin configuration XML file to %APPDATA%/plugins/config/ ?
‘XML Tools’ is one of the few (if not the only one) plugins that currently uses the main Notepad++ folders to store its own data.As far as I remember @MAPJe71 had made those changes several months ago and even submitted a Pull Request (if I remember correctly).
Thank you for considering that request, much appreciated.
BR,
Pavel -
Hm, Here is the Pull Request from @MAPJe71 I mentioned in my previous post and it appears it has been merged.
But in the latest plugin version you point (2.4.9.2 in the link supplied in this thread) the library DLLs are still in the main N++ folder and the config XML is in plugins folder, not in plugins/config. -
I guess the installer still has to be adapted to put the applicable files in their appropriate location.
-
@MAPJe71 , the installer in my case is me :)
I’ve manually put the library DLLs in N++ main folder and the plugin itself creates its config XML in plugins (instead of plugins/config).
I’ve taken v2.4.9.2 as binary from SF, perhaps it is compiled from a branch that doesn’t include your changes, I don’t know. -
Please upload plugin to be installed form PluginManager: https://notepad-plus-plus.org/community/topic/13661/plugin-manager-x64-available-submit-your-plugins
-
https://github.com/bruderstein/npp-plugins-x64/pull/12/files#diff-bb41a25d72af919d4ca90dd2321ea5faR2636 could be used as starting point for the adaptation.
-
This plugin requires vcruntime140.dll, not included into package and in installation instruction