zhgzhg / Geany-JSON-Prettifier

A JSON formatter prettifier, minifier and validator plugin for Geany editor
GNU General Public License v2.0
26 stars 2 forks source link

Windows Support? #6

Closed own3mall closed 3 years ago

own3mall commented 4 years ago

Does this plugin support Geany in Windows? Is there a precompiled dll somewhere for it? I would love to use this plugin in Windows for Geany if possible!

Please let me know.

zhgzhg commented 4 years ago

Hello, unfortunately not. This might change, but will be in the distant future though.

own3mall commented 4 years ago

@zhgzhg Thanks for the information. :+1:

zhgzhg commented 4 years ago

@own3mall, it turns out that building a DLL for this particular plugin is quite straightforward.

I've attached it in the release for v1.6.0. Installation can be done by placing jsonprettfier.dll inside "<Geany's Install Directory>\lib\geany" and restarting the editor. Then Geany's plugin manager should be able to detect it.

own3mall commented 4 years ago

@zhgzhg Working fine for me in Windows. Thank you so much for this!

fyah commented 3 years ago

Hello,

would it be possible to get a x64 build ? geany's for windows is not built any more in 32bits...

thanks a lot!

zhgzhg commented 3 years ago

Thanks for bringing this to my attention. I'll try to create a x64 build...

zhgzhg commented 3 years ago

@fyah , I've attached the 64bit version (x86_64) in the release for v1.6.0. The installation is the same - by placing jsonprettfier_x86_64.dll inside "<Geany's Install Directory>\lib\geany" and restarting the editor

fyah commented 3 years ago

@zhgzhg I confirm it works like a charm, thanks a lot! (had to report false positive to antivirus before beeing able to load ....)

zhgzhg commented 3 years ago

Excellent, closing the ticket!