Many people like to write code with writing, like the feeling of handwriting code, can compile to run a headache, sometimes, using complex integrated development environment Editplus, UltraEdit, Notepad is a lot of masters Developing tools, where EditPlus is most convenient, but programming masters use Many EditPlus, just treat it as high-color display, Editplus supports HTML, CSS, PHP, ASP, Perl, C / C , Java, JavaScript, and VBScript syntax plus Bright, you can extend your own
EditPlus, convenient seamless integration default browser for web preview, built-in FTP can be uploaded directly, you can customize the template, you can also record macros, and automatic completion function (can be customized)
Don't talk about it, let's talk about the most meaningful configuration compilation environment.
Select "Tool" Select Config User Tools, point "Add Tool" in the pop-up menu, fill in "Menu Text" box "Compile (Javac) ", Fill in your javac.exe (such as: c: /jdk1.4/bin/javac.exe), select the drop-down vegetable selection behind Argument ($ filepath", Initial Directory (First Try Directory) "($ fileDir)", then "Capture Output" check box to continue adding tools, such as: java command, jar command, C , compilation operation, etc.
Press "OK"
Just write a program to test (Java example, other languages) Public class test {public static void main (string args []) {system.out.println ("i am weblogic server");}}
Press CTRL 1, Ctrl 2, Ctrl 3
If you are exciting, you will integrate compilation function.
Continued advanced articles
In fact, using editplus is a programmer, engage in these are small case. It is also not the advanced article. The key is to understand the upper and flexible use of the write batch file Run.bat: javac% 1.javajava% 1
Configure Run.Bat to configure it.
In this way, compilation and operation can be completed once, if you integrate Ant with this method, it will make it very easily.
I will don't give it, although there are still a lot of flexible use, but everyone is programmers, and the gourd painting scoop is best at. OK! Now everyone can be cool.