ボタンやその他のコントロール

設定によっては、多くのボタンが表示されたツールバーやリボンが表示されます。各ボタン上でマウスポインターを停止すると、機能を説明するツールチップが表示されます。

ウィンドウの左側にはロケーターバーがあります。これによって、ファイル中のどこに変更があるのかを概観することができます。ロケーターバーは3列あります。左の列は左画面を、右の列は右画面を、中央の列は(表示されている場合)下画面を表しています。1画面表示時は左の列のみ表示されます。ロケーターバーは、各画面を同時にスクロールさせるスクロールバーとしても使用できます。

単語をダブルクリックすると、文書中の単語の出現位置が、メイン画面とロケーターバーの両方で強調表示されます。強調表示を解除するには、もう一度単語をダブルクリックします。

左マージンをクリックしたり、行をトリプルクリックしたりすると、行全体を選択することができます。

Below the bottom window is the status bar. This shows the number of lines added and deleted in Theirs and Mine, and the number of unresolved conflicts remaining.

The status bar also contains combo box controls which indicate how the files are handled and treated:

エンコーディング

The encoding specifies how the characters in the views are loaded/saved and shown. The most common encoding in English is ASCII (which means the local encoding of the OS language), but you can change this to be UTF8, UTF16LE, UTF16BE, UTF32LE and UTF32BE, both with or without a byte order mark (BOM).

改行コード

The most common line endings on Windows is CRLF, but you can change the line endings to whatever you like. Note that if you change the line endings, then all line endings in the whole file will change, even if when loaded the line endings were not all the same.

タブ

The option at the top of the combo box menu indicates whether tabs or spaces are inserted when you press the tab key. The smart tab char option if enabled uses an algorithm to determine whether one or the other is best used.

The tab size specifies how many space chars are inserted when editing and pressing the tab char, or how many chars the next word is indented when a tab char is encountered.