EditPlusIt is a product made by Korean Sangil
Small but powerful by Kimtext editor, which can fully replaceNotepad, it also provides many powerful functions for web writers and programmers. Friends can use EditPlus to complete all the text editing functions you want. EditPlus is also a very easy-to-use HTML editor that supports C, C++, Perl, and Java. EditPlus software has built-in complete HTML.
& CSS1 directive function. Other features include FTP functionality, URL
Highlight, autocomplete, cut and paste text, row and column selection, powerfulSearchWith replacement, multiple undo/redo, spell check, custom shortcut keys, etc... EditPlus also has a powerful function that can connect to the Internet, which is undoubtedly crucial for developers who often develop online. Friends in need, please come to Huajun Software Park to download and use it!
1. EditPlus has a simple and beautiful interface and fast startup speed;
2. Good Chinese support;
3. Support syntax highlighting;
4. EditPlus supports code folding, which is widely praised by programmers;
5. Supports automatic code completion (but its function is relatively weak), but does not support the code prompt function;
6. EditPlus has powerful configuration functions, is relatively easy, and has strong expansion capabilities. Like PHP,JavaAs for the development environment for programs, etc., you only need to look at the information and configure it in a few minutes. It is very suitable for beginners to learn and use. It has good project engineering management functions. The built-in browser function is very convenient for web developers.
7. Editplus supports syntax highlighting of HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript and VBScript by default. By customizing syntax files, it can be extended to other programming languages and can be downloaded from the official website (most languages are supported).
8. editplus provides a seamless connection with the Internet, and the Intelnet browsing window can be opened in the work area of EditPlus.
9. Provides multiple working windows. Open multiple documents in the work area without switching to the desktop.
10. After correctly configuring the Java compiler "Javac" and the interpreter "Java", you can use the EditPlus menu to directly compile and execute Java programs.
EditPlus software features
1. Text editor
EditPlus is a powerful text editor with unlimited Undo/Redo functions, which can directly undo misoperations; it can also perform English spelling check, automatic line wrapping, column number marking, syntax highlighting, vertical selection, search functions, etc. You can find all the super functions that Notepad does not have here;
2. (X)HTML Editor
At the same time, EditPlus is also a useful (X)HTML editor. Click "File" - "New" - "HTMLPage" to open the "HTML Page Editor" window, and use the tools to directly edit and create web pages;
3. Write an email
When users send emails, they can write them in EditPlus first. After writing, execute "File" - "Others" - "Send Mail" to start the default mail client and send mail;
4. Lock files
Execute "File" - "Others" - "Lock File" to lock the specified file and other programs cannot modify it;
5. Copy to HTML
There are several functions in "Edit" - "Clipboard", among which "Copy to HTML" is very special. Interested netizens can try it.
EditPlus installation steps
1. First, select any address on this page to download the EditPlus software package locally, then unzip and run the installation program in the package. As follows: Download the new version of the Editplus software installation package from this site and double-click to run it.
2. Select [Accept] according to the prompts to enter the installation and setting interface of the EditPlus software, and select [...] to start the setting.
3. Finally, you can start to experience EditPlus after it is installed.
EditPlus usage tips
1. Set the configuration file path of EditPlus
After we perform a series of configurations on EditPlus, save these configuration files. In the future, when we reinstall the system or use a different computer, we only need to reload those configuration files, and the previous configurations will be restored, which is very convenient. Therefore, before talking about other configurations and techniques, we first set the EditPlus configuration file path.
1. Run and open EditPlus——[tools]——[Set Directories...]
2. Select the information you need to set. There are two directories, one is the file controller; the other is the grammar directory. You can set it according to your own needs.
2. Configuration file template, say goodbye to repetitive manual labor
Menu [File] → [New] → [Configure templates...] → In the opened dialog box, "fill in" the text displayed in the menu and the path to the template file. That's it. Next time you select [File] → [New] again, you will be able to see the template you created.
EditPlus commonly used shortcut keys
Preview files in browser mode: Ctrl + B
Start editing "File preview in browser mode": Ctrl + E
New html file: Ctrl+Shift+N
Create a new browser window (similar to opening ie in EditPlus): Ctrl+Shift+B
Switch the selected letters to lowercase: Ctrl+L
Switch selected letters to uppercase: Ctrl+U
Capitalize the first letter of the selected phrase: Ctrl+Shift+U
Copy selected text and append to clipboard: Ctrl+Shift+C
Cut selected text and append to clipboard: Ctrl+Shift+X
Make a copy of the current line: Ctrl+J
Copy a character from the previous line to the current line: Ctrl+-
Cut selected text and append to clipboard: Ctrl+Shift+X
Merge selected rows: Ctrl+Shift+J
Invert the case of selected text: Ctrl+K
Start/end selection area: Alt+Shift+B
Select the current line: Ctrl+R
Full screen mode on/off: Ctrl+K
Show or hide rulers: Alt+Shift+R
Show or hide tabs and spaces: Alt+Shift+I
Show function list: Ctrl+F11
Go to the specified line of the current document: Ctrl + G
Set or clear the mark of the current line: F9
Go to the next marked position: F4
Go to the previous marked position: Shift+F4
Clear all marks in the current document: Ctrl+Shift+F9
Search for a matching pair of brackets: Ctrl+]
Search for a matching pair of brackets and select the text: Ctrl+Shift+]
Switch the automatic line wrapping function of the current document: Ctrl+Shift+W
Edit the source file of the current HTML page: Ctrl+E
EditPlus FAQ
1. How to quickly delete spaces at the beginning of lines using EditPlus?
Path: Select text – Edit – Format – “Remove leading spaces” or “Clip trailing spaces”.
2. How to set the font size in editplus?
1. Run and open EditPlus——[Open File]——[Tools]——[preferences]
2. Select [General]-[Area]-select the required font size.
3. How to set up the browser for EditPlus?
1. Open the installed EditPlus on your computer, find the tool option in the toolbar at the top of the page, and click to open it.
2. In the drop-down menu that opens, find the preferences and open it directly.
3. Enter the settings page of preferences and click Tools in the left column.
4. At this time, you will see on the right side of the page that browser1 is currently the seamless browser by default, click the drop-down menu button.
5. In the pop-up drop-down menu, find the browser you want to use and select it directly.
6. After setting, click Apply, and click the OK button to exit.
7. At this time, we click on the small globe in the upper left corner of the page to run the source code, and then jump directly to the set browser page.
4. How does the EditPlus editor automatically complete the code?
1. Double-click the EditPlus shortcut to open the software. After opening the software, click [Preferences].
2. In the preferences window that opens, click [File Type and Syntax] on the left, select [HTML] as the file type, you can check the auto-complete option according to the actual choice, and click [...] at the back to open the default auto-complete file with the suffix acp for personalized writing.
3. Open the .acp file, you can see the first line #TITLE=HTML, which indicates the automatic completion of the file type; ignore the #CASE=n below. Next I started writing, #T=n
n is a shortcut field; the following is the label name to be set, and the one in the middle of the label is a regular expression. There is no need to change the default. Follow this format and add your own autocomplete.
4. Finally, click [Apply] at the bottom and you are done.
5. To finally check the effect, create a new HTML file, enter the letter "n", and press space
6.! At this time, [&nabsp] will be automatically typed, and the auto-complete function has been set up successfully.
Recommended software similar to EditPlus
1.UltraEdit 26 official versionIt is an efficient and practical text editing tool. UltraEdit
26 The latest version of the software is fully functional and supports editing text, hexadecimal, ASCII codes, configuration programming, regular file association and other functions. UltraEdit software is also advanced PHP, Perl, Java and
JavaScript program editor, with strong compatibility, meets all editing needs.
2.FoxitPDFEditorThe official version of the software is the first true PDF file editing software. Foxit PDF
Editor can modify PDF files. The latest version of FoxitPDFEditor is simple to operate and powerful. Users can adjust the property bar and bookmark bar according to their own needs, saving time and effort!
3.OneNote
2016It is a digital notebook used to record important events in life. You can briefly write down your thoughts and record class and meeting notes. It has no expiration date and can be used as long as you want. OneNote
In 2016, you can plan important events, seize inspiration and create new content, and use your notes across devices whether at home or in the office.
EditPlus is a text editor very suitable for developers. The function positioning of EditPlus editor is similar to notepad++, UltraEdit, etc. It can provide text, HTML and programming language editing functions for friends who need it. In addition, the editor has also compiled other editors for you to choose from. Such as:Pitaya Writing,UltraEdit,UltraEdit 26Waiting for download.
Version:
5.7 official version | Update time:
2025-01-08
The EditPlus interface design is easy to use and has rich functions. I highly recommend it!
3rd floorHuajun netizen2022-03-15 00:02:07
The overall feeling of EditPlus is good and I am quite satisfied with it. The installation and operation are very smooth! It went very smoothly following the installation step-by-step instructions!