- Цена
- 0
- Контакты
- jamesbeach
Whether you’re a web designer, programmer, or just need to edit some text, EmEditor has the coding features to help you get the job done.
Large File Support
Editor is optimized for handling large files, the kind of files that other editors just can’t handle. Files up to 16 TB can be opened in full using only a little bit of memory. For files even larger than that, EmEditor uses the Large File Controller to moderate how the program handles huge files.
Edit Files up to 16 TBEmEditor opens up to 16 TB or 1,099 billion lines – whichever is reached first, when opening a file – with only a little memory.
Large File Controller
The Large File Controller enables you to view and edit files larger than 16 TB by opening up one section of the file at a time. You can control which and how many lines are displayed, and view how much memory EmEditor is using.
Split/Combine Files
Easily manipulate your large files with the Split and Combine Files features, which allow you to cut up and put together files for quick and easy editing.
Fast Processing of Large Files
EmEditor is optimized for processing large files.
Multithreaded design
The key to EmEditor’s large file capabilities is its single-process, multithreaded design, which allows EmEditor to execute powerful functionality without compromising speed or taking up too much memory.
Large Files Up to 16 TB
EmEditor easily opens up to 16 TB (17,592,186,044,415 bytes) or 1,099 billion lines (1,099,511,627,775 lines) – whichever is reached first, when opening a file – in the 64-bit version of EmEditor if enough memory is available. Support up to 256 GB (274,877,906,943 bytes) or 2.14 billion lines (2,147,483,647 lines) in the 32-bit version. For files even larger than that, use the built-in Large File Controller.
Large File Controller
The Large File Controller enables you to view and edit files larger than 16TB (64-bit version) by opening up one section of the file at a time. You can control which and how many bytes are opened, and view how much disk space is available.
Editing
Syntax highlightingEmEditor provides syntax highlighting for 20 different languages, including C++, Java, HTML, Perl, Python, and many more. You can also easily create your own customized highlighting rules.
Multiple selection editing
With EmEditor’s multiple selection editing, you can quickly make changes at multiple locations in your document simultaneously–use it to rename variables, enter data, and generally make your life easier. Just hold CTRL when making selections to take advantage of this feature.
Binary Editing
EmEditor features a binary editor.
Bracket/Quotation Mark Auto-Complete
This feature automatically closes brackets and quotation marks after you type the opening bracket.
Clipboard History
Allows you to quickly select a previously used clipboard text.
Coding
Syntax Checker for HTML, CSS, JSON, XMLSyntax Checker validates HTML, CSS, JSON, and XML files.
Compare Documents
EmEditor comes with a built-in compare feature that allows you to view documents side-by-side with synchronized scrolling and highlighted differences.
Format
Language Server Protocol
EmEditor uses Language Server Protocol for hover tooltips, syntax checker, and the symbols list.
CommitList
CommitList is a simple Git interface.
EditorConfig Support
EditorConfig files specify a consistent formatting style for a project.
HTML Bar
HTML Bar features shortcut buttons to commonly used HTML tags and elements.
Snippets
Snippets allows you to insert words and phrases quickly.
Web Preview
Web Preview shows a preview of an HTML file in an embedded browser.
Word Complete
Word Complete makes it faster to type commonly used strings.
Search
Filter BarFilter the document to show only the lines that contain a string.
Find and Replace
The Find and Replace features a variety of search expressions which are suited for different needs.
Regular Expressions
Regular expressions allow you to specify complex search patterns to find what you’re looking for, fast.
Number range expression
A number range expression specifies a range of numbers, IP addresses, or dates for searching.
Batch Replace
Batch Replace automates multiple replace tasks at once.
Fuzzy matching
Fuzzy matching helps you finds close matches.
Search
Search is a sidebar for searching a string in all opened documents.
Multiple Selection Editing
Cheatsheet
| Keyboard Shortcut | Command |
| Ctrl + click and drag | Make multiple selections |
| F8 | Start and end multiple selections |
| Ctrl + Alt + Up or Down | Create new selections above or below |
| Ctrl + R | Select the next instance of the word under the cursor |
| Ctrl + Shift + A | Select all instances of the word under the cursor |
Also see “Common Keyboard Shortcuts” for other keyboard shortcuts.
How to use Vertical Editing
Cheatsheet
| Keyboard Shortcut | Command |
| Make vertical selection | Alt + click and drag |
| Make vertical selection with keyboard | Ctrl + Shift + F8 |
| Finish vertical selection with keyboard | Ctrl + F8 |
| Create new selections above or below | Ctrl + Alt + Up or Down |
Compare Documents
Compare > Compare … with …Regular Expressions
Binary Editing
Bracket/Quotation Mark Auto-Complete
Find and Replace
- Simple matching
- Regular Expressions
- Escape Sequence
- Number Range
Clipboard History
Batch Replace
Powerful CSV Tools