The content here is your own summary, and some is in the online search, so if you have better skills, or find some skills to be perfected, please post it, let more people benefit.
[1] A text replacement ABC AAAAA123 ABC 444 finds ABC, replacing the ABC to the tail of the content to ABC EFG123 ABC EFG Solution: In the Replace dialog, find "ABC. *" In the lookup content. "Represents matching any character," * "means matching 0 times or more simultaneously checking" Regular Expression "and then click the" All Replace "button
[2] FTP Upload "File -> Remote Operation -> FTP Upload" Set the parameters in the Settings tab (the directory name should be added "/", "/ Web"), click "OK" Back "FTP Upload tab, then click "Upload"; "Batch Upload" is similar.
[3] Precautions for keyboard recording EDITPLUS's keyboard records some macros similar to UltraEdit, but the function is relatively single, and the recorded file can be editable. In order to avoid recording success, it is recommended to use keyboard operation Ctrl F to call out the lookup dialog box Ctrl H callout the replacement dialog Alt F4 Close dialog Other keyboard shortcuts can be easily found in the "Help - Shortcuts list" Until
[4] Close the convenient way to close the document tag Right-click the Document Tab Toolbar, select "Tag Options" in the pop-up menu, check "Close the button in the middle of the mouse", here including the mouse wheel
[5] Remove the blank launch editplus in EditPlus to open the text type file to be processed. 1. Select the "Replace" command to "Find" menu, pop up the text replacement dialog. Select the "Regular Expression" check box, indicating that we are looking for, replacing using regular expressions. Then, "current file" in the "Replacement range" is selected, indicating the current file operation. 2, click the button on the right side of the "Find Content" combo box, the drop-down menu appears. 3, the following operation adds a regular expression that represents the blank line to be found. (Tips: The blank line only includes space characters, tabs, carries, and must be one of the three symbols as the beginning, and the key to the end of the carriage is the key to finding the blank line. Regular expression). (1) Select "From the Before You Start", "Find Content" combo box appears characters "^", indicating that the string to be found must appear in a line in the text. (2) Select "Characters in the range", then add a pair of parentheses "[]" after "^" ", the current insertion point is in parentheses. Brackets are in the regular expression that any of the characters in the character match in the text is in line with the lookup condition. (3) Press the space button to add a space. The space is a constituent component of a space. (4) Select "Table" to add "/ t" representing the tab. (5) Move the cursor, move the current insertion point to "]", then select "Match 0 or more", which will add an asterisk character "*". The asterisk represents the space or tab in front of the front bracket "[]", and there are 0 or more in one line. (6) Select "Removal" and insert "/ N" and indicate the carrier. At this point, the regular expression is successful. 4, "Replace to" Combination box keeps empty, indicating that the content that is found. Click the "Replace" button to delete the blank line one by one, or click the "All Replace" button to delete all the space lines (Note: EditPlus sometimes "all replace" can not completely delete the blank line in one time, may be a program bug, need Press a few more times). For friends who are familiar with EditPlus, you can enter regular expressions directly in Find What * / n, pay attention to / t before there is a space.
[6] Let EditPlus Compilation Java Program J2SDK is usually the Java development tool running in command line mode, but if the J2SDK installation directory is relatively depressed, or the programming is not used to manipulating the command line mode, it will be troublesome. This issue can be solved with the functionality of user tools with Editplus. The method is as follows: 1. Click EditPlus's Tool / Configuration User Tools menu, select a group in the "Group and Tools" drop-down list in the pop-up window, point the "Group Name" button to set up a signature for the group. name. 2. Click the "Add Tool / Application" button to set "Menu Text" to Compile, click the button on the right of the "command", 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. (This is the key) 4. Click the "New Tool / Program" button again, set "Menu Text" to "Run", click the button on the right side of the "command", 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. Determine. Note: 1. Be sure to save the Java file before compiling the Java file, which is self-evident. [7] More tips
1. Find the paired "}" number in the document, first select a "{", then press CTRL }, you can find the paired "}"
2, press F9, you can add tags to the current row, regardless of any position of the document, you can hit the marked row.