File compare and synchronize directories tools
"Software that works." 

Toolbar - "Editor"

Short overview of the Editor toolbar.

Icon Description Hot key

Cut* - Use this command to remove currently selected text from the document and put it on the clipboard. This command is unavailable if there is no text currently selected. Cutting text to the clipboard replaces the contents previously stored there.

Ctrl+X,
Shift+Delete

Copy - Use this command to copy selected text onto the clipboard. This command is unavailable if there is no text currently selected. Copying text to the clipboard replaces the contents previously stored there.

Ctrl+C

Copy as HTML - Copying of the allocated text in HTML Clipboard format into exchange buffer. Allows saving besides the text its syntax highlight marking. For example, you can use this command for the subsequent accommodation of allocated text in such text editors as Word.

Ctrl+Alt+H

Copy as HTML text - The same as the previous command, but into exchange buffer is located a usual plain text which represents HTML code of syntactic marking of allocated text block. It is convenient to use at publication of initial code parts or Web text. Placed into exchange buffer text is HTML document with standard heading, styles and body tags.

Ctrl+Alt+C

Paste* - Use this command to insert a copy of the clipboard contents at the insertion point. This command is unavailable if the clipboard is empty.

Ctrl+V
Undo - Use this command to reverse the last editing action, if possible. The name of the command changes, depending on what the last action was. This command is unavailable if there is no editing action done. Alt+Backspace
Redo - Use this command to reverse the last undo action, if possible. The name of the command changes, depending on what the last undo action was. This command is unavailable if there is no undo action done. Ctrl+A
Toggle bookmark - Set/remove of bookmark point. Allows simplifying navigation through the text, establishing bookmark in the most important sense places. Ctrl+F2
Next bookmark - transition on following bookmark in the list of existing. F2
Previous bookmark - transition on previous bookmark in the list of existing. Shift+F2
Clear all bookmarks - to remove all established bookmarks. Ctrl+Shift+F2
Change font - command of a font choice which is used in Comparison Panes to display the text.  
Show line numbers - turn on/off lines numbering of lines in Comparison Panes. Ctrl+N
On/Off syntax highlight -turn on/off syntactic highlight in Comparison Panes. Ctrl+S
Strip trailing blanks - removal of blanks and tabulation symbols at the end of a line through the whole text in the current Comparison Pane.  

*Note: Because of constantly support of synchronous condition of Comparison Panes, the behavior of some commands differs from the standard. For example if we delete a multiline text block using Cut and Delete commands it is replaced with equivalent quantity of virtual lines. Paste command except inserting of the text into current Comparison Pane also adds in opposite one the required quantity of virtual lines.


Related Topics