WebEdit Plugin for NPP x64 ?
-
I used to use WebEdit Plugin for NPP 32-bit. Now I upgraded to NPP x64, sadly there’s no 64 bit-plugin available yet, although the developer planned to port it to 64-bit some years ago.
Do you have an idea if there will be WebEdit 64-bit some day? And what alternative 64 bit-plugin I could use instead for writing HTML code?
-
The WebEdit source code is Modula-2 (technically speaking, it’s the Oberon-2 dialect).
The XDS compiler can probably build 64-bit DLLs. I don’t know Modula enough to throw a dart at it, so it’s not going to happen anytime soon.
-
FYI It turns out WebEdit has been living a second life on GitHub as a .NET Framework plugin, presumably capable of targeting x86_64: https://github.com/alex-ilin/WebEdit
To be honest it looks like an abandoned work in progress, but might be worth fixing up if someone has the time.