Write notepad++ plugins in a different language -
Write notepad++ plugins in a different language -
is possible write plugin notepad++ using language other c++ ? example, ruby or haskell.
there's c# template here nppplugin.net
with pythonscript plugin, , help python script plugin wrapper, can write plugins in python. believe due startup issue, wrapper dll must named such alphabetically comes after pythonscript.dll, otherwise works.
you can write plugin in language can export c style functions in dll, e.g. delphi.
plugins notepad++
Comments
Post a Comment