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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -