General preferences

The General preferences control various overall behaviors of CotEditor.

Open a new document
You can set the timing to create a new document automatically.
On launch
With this option turned on, a new blank document will be opened when you launch CotEditor.
When CotEditor becomes active
With this option turned on, a new blank document will be opened when you click CotEditor's icon in the Dock and you had no window already open.
Document save
You can set the way to make document backup.
Enable Auto Save with Versions
With this option turned on, document automatically saves changes to your file constantly while editing. This option also enables Versions, the modern system feature allowing you to go back to previous versions, as well as modifying document name or location from the window title bar.
Even if it turned off, CotEditor creates backup covertly for unexpected crash.
Trim trailing whitespace on save
With this option turned on, whitespaces at the end of lines are removed automatically every time when document will be saved.
When document is modified by another application:
You can set the behavior when the document file was updated by another application while it is opened in CotEditor.
Keep CotEditor's edition
Do nothing and keep CotEditor's edition. CotEditor may ask whether overwrite the file that was modified by another application first when user saves the document.
Ask how to resolve
Display a dialog when the file was modified by another application so that user can choose between to keep CotEditor's edition or to revert to the latest file.
Update to modified edition
Update editor's text to the latest version silently when the file was modified by another application. Take notice that the undo history will also be cleared after updating.
Application
You can set the general application behavior.
Share find text with other applications
With this option turned on, the Find panel automatically retrieves the latest Find string searched in another Cocoa application.
Inline script menu items into contextual menu
With this option turned on, the contents of the Script menu items, which are in the Script submenu by default, appear inlined in the contextual menu.
Count each line ending as one character
With this option turned on, the character count displayed in the document inspector and the status bar includes line endings.
Link URL in document
With this option turned on, automatically link to the URL found in the document.
Check spelling as you type
This option allows you to automatically check your spelling as you type.
Highlight matching braces “( )” “[ ]” “{ }”
When this option turned on, CotEditor briefly highlights the corresponding opening brace when you write a closing brace.
Highlight "< >"
If this is on, highlighting will apply to angle brackets “< >” as well.
Software Update (only on non-AppStore ver.)
You can set software updater behavior.
Automatically check for updates
With this option turned on, CotEditor checks the existence of the new version via internet automatically on launch. Then if the new one has been released, CotEditor notifies the information on a panel.
Include pre-releases
With this option turned on, the updater also check about release of pre-release versions (beta versions). Take notice that they could be unstable.

See also