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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.