There are some tricks and tips about using UltraEditor V13+ to edit HTML source file:
- Recommending you guys using the newer version V14.20
- You can paste HTML source from a existing HTML page following the below steps:
- Copy the source content from the HTML page.
- Switch to your editor window.
- Click the menu: Edit->Paste Special-> HTML Source, this command will copy the content as HTML script rather than plain text.
- The UltraEditor V13+ has a built-in web browser for previewing current html source, you can toggle it by menu or toolbar.
- Menu: View->Toggle Browser View.
- UltraEditor V13+ provides a useful toolbar to input HTML tag and you can customize it.
- Customizing: Advanced->Configurations…-->Toolbar& Menus-->HTML Toolbar.
- When editing some source file , pressing F8 will show a "function list" for you. (it is not very good.)
- As you can see in the preceding picture, you can collapse and un-collapse you source code freely.
Other tips:
- There is no "Browser View" in the versions before V13.
- It do not load associated JavaScript files from local/remote file system till version V14 when previewing a HTML file in built-in browser.
- UltraEditor has a powerful script engine, you can develop some useful macros for your daily working.
- Pressing Alt+C (default key mapping) will change currently editor into column-mode, it is fantastic. (more functionalities are reside in menu "Column").
- The Perl-style regular-expression is only supported by the versions after V14, the others version support the UltraEditor style.
- Menu Search-->Find in Files/ Replace in Files is powerful for search keywords from a directory or file list.