Showing posts with label EditPlus. Show all posts
Showing posts with label EditPlus. Show all posts

Sunday, 3 September 2017

How to compile and run from EditPlus



EditPlus is a Windows text editor with built-in FTP (also FTPS) and sftp capabilities. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.

Syntax highlighting for HTMLPHPJavaC/C++CSSASPPerlJavaScriptVBScriptPython and Ruby on Rails. Also, it can be extended for other programming languages based on custom syntax files.
Seamless Web browser for previewing HTML pages, and FTP (also sftp and FTPS) feature for uploading local files to FTP server.

After installation

1.Go to Tools Configure Tools 

2.Then Click on Add Tool then click on Program 

 3) Write the menu text-->compiler, commands-->path to your bin.exe, arguments--> filename for compilation and initial directory.

4.Add one more tool to run your java programs with the following arguments shown in picture below.





5.Inorder to test the tools create a new java file as shown below

6. go to tools to see the newly added user defined tools with their shortcuts


7. To compile your code press ctrl+1 and to run press ctrl+2



Once you run the code output is automatically shown on command prompt.