|
EditPlus Text Editor V2.3 - User Guide and FAQ
Screenshots - More Details
Features
Syntax highlighting
EditPlus supports powerful and customizable syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript and VBScript by default. Also, you can create your own syntax file to support other programming languages.
Internet features
- Seamless web browser for previewing the content of your HTML document or Java applet without leaving the editor. Browser window also has common browser commands so you can browse Internet web sites as well as local HTML files.
- FTP commands for uploading your local files to FTP server or for editing remote files directly.
- Highlights URL and e-mail addresses in normal text files and lets you activate them with a single keystroke (F8) or 'Ctrl + double-click'.
HTML toolbar
The HTML Toolbar allows you to insert common HTML tags quickly and easily. It also supports useful tools such as HTML Color Picker, Character Picker, Table Generator and Object Picker.
Document selector
The Document Selector offers quick mouse access to all document windows currently loaded. Much faster than selecting on Window menu or pressing Ctrl+Tab key multiple times.
User tools
EditPlus supports user-defined tools, help files and keystroke recording files. The output of tool execution can be captured in the Output Window, so that you can double-click the error line to automatically load the file and locate the cursor to that line.
Auto-completion
Auto-completion is a time-saving feature which changes a short abbreviation into a complete string. It supports Perl and C/C++ by default. Also, you can create your own auto-completion file to support other programming languages.
Cliptext window
The cliptext window is collection of text clips for quick and easy access. You can easily customize them, and you can also create your own cliptext file.
Document template
Document template offers a quick start when you create a new document.
Other features
Line number, ruler, column selection, powerful search and replace, multiple undo/redo, spell checker, customizable keyboard shortcuts, and more.
Frequently Asked Questions - EditPlus Text Editor
- How to disable backup files?
On 'Files' page of the Preferences dialog box, please turn off 'Create backup file when saving' option.
- How to compile and run Java or C/C++ files?
You can setup the Java compiler or C/C++ compiler on 'User tools' page of Preferences dialog box. Please press 'Add Tool'->'Program' button and try to set the options like this:
Example 1. Java Compiler
Menu text: Java Compiler
Command: c:\java\bin\javac.exe
Argument: "$(FilePath)"
Initial directory: $(FileDir)
Capture output: ON
Example 2. Turbo C 2.01
Menu text: Turbo C
Command: c:\tc\tcc.exe
Argument: -Ic:\tc\include -Lc:\tc\lib -n$(FileDir) $(FilePath)
Initial directory: c:\tc
Capture output: ON
Example 3. Borland C++ 5.5
Menu text: Borland C
Command: c:\bc\bin\bcc32.exe
Argument: -Ic:\bc\include -Lc:\bc\lib -n$(FileDir) $(FilePath)
Initial directory: c:\bc\bin
Capture output: ON
Example 4. Visual C++
Menu text: Visual C++
Command: c:\msdev\vc98\bin\cl.exe
Argument: "$(FilePath)"
Initial directory: $(FileDir)
Capture output: ON
The above settings must be replaced with the actual path of the Java compiler or C/C++ compiler on your system.
After the setting is completed, you can run the command on 'Tools' menu, and the result will be shown in the Output Window at the bottom. You can also run the tool through the shortcut key (Ctrl + 0-9) or thought the icons on the 'User toolbar'.
To run the compiled Java class file, you can set the options like this:
Menu text: Java
Command: c:\java\bin\java.exe
Argument: $(FileNameNoExt)
Initial directory: $(FileDir)
The 'Command' field should be replaced with the actual path of the Java interpreter.
To run the compiled *.exe file, you can set the options like this:
Menu text: Run
Command: $(FileNameNoExt)
Argument:
Initial directory: $(FileDir)
- How to add custom stx, acp and ctl files?
To add *.STX or *.ACP file:
1. select 'Settings & syntax' page on the Preferences dialog box.
2. Select desired file type or press Add button if you cannot find any. When you add a new file type, enter the file extension on the 'File extension' field.
3. Enter the full path of the STX and ACP file on the 'Syntax file' and 'Auto completion' field.
To add a *.CTL file:
*.CTL file is 'cliptext' file which you can use in the Cliptext Window. To add a *.CTL file, copy it to the EditPlus directory and restart EditPlus. If the cliptext window is hidden, you can use 'Cliptext Window' command on 'View' menu to show it at the left side of the main window.
- Why "WINOLDAP" remains after some 16-bit user tools exit?
After some 16-bit user tools exit, you may notice that "WINOLDAP" process is still running. This is because WINOLDAP is not being automatically closed when it finishes. In order to remedy this you need to modify the DOS box properties for CONAGENT.EXE, CONAGENT.PIF, or _DEFAULT.PIF (probably in \windows).
- Start Explorer.
- Locate one of the above files in the \windows\system directory.
- When over the file click the right mouse button.
- Choose 'Properties' from the speed menu.
- Choose the 'Program' tab.
- Turn on the 'Close on exit' option.
- Does EditPlus support file comparison feature?
No, EditPlus does not support file comparison feature. But you can run external application as user tool with $(WindowList) argument.
Example:
Command: WinDiff.exe
Argument: $(WindowList)
Screenshots - More Details
|