Skip to content

mpsmith414/JavaCompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCompile

A Java Compiler Plug-In for Notepad++

To install the Java Compiler plug in follow these instructions:

First close Notepad++, then:

  1. copy the PESMU.dll file into your Notepad++/plugins folder.
  2. copy the PESMU folder from the docs/ subdirectory into the Notepad++/plugins/doc folder.
  3. 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:

  1. go to the Notepad++ homepage
  2. download the plug-in template
  3. 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
  4. add your code

About

A Java Compiler Plug-In for Notepad++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages