First, build a C # Compilation environment from the menu "Tool" -> "Configure User Tool" to enter the user tool settings; click the "Group Name ..." button, change it to the group name you want, here I set it to "Debug C # "; Click the" New Tool "button to change the default menu text to" Debug C # "; fill in" D: /Windows / Microsoft.net/framework/v1.0.3705/csc "D: /Windows / Microsoft.Net/framework/v1.0.3705/csc ", here, this is not to let EditPlus find the csc.exe file by this to find the CSC.exe file; select" File Path "from the" Parameter "drop button, this parameter will pass Give csc.exe; click the "Capture Output" check box; click the "Output Form" button to open the Output Form dialog box, select "Use the default ..."; configure success! Try to write a program, click the "Debug C #" menu item from the Tools menu, and you will automatically run CSC.exe to compile the current file, and the output is displayed in the text box below. Double-click on a row of error messages, EditPlus will automatically locate the error. PS: Let EditPlus support .cs file, www.editplus.com has C # syntax files.
Second, build a Java compilation environment
1. Click EditPlus's Tools / Configuration User Tools menu, select a group in the Group and Tools Project drop-down list in the pop-up window, and click the Group Name button to set a iconic name for the group.
2. Click the "Add Tool / Application" button to set "Menu Text" to Compile, click the button on the right of the "command" bar to find the "javac.exe" file and open it. Click the down arrow on the right of the "Parameters" bar to select "File Name". Click on the button on the "Initial Directory" bar to select "File Directory".
3. Select the "Capture Output" check box.
4. Click the "New Tools / Program" button again to set the "Menu Text" to "Run", click the button on the right of the "command" bar, find the "Java.exe" file, and open it. Click on the down arrow on the right of the "Parameters" bar to select "File Name without the extension". Click on the button on the "Initial Directory" bar to select "File Directory".
5. Select the "Capture Output" check box. (This is the key)
6. OK.
PS: Lifting an Anti-three, others are also small.