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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -