Anonymous
2012-03-23
I know we can just write python scripts in npp, but as I am not a good python developer, also eclipse provides many functions to make write python easier, I would like to write npp plugins in Eclipse using PythonScript.
Anyone can tell me how to import PythonScript to eclipse?
Thanks very much.
Anonymous
2012-03-23
Using Eclipse python plugins, we can pyde - http://pydev.org/, we can know what classes and functions PythonScript provides - this would make us familiar with PythonScrip, and use it to write plugins.