A Java Compiler Plug-In for Notepad++
To install the Java Compiler plug in follow these instructions:
First close Notepad++, then:
- copy the PESMU.dll file into your Notepad++/plugins folder.
- copy the PESMU folder from the docs/ subdirectory into the Notepad++/plugins/doc folder.
- copy the PESMU folder from the Config/ subdirectory into the Notepad++/plugins/Config folder.
That is all. Now when you open Notepad++ you shoulder have all the PESMU features located under the Plugins->PESMU menu. You can access the beginners guide directly from here to learn about all of the features provided by the plugin and how to use them.
To contribute to the source code you should first familiarize yourself with the implementation of a Notepad++ plugin, then:
- go to the Notepad++ homepage
- download the plug-in template
- download the PluginDefinition.cpp and PluginDefinition.h files from this repository under the src folder and exchange them with the files that come with the template
- add your code