Add “in CotEditor” to help contents titles

This commit is contained in:
1024jp 2022-05-07 00:45:01 +09:00
parent 82ffc6807b
commit 253abffc9e
144 changed files with 412 additions and 413 deletions

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="text encoding, encoding, detction"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Use encoding declarations for encoding detection</title>
<title>Use encoding declarations for encoding detection in CotEditor</title>
</head>
<body>
<h1>Use encoding declarations for encoding detection</h1>
<h1>Use encoding declarations for encoding detection in CotEditor</h1>
<p>When the “Refer to encoding declaration in document” option is turned on in the Format preferences pane, CotEditor reads the following types of encoding declarations (if present) — <code>charset=</code>, <code>encoding=</code>, <code>@charset</code>, <code>encoding:</code> and <code>coding:</code> — when opening a file. If written properly, these declarations will be used to determine the files text encoding.</p>
<p>A declaration can be anywhere in the document, the one either in the comment area or in a plain sentence is detected. When you want to use a phrase such as “charset=UTF-8” even though your documents encoding is not UTF-8, you need to put an actual encoding declaration prior to the phrase, or, turn off the “Refer to encoding declaration in document” option in the Format preferences.</p>
@ -20,7 +20,7 @@
<li>The encoding name which comes after “<code>charset=</code>” or “<code>encoding=</code>” can be without double-quotes (&quot;) around.</li>
<li>In the case there are multiple encoding declarations in your document, CotEditor uses the first one to determine the text encoding.</li>
<li>When the encoding is declared as Shift JIS (written like <code>charset=&quot;Shift_JIS&quot;</code>), CotEditor chooses the prioritized one (the upper one in the encoding list) between “Japanese (Shift JIS)” and “Japanese (Shift JIS X0213).”<br />
<a href="howto_customize_encoding_order.html">Set the priority of encoding detection</a></li>
<a href="howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
</ul>
@ -28,7 +28,7 @@
<h2>See also</h2>
<ul>
<li><a href="pref_format.html">Change Format preferences</a></li>
<li><a href="howto_customize_encoding_order.html">Set the priority of encoding detection</a></li>
<li><a href="howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="File Drop, pre-formatted strings"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Write insertion format for File Drop</title>
<title>Write insertion format for File Drop in CotEditor</title>
</head>
<body>
<h1>Write insertion format for File Drop</h1>
<h1>Write insertion format for File Drop in CotEditor</h1>
<p>CotEditor has the following variables for the use of File Drop.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="line ending, newline, line break, LF, CR, CRLF, NEL, LS, PS"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Handle various types of line endings</title>
<title>Handle various types of line endings in CotEditor</title>
</head>
<body>
<h1>Handle various types of line endings</h1>
<h1>Handle various types of line endings in CotEditor</h1>
<p>CotEditor can handle various types of line endings. In general, CotEditor uses a single type of line ending set for the document consistently.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="regular expression, regex, RE"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Use the regular expression</title>
<title>Use the regular expression in CotEditor</title>
</head>
<body>
<h1>Use the regular expression</h1>
<h1>Use the regular expression in CotEditor</h1>
<p>CotEditor uses the ICU regular expression engine. See the following reference to make sure it works properly.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="text encoding, Shift JIS, japanese"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Use four kinds of Shift JIS properly</title>
<title>Use four kinds of Shift JIS properly in CotEditor</title>
</head>
<body>
<h1>Use four kinds of Shift JIS properly</h1>
<h1>Use four kinds of Shift JIS properly in CotEditor</h1>
<p>The four kinds of Shift JIS are different from each other as described below:</p>
@ -47,7 +47,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="howto_inspect_usedchar.html">Check whether incompatible characters are included</a></li>
<li><a href="howto_inspect_usedchar.html">Find characters incompatible with document encoding</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="source code, license"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>CotEditors Source Code</title>
<title>CotEditors source code in CotEditor</title>
</head>
<body>
<h1>CotEditors Source Code</h1>
<h1>CotEditors source code in CotEditor</h1>
<p>CotEditor is open-source software. The source code is available for download at the <a href="https://github.com/coteditor/" rel="external">CotEditor Project</a> page on GitHub.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="text encoding, yen, backslash"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If the Yen sign appears as a backslash</title>
<title>If the Yen sign appears as a backslash in CotEditor</title>
</head>
<body>
<h1>If the Yen sign appears as a backslash</h1>
<h1>If the Yen sign appears as a backslash in CotEditor</h1>
<p>With one of the text encodings listed below, a halfwidth Yen character (&#x00A5;) is displayed as is when you type, but if you change the encoding, or, if you save and reopen the file, it will be displayed as a backslash (&#x005C;).</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="garbled character, encoding"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If characters arent displayed correctly</title>
<title>If characters arent displayed correctly in CotEditor</title>
</head>
<body>
<h1>If characters arent displayed correctly</h1>
<h1>If characters arent displayed correctly in CotEditor</h1>
<p>Characters can be garbled if CotEditor fails to detect the files text encoding correctly. In such cases, change the text encoding as described below:</p>
<ol>
@ -29,7 +29,7 @@
<ul>
<li>You can also change the text encoding from the encoding menu in the status bar.</li>
<li>Changing the priority of auto-detection may help to reduce the occurrences of garbled characters.<br />
<a href="howto_customize_encoding_order.html">Set the priority of encoding auto-detection</a></li>
<a href="howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
<li>If you turn on “Refer to encoding declaration in document” in the Format preferences pane, in-document encoding declarations, such as “<code>encoding=</code>” or “<code>@charset</code>,” will take precedence when CotEditor detects the text encoding.<br />
<a href="about_autodetect_charset.html">Use encoding declarations for encoding detection</a></li>
</ul>
@ -38,7 +38,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="howto_customize_encoding_order.html">Change priority of encoding detection</a></li>
<li><a href="howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
<li><a href="about_autodetect_charset.html">Use encoding declarations for encoding detection</a></li>
<li><a href="about_shiftjis.html">Use four kinds of Shift JIS properly</a></li>
</ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="save, access privilege"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If you cant save a file</title>
<title>If you cant save a file in CotEditor</title>
</head>
<body>
<h1>If you cant save a file</h1>
<h1>If you cant save a file in CotEditor</h1>
<p>In the cases described below, you cant save the file youre working on. What you need to do then is save it with another name, or change the file permission using the Finder or Terminal.</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="key binding, keyboard shortcut"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If your key bindings dont work as you expect</title>
<title>If your key bindings dont work as you expect in CotEditor</title>
</head>
<body>
<h1>If your key bindings dont work as you expect</h1>
<h1>If your key bindings dont work as you expect in CotEditor</h1>
<p>If a key binding you set doesnt work properly chances are that:</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="issue, problem, solution, answer, question, environmnet, trouble, troubleshooting"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If you cant find a solution</title>
<title>If you cant find a solution in CotEditor</title>
</head>
<body>
<h1>If you cant find a solution</h1>
<h1>If you cant find a solution in CotEditor</h1>
<p>If you couldnt find any answer to your problem, please inquire. In doing so, choose Create Issue Report in the Help menu and fill out the form.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="coloring, recoloring, re-color all"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>If syntax coloring seems not working properly</title>
<title>If syntax coloring seems not working properly in CotEditor</title>
</head>
<body>
<h1>If syntax coloring seems not working properly</h1>
<h1>If syntax coloring seems not working properly in CotEditor</h1>
<p>When syntax coloring seems not working properly, try the following procedure:</p>
<ol>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Word Completion, complete words, completing"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Complete words</title>
<title>Complete a word in CotEditor</title>
</head>
<body>
<h1>Complete words</h1>
<h1>Complete a word in CotEditor</h1>
<p>Word completion assists you to input words faster, such as when typing reserved words of programming languages, by typing just a few letters and selecting the complete word from the candidate list.</p>
@ -17,7 +17,7 @@
<img class="bordered" src="../gfx/completion@2x.png" width="200" alt="completion.png"/>
</figure>
<p>To complete words, follow the instruction below:</p>
<p>To complete a word, follow the instruction below:</p>
<ol>
<li>Type the first few letters of a word.</li>
<li>Choose the Complete command in the Edit menu, or press either <kbd>Option</kbd>-<kbd>Esc</kbd> or <kbd>F5</kbd>.</li>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Word Completion, possible completion"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change the scope of completion words</title>
<title>Change the scope of completion words in CotEditor</title>
</head>
<body>
<h1>Change the scope of completion words</h1>
<h1>Change the scope of completion words in CotEditor</h1>
<p>You can expand/limit the range of possible completions. The completion list can show only the words in your document, or additionally, the words specified by your syntax style, or along with them all, standard words.</p>
<ol>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="text encoding, detection"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change priority of encoding detection</title>
<title>Change priorities of text encodings in CotEditor</title>
</head>
<body>
<a name="howto_customize_encoding_order"></a>
<h1>Change priority of encoding detection</h1>
<h1>Change priorities of text encodings in CotEditor</h1>
<p>You can prioritize specific encodings to detect text encoding of documents.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="font, character, font type, font size, customize"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change font type</title>
<title>Change font type in CotEditor</title>
</head>
<body>
<h1>Change font type</h1>
<h1>Change font type in CotEditor</h1>
<p>You can change your documents font type.</p>
<ol>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="key bindings"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Customize key bindings</title>
<title>Customize key bindings in CotEditor</title>
</head>
<body>
<h1>Customize key bindings</h1>
<h1>Customize key bindings in CotEditor</h1>
<p>You can fully customize CotEditors menu key bindings. Also, you can store text snippets that have your preferred key bindings assigned. For example, you can insert “<code>&lt;br /&gt;</code>” (with a line ending) by pressing <kbd>Shift</kbd>-<kbd>Return</kbd>. Go to the Key Bindings pane in the preferences to create your own key bindings.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="theme, syntax coloring, highlight"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Customize themes</title>
<title>Customize themes in CotEditor</title>
</head>
<body>
<h1>Customize themes</h1>
<h1>Customize themes in CotEditor</h1>
<p>CotEditors theme is a collection of settings about the editors coloring.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="toolbar, customizing"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Customize toolbar</title>
<title>Customize toolbar in CotEditor</title>
</head>
<body>
<h1>Customize toolbar</h1>
<h1>Customize toolbar in CotEditor</h1>
<p>Like the Finder or many Cocoa applications, CotEditor allows you to customize the toolbar. To do that:</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="invisible characters, invisibles, control characters, space, tab, line ending"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Display invisible characters</title>
<title>Display invisible characters in CotEditor</title>
</head>
<body>
<h1>Display invisible characters</h1>
<h1>Display invisible characters in CotEditor</h1>
<p>The Invisible Characters feature allows you to draw invisible characters, such as special characters for formatting, in a document with alternative symbols so that you can find where they are.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="multi cursor, multi insersion, multiple cursors, rectangular selection"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Edit multiple points</title>
<title>Edit multiple points in CotEditor</title>
</head>
<body>
<h1>Edit multiple points</h1>
<h1>Edit multiple points in CotEditor</h1>
<p>In multi-cursor editing, the same text can be input at multiple desired points at once.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="File Drop"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Drop files</title>
<title>Drop files to editor in CotEditor</title>
</head>
<body>
<h1>Drop files</h1>
<h1>Drop files to editor in CotEditor</h1>
<p>File Drop is the feature to insert custom text based on the files dropped to the editor. For example, you can automatically insert the <code>img</code> tag into your HTML document by dropping an image file from the Finder.</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="find,replace,replacement,regex,regular expression"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Find or replace text</title>
<title>Find or replace text in CotEditor</title>
</head>
<body>
<a name="howto_find"></a>
<h1>Find or replace text</h1>
<h1>Find or replace text in CotEditor</h1>
<p>CotEditor has a powerful find and replacement feature that also can use regular expression.</p>
@ -116,7 +116,7 @@
<ul>
<li><a href="howto_find_newline.html">Find or replace a line ending</a></li>
<li><a href="about_regex.html">Use the regular expression</a></li>
<li><a href="howto_multiple_replace.html">Replace with multiple rules</a></li>
<li><a href="howto_multiple_replace.html">Replace text by multiple rules</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="line ending, newline, LF, CR, CRLF"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Find inconsistent line endings</title>
<title>Find inconsistent line endings in CotEditor</title>
</head>
<body>
<a name="inconsistent_line_endings"></a>
<h1>Find inconsistent line endings</h1>
<h1>Find inconsistent line endings in CotEditor</h1>
<p>CotEditor automatically detects line endings inconsistent with the document line ending setting. Inconsistent line endings can cause problems in various ways, such as running a script.</p>
@ -48,7 +48,7 @@
<ul>
<li><a href="about_line_endings.html">Handle various types of line endings</a></li>
<li><a href="howto_find_newline.html">Find or replace a line ending</a></li>
<li><a href="howto_inspect_usedchar.html">Check whether incompatible characters are included</a></li>
<li><a href="howto_inspect_usedchar.html">Find characters incompatible with document encoding</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="search, replace, line ending, newline, line break"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Find or replace a line ending</title>
<title>Find or replace a line ending in CotEditor</title>
</head>
<body>
<h1>Find or replace a line ending</h1>
<h1>Find or replace a line ending in CotEditor</h1>
<h2>Input a line ending</h2>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="input, insert, unicode, code point, hex"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Input a character using Unicode code point</title>
<title>Input a character using Unicode code point in CotEditor</title>
</head>
<body>
<h1>Input a character using Unicode code point</h1>
<h1>Input a character using Unicode code point in CotEditor</h1>
<p>You can input characters with Unicode code points.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="unicode, character, code point"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Get information about a character</title>
<title>Get information about a character in CotEditor</title>
</head>
<body>
<h1>Get information about a character</h1>
<h1>Get information about a character in CotEditor</h1>
<p>CotEditor can inspect the information about the selected character. Select exactly a single character and choose Inspect Character in the Text menu or press the <kbd>Command</kbd>-<kbd>Option</kbd>-<kbd>I</kbd> keys.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Get Info, information"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Get information about a document</title>
<title>Get information about a document in CotEditor</title>
</head>
<body>
<h1>Get information about a document</h1>
<h1>Get information about a document in CotEditor</h1>
<p>In the document inspector, you can see the various information about your document.</p>
<ol>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Get Info, information, incompatible characters"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Check whether incompatible characters are included</title>
<title>Find characters incompatible with document encoding in CotEditor</title>
</head>
<body>
<h1>Check whether incompatible characters are included</h1>
<h1>Find characters incompatible with document encoding in CotEditor</h1>
<p>If you input a character which is incompatible with your documents current encoding, it can appear garbled when you save and reopen the file. This function helps to prevent that kind of problem. You can check if there are any such problematic characters in your document, before closing it.</p>
<p>Also, this function is useful when you are going to convert between the two encodings whose character repertoires are different from each other, for example, from Japanese (Mac OS) to Japanese (Windows, DOS) or from Unicode to a local encoding.</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Go to, menu"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Go to a specific line</title>
<title>Go to a specific line in CotEditor</title>
</head>
<body>
<a name="howto_jump"></a>
<h1>Go to a specific line</h1>
<h1>Go to a specific line in CotEditor</h1>
<p>When you choose Go to Line in the Find menu, or press Command-L, CotEditor displays the Go To dialog to give you quick access to the line(s) you want to see.</p>

View File

@ -4,14 +4,13 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="find,replace,replacement,regex,regular expression,batch"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Replace with multiple rules</title>
<title>Replace text by multiple rules in CotEditor</title>
</head>
<body>
<a name="howto_multiple_replace"></a>
<h1>Replace with multiple rules</h1>
<h1>Replace text by multiple rules in CotEditor</h1>
<p>Using the <dfn>Multiple Replacement</dfn> feature, you can process multiple text replacements at once in succession. The replacement rules can be stored as a named preset and reused when you need.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="invisible, file, open, hidden"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Open hidden files</title>
<title>Open hidden files in CotEditor</title>
</head>
<body>
<h1>Open hidden files</h1>
<h1>Open hidden files in CotEditor</h1>
<p>The checkbox “Show hidden files” in the open dialog can switch the visibility of hidden files in the dialog.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="paste, paste exactly, clipboard, line ending"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Paste text</title>
<title>Paste text in CotEditor</title>
</head>
<body>
<h1>Paste text</h1>
<h1>Paste text in CotEditor</h1>
<p>You can paste the plain-text information in the clipboard to the insertion points in the current editor by choosing Edit &gt; Paste or pressing <kbd>Command</kbd>-<kbd>V</kbd>.</p>
<p>When the text is pasted, CotEditor implicitly converts the line endings in the text to paste to the line endings in the document to be pasted so that you dont need to care about the difference in the line endings types.</p>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="sort, pattern sort"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Sort lines with specific pattern</title>
<title>Sort lines using specific pattern in CotEditor</title>
</head>
<body>
<a name="howto_pattern_sort"></a>
<h1>Sort lines with specific pattern</h1>
<h1>Sort lines using specific pattern in CotEditor</h1>
<p>From Sort by Pattern command in the Text &gt; Lines menu, you can sort selected lines by specifying the way to compare.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="print, header, footer"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Print a document</title>
<title>Print a document in CotEditor</title>
</head>
<body>
<h1>Print a document</h1>
<h1>Print a document in CotEditor</h1>
<p>To print your document, choose File &gt; Print.</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="selecting rectangular area"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Select rectangular area</title>
<title>Select rectangular area in CotEditor</title>
</head>
<body>
<h1>Select rectangular area</h1>
<h1>Select rectangular area in CotEditor</h1>
<p>You can select a rectangular area in your document. To do so, drag and select text while holding down the <kbd>Option</kbd> key.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Outline"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Build Outline</title>
<title>Build Outline in CotEditor</title>
</head>
<body>
<h1>Build Outline</h1>
<h1>Build Outline in CotEditor</h1>
<p>The Outline feature extracts specific parts of your document and generates a list according to the definition of the syntax style.</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="splitting, split editor, split view"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Split editor</title>
<title>Split editor in CotEditor</title>
</head>
<body>
<h1>Split editor</h1>
<h1>Split editor in CotEditor</h1>
<p>To split an editor into multiple panes, choose View &gt; Split Editor, or, click the icon on the right edge of the navigation bar.</p>
<p>To close a split editor, choose View > Close Split Editor, or click the icon on the left edge of the navigation bar.</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Appearance preferences, Appearance, appearance"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Appearance preferences</title>
<title>Change Appearance preferences in CotEditor</title>
</head>
<body>
<a name="pref_appearance"></a>
<h1>Change Appearance preferences</h1>
<h1>Change Appearance preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Appearance preferences to choose the appearance of documents, such as font, line height, and colors. To change these preferences, choose CotEditor &gt; Preferences, then click Appearance.</p>
@ -123,7 +123,7 @@
<h2>See also</h2>
<ul>
<li><a href="howto_customize_theme.html">Customize themes</a></li>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Edit preferences, edit, edit style"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Edit preferences</title>
<title>Change Edit preferences in CotEditor</title>
</head>
<body>
<a name="pref_edit"></a>
<h1>Change Edit preferences</h1>
<h1>Change Edit preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Edit preferences to choose how the editor behaves while editing. To change these preferences, choose CotEditor &gt; Preferences, then click Edit.</p>
@ -169,7 +169,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="File Drop preferences, File Drop"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change File Drop preferences</title>
<title>Change File Drop preferences in CotEditor</title>
</head>
<body>
<a name="pref_filedrop"></a>
<h1>Change File Drop preferences</h1>
<h1>Change File Drop preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use File Drop preferences to choose how to insert a preset text when you drop a file onto the editor. To change these preferences, choose CotEditor &gt; Preferences, then click File Drop.</p>
@ -54,9 +54,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="howto_filedrop.html">Drop files</a></li>
<li><a href="howto_filedrop.html">Drop files to editor</a></li>
<li><a href="about_filedrop.html">Write insertion format for File Drop</a></li>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Format preferences, format, line endings, new line, encoding, syntax"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Format preferences</title>
<title>Change Format preferences in CotEditor</title>
</head>
<body>
<a name="pref_format"></a>
<h1>Change Format preferences</h1>
<h1>Change Format preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Format preferences to set the default format for documents such as line ending type and text encoding, and to manage syntax styles. To change these preferences, choose CotEditor &gt; Preferences, then click Format.</p>
@ -40,7 +40,7 @@
<td>The priority of encodings and the policy of encoding detection when opening an existing file.
<dl>
<dt>Edit List</dt>
<dd>Click Edit List to set the order of encodings that appear in the File Encoding submenu in the Format menu and the File Encoding drop-down list on the toolbar. This order is also used for encoding detection. CotEditor tries each encoding from the top of the list. See <a href="howto_customize_encoding_order.html">Change priority of encoding detection</a> for details.</dd>
<dd>Click Edit List to set the order of encodings that appear in the File Encoding submenu in the Format menu and the File Encoding drop-down list on the toolbar. This order is also used for encoding detection. CotEditor tries each encoding from the top of the list. See <a href="howto_customize_encoding_order.html">Change priorities of text encodings</a> for details.</dd>
</dl></td>
</tr>
@ -100,10 +100,10 @@
<h2>See also</h2>
<ul>
<li><a href="about_line_endings.html">Handle various types of line endings</a></li>
<li><a href="howto_customize_encoding_order.html">Change priority of encoding detection</a></li>
<li><a href="howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
<li><a href="syntax_definition.html">Define a syntax style</a></li>
<li><a href="syntax_file_mapping.html">Map files to syntax styles</a></li>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="General preferences, general"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change General preferences</title>
<title>Change General preferences in CotEditor</title>
</head>
<body>
<a name="pref_general"></a>
<h1>Change General preferences</h1>
<h1>Change General preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use General preferences to choose how to handle documents, save, and more. To change these preferences, choose CotEditor &gt; Preferences, then click General.</p>
@ -119,7 +119,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Key Bindings preferences, key binding, keyboard shortcut, snippet"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Key Bindings preferences</title>
<title>Change Key Bindings preferences in CotEditor</title>
</head>
<body>
<a name="pref_keybindings"></a>
<h1>Change Key Bindings preferences</h1>
<h1>Change Key Bindings preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Key Bindings preferences to customize keyboard shortcuts to execute menu item commands, and to store some text snippets you use frequently along with your preferred keyboard shortcuts. To change these preferences, choose CotEditor &gt; Preferences, then click Key Bindings.</p>
@ -58,7 +58,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Print preferences, print"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Print preferences</title>
<title>Change Print preferences in CotEditor</title>
</head>
<body>
<a name="pref_print"></a>
<h1>Change Print preferences</h1>
<h1>Change Print preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Print preferences to choose the default style for document printing. To change these preferences, choose CotEditor &gt; Preferences, then click Print.</p>
@ -74,7 +74,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Window preferences, window"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Change Window preferences</title>
<title>Change Window preferences in CotEditor</title>
</head>
<body>
<a name="pref_window"></a>
<h1>Change Window preferences</h1>
<h1>Change Window preferences in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Window preferences to customize the default window appearance such as widow size or line number display. To change these preferences, choose CotEditor &gt; Preferences, then click Window.</p>
@ -81,7 +81,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="preferences.html">Change preferences in CotEditor</a></li>
<li><a href="preferences.html">Change preferences</a></li>
</ul>
</section>

View File

@ -5,14 +5,14 @@
<meta name="keywords" content="version, history, changelog, release notes"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<link rel="stylesheet" href="../../Shared/sty/releasenotes.css"/>
<title>Release Notes</title>
<title>Release notes for CotEditor</title>
</head>
<body>
<a name="releasenotes"></a>
<h1>Release Notes</h1>
<h1>Release notes for CotEditor</h1>

View File

@ -119,7 +119,7 @@ HookingScript.scptd
<ul>
<li><a href="script_overview.html">Script CotEditor</a></li>
<li><a href="script_menu.html">Customize the Script menu</a></li>
<li><a href="script_osascript.html">Create an AppleScript script</a></li>
<li><a href="script_osascript.html">Script CotEditor with AppleScript</a></li>
</ul>
</section>

View File

@ -4,11 +4,11 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Script menu, script"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Customize Script menu</title>
<title>Customize Script menu in CotEditor</title>
</head>
<body>
<h1>Customize Script menu</h1>
<h1>Customize Script menu in CotEditor</h1>
<p>You can change the order of sripts in the menu or assign keyboard shortcuts to scripts by modifying the filenames of your scripts in the script folder.</p>

View File

@ -5,11 +5,11 @@
<meta name="keywords" content="Script menu, script, AppleScript, JXA, JavaScript"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<link rel="stylesheet" href="../../Shared/sty/applescript.css"/>
<title>Create AppleScript</title>
<title>Script CotEditor with AppleScript</title>
</head>
<body>
<h1>Create AppleScript</h1>
<h1>Script CotEditor with AppleScript</h1>
<p>CotEditor works with AppleScript and JXA (JavaScript for Automation).</p>

View File

@ -207,7 +207,7 @@ end tell
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="script_osascript.html">Create an AppleScript script</a></li>
<li><a href="script_osascript.html">Script CotEditor with AppleScript</a></li>
</ul>
</section>
</body>

View File

@ -28,7 +28,7 @@
<li>UNIX script</li>
</ul>
<p>While AppleScript (incl. JXA; JavaScript for Automation) can control CotEditors document more flexibly, UNIX scripts can only modify the contents of the frontmost document. However, as for UNIX scripts, you can write them in various languages, for example; Python, Ruby, Perl, and so on. Choose a script type to suit your use. For details about how to write your scripts, refer to <a href="script_osascript.html">Create an AppleScript script</a> or <a href="script_unixscript.html">Create a UNIX script</a>.</p>
<p>While AppleScript (incl. JXA; JavaScript for Automation) can control CotEditors document more flexibly, UNIX scripts can only modify the contents of the frontmost document. However, as for UNIX scripts, you can write them in various languages, for example; Python, Ruby, Perl, and so on. Choose a script type to suit your use. For details about how to write your scripts, refer to <a href="script_osascript.html">Script CotEditor with AppleScript</a> or <a href="script_unixscript.html">Script CotEditor with UNIX script</a>.</p>
<h2>Add/delete scripts</h2>
@ -56,8 +56,8 @@
<h2>See also</h2>
<ul>
<li><a href="script_menu.html">Customize the Script menu</a></li>
<li><a href="script_osascript.html">Create an AppleScript script</a></li>
<li><a href="script_unixscript.html">Create a UNIX script</a></li>
<li><a href="script_osascript.html">Script CotEditor with AppleScript</a></li>
<li><a href="script_unixscript.html">Script CotEditor with UNIX script</a></li>
</ul>
</section>

View File

@ -4,11 +4,11 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Script Menu, script"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Create a UNIX script</title>
<title>Script CotEditor with UNIX script</title>
</head>
<body>
<h1>Create a UNIX script</h1>
<h1>Script CotEditor with UNIX script</h1>
<p>This page explains how to pass your documents text to UNIX scripts that are executable via the Script menu, or how to receive the outputs from them.</p>

View File

@ -32,7 +32,7 @@ Validate your customized syntax styles in syntax style editor and follow the mes
<h2>API for AppleScript</h2>
<p>Some specifications for scripting support have been updated on CotEditor 2.0. From this, some user scripts may not run correctly on 2.0 without modifying. See “<a href="script_osascript.html">Create AppleScript</a>” for details of this specification change.</p>
<p>Some specifications for scripting support have been updated on CotEditor 2.0. From this, some user scripts may not run correctly on 2.0 without modifying. See “<a href="script_osascript.html">Script CotEditor with AppleScript</a>” for details of this specification change.</p>
<h2>Bundle Identifier</h2>
@ -44,9 +44,9 @@ Validate your customized syntax styles in syntax style editor and follow the mes
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="whats_new_in_2.0.html">Whats New in CotEditor 2.0</a></li>
<li><a href="whats_new_in_2.0.html">Whats new in CotEditor 2.0?</a></li>
<li><a href="specification_changes_on_2.2.html">Important changes on CotEditor 2.2</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
</ul>
</section>

View File

@ -31,7 +31,7 @@
<h2>See also</h2>
<ul>
<li><a href="whats_new_in_2.2.html">What's New in CotEditor 2.2</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
</ul>
</section>

View File

@ -53,8 +53,8 @@
<li><a href="howto_find_newline.html">Find or replace a line ending</a></li>
<li><a href="howto_find_inconsistent_line_endings.html">Find inconsistent line endings</a></li>
<li><a href="howto_paste.html">Paste text</a></li>
<li><a href="whats_new_in_4.2.html">Whats New in CotEditor 4.2</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_4.2.html">Whats new in CotEditor 4.2?</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="comment, comment-out, uncomment"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Define comment delimiters</title>
<title>Define comment delimiters in CotEditor</title>
</head>
<body>
<a name="syntax_comment_settings"></a>
<h1>Define comment delimiters</h1>
<h1>Define comment delimiters in CotEditor</h1>
<p>The settings for comments that are used for both comment-out/uncomment and comment highlighting are as follows:</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Word Completion, completion, completion list, possible completions"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Define completion candidates</title>
<title>Define completion candidates in CotEditor</title>
</head>
<body>
<a name="syntax_completion_settings"></a>
<h1>Define completion candidates</h1>
<h1>Define completion candidates in CotEditor</h1>
<p>You can create your own completion list by customizing the corresponding syntax style. After choosing a style and clicking Edit (see <a href="syntax_definition.html">Define a syntax style</a>), select Completion List from the menu.</p>
@ -30,7 +30,7 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="howto_complete.html">Complete words</a></li>
<li><a href="howto_complete.html">Complete a word</a></li>
<li><a href="howto_customize_complete.html">Change the scope of completion words</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="syntax coloring, syntax style, Outline, possible completions"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Define a syntax style</title>
<title>Define a syntax style in CotEditor</title>
</head>
<body>
<h1>Define a syntax style</h1>
<h1>Define a syntax style in CotEditor</h1>
<p>CotEditors syntax styles control syntax coloring, Outline, and the completion list, all together. To customize styles:</p>
<ol>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="syntax style, file mapping, extension, shebang, interpreter"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Map files to syntax styles</title>
<title>Map files to syntax styles in CotEditor</title>
</head>
<body>
<a name="syntax_file_mapping"></a>
<h1>Map files to syntax styles</h1>
<h1>Map files to syntax styles in CotEditor</h1>
<p>When opening a file, CotEditor detects the document type and applies the corresponding syntax style automatically.</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="syntax style"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Define syntax highlighting</title>
<title>Define syntax highlighting in CotEditor</title>
</head>
<body>
<a name="syntax_highlight_settings"></a>
<h1>Define syntax highlighting</h1>
<h1>Define syntax highlighting in CotEditor</h1>
<h2>Types of syntax highlighting</h2>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="syntax style, metadata"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Fill syntax style information</title>
<title>Fill syntax style information in CotEditor</title>
</head>
<body>
<a name="syntax_metadata_settings"></a>
<h1>Fill syntax style information</h1>
<h1>Fill syntax style information in CotEditor</h1>
<p>The metadata of a syntax style file can be set as follows:</p>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="Outline"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Define Outline extraction rules</title>
<title>Define Outline extraction rules in CotEditor</title>
</head>
<body>
<a name="syntax_outline_settings"></a>
<h1>Define Outline extraction rules</h1>
<h1>Define Outline extraction rules in CotEditor</h1>
<p>The options for the Outline settings are as follows:</p>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.0</title>
<title>Whats new in CotEditor 2.0?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.0</h1>
<h1>Whats new in CotEditor 2.0?</h1>
<dl>
<dt>Coloring theme feature</dt>
@ -50,8 +50,8 @@
<h2>See also</h2>
<ul>
<li><a href="specification_changes.html">Important changes on CotEditor 2.0</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.1.html">Whats New in CotEditor 2.1</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.1.html">Whats new in CotEditor 2.1?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.1</title>
<title>Whats new in CotEditor 2.1?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.1</h1>
<h1>Whats new in CotEditor 2.1?</h1>
<dl>
<dt>Auto-Backup</dt>
@ -36,9 +36,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.0.html">Whats New in CotEditor 2.0</a></li>
<li><a href="whats_new_in_2.2.html">Whats New in CotEditor 2.2</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.0.html">Whats new in CotEditor 2.0?</a></li>
<li><a href="whats_new_in_2.2.html">Whats new in CotEditor 2.2?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.2</title>
<title>Whats new in CotEditor 2.2?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.2</h1>
<h1>Whats new in CotEditor 2.2?</h1>
<dl>
<dt>Available in the Mac App Store</dt>
@ -37,9 +37,9 @@
<h2>See also</h2>
<ul>
<li><a href="specification_changes_on_2.2.html">Important changes on CotEditor 2.2</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.1.html">Whats New in CotEditor 2.1</a></li>
<li><a href="whats_new_in_2.3.html">Whats New in CotEditor 2.3</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.1.html">Whats new in CotEditor 2.1?</a></li>
<li><a href="whats_new_in_2.3.html">Whats new in CotEditor 2.3?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.3</title>
<title>Whats new in CotEditor 2.3?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.3</h1>
<h1>Whats new in CotEditor 2.3?</h1>
<dl>
<dt>Auto Save and Versions</dt>
@ -27,9 +27,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.2.html">Whats New in CotEditor 2.2</a></li>
<li><a href="whats_new_in_2.4.html">Whats New in CotEditor 2.4</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.2.html">Whats new in CotEditor 2.2?</a></li>
<li><a href="whats_new_in_2.4.html">Whats new in CotEditor 2.4?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.4</title>
<title>Whats new in CotEditor 2.4?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.4</h1>
<h1>Whats new in CotEditor 2.4?</h1>
<dl>
<dt>Improve text finder</dt>
@ -30,9 +30,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.3.html">Whats New in CotEditor 2.3</a></li>
<li><a href="whats_new_in_2.5.html">Whats New in CotEditor 2.5</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.3.html">Whats new in CotEditor 2.3?</a></li>
<li><a href="whats_new_in_2.5.html">Whats new in CotEditor 2.5?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 2.5</title>
<title>Whats new in CotEditor 2.5?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 2.5</h1>
<h1>Whats new in CotEditor 2.5?</h1>
<dl>
<dt>New “Unicode (UTF-8) with BOM” encoding</dt>
@ -27,9 +27,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.4.html">Whats New in CotEditor 2.4</a></li>
<li><a href="whats_new_in_3.0.html">Whats New in CotEditor 3.0</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.4.html">Whats new in CotEditor 2.4?</a></li>
<li><a href="whats_new_in_3.0.html">Whats new in CotEditor 3.0?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.0</title>
<title>Whats new in CotEditor 3.0?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.0</h1>
<h1>Whats new in CotEditor 3.0?</h1>
<dl>
<dt>Swift migration</dt>
@ -33,9 +33,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_2.5.html">Whats New in CotEditor 2.5</a></li>
<li><a href="whats_new_in_3.1.html">Whats New in CotEditor 3.1</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_2.5.html">Whats new in CotEditor 2.5?</a></li>
<li><a href="whats_new_in_3.1.html">Whats new in CotEditor 3.1?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.1</title>
<title>Whats new in CotEditor 3.1?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.1</h1>
<h1>Whats new in CotEditor 3.1?</h1>
<dl>
<dt>Touch Bar support</dt>
@ -24,9 +24,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.0.html">Whats New in CotEditor 3.0</a></li>
<li><a href="whats_new_in_3.2.html">Whats New in CotEditor 3.2</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.0.html">Whats new in CotEditor 3.0?</a></li>
<li><a href="whats_new_in_3.2.html">Whats new in CotEditor 3.2?</a></li>
</ul>
</section>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.2</title>
<title>Whats new in CotEditor 3.2?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.2</h1>
<h1>Whats new in CotEditor 3.2?</h1>
<dl>
<dt>File Drop feature improvements</dt>
@ -30,9 +30,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.1.html">Whats New in CotEditor 3.1</a></li>
<li><a href="whats_new_in_3.3.html">Whats New in CotEditor 3.3</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.1.html">Whats new in CotEditor 3.1?</a></li>
<li><a href="whats_new_in_3.3.html">Whats new in CotEditor 3.3?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.3</title>
<title>Whats new in CotEditor 3.3?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.3</h1>
<h1>Whats new in CotEditor 3.3?</h1>
<dl>
<dt>Handle documents on launch in more intelligent way</dt>
@ -37,9 +37,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.2.html">Whats New in CotEditor 3.2</a></li>
<li><a href="whats_new_in_3.4.html">Whats New in CotEditor 3.4</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.2.html">Whats new in CotEditor 3.2?</a></li>
<li><a href="whats_new_in_3.4.html">Whats new in CotEditor 3.4?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.4</title>
<title>Whats new in CotEditor 3.4?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.4</h1>
<h1>Whats new in CotEditor 3.4?</h1>
<dl>
<dt>Apply multiple replacement rules at once</dt>
@ -28,9 +28,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.3.html">Whats New in CotEditor 3.3</a></li>
<li><a href="whats_new_in_3.5.html">Whats New in CotEditor 3.5</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.3.html">Whats new in CotEditor 3.3?</a></li>
<li><a href="whats_new_in_3.5.html">Whats new in CotEditor 3.5?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.5</title>
<title>Whats new in CotEditor 3.5?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.5</h1>
<h1>Whats new in CotEditor 3.5?</h1>
<dl>
<dt>Brand-new toolbar</dt>
@ -31,9 +31,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.4.html">Whats New in CotEditor 3.4</a></li>
<li><a href="whats_new_in_3.6.html">Whats New in CotEditor 3.6</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.4.html">Whats new in CotEditor 3.4?</a></li>
<li><a href="whats_new_in_3.6.html">Whats new in CotEditor 3.6?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.6</title>
<title>Whats new in CotEditor 3.6?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.6</h1>
<h1>Whats new in CotEditor 3.6?</h1>
<dl>
<dt>Dark Mode</dt>
@ -25,9 +25,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.5.html">Whats New in CotEditor 3.5</a></li>
<li><a href="whats_new_in_3.7.html">Whats New in CotEditor 3.7</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.5.html">Whats new in CotEditor 3.5?</a></li>
<li><a href="whats_new_in_3.7.html">Whats new in CotEditor 3.7?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.7</title>
<title>Whats new in CotEditor 3.7?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.7</h1>
<h1>Whats new in CotEditor 3.7?</h1>
<dl>
<dt>Multi-Cursor editing</dt>
@ -22,9 +22,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.6.html">Whats New in CotEditor 3.6</a></li>
<li><a href="whats_new_in_3.8.html">Whats New in CotEditor 3.8</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.6.html">Whats new in CotEditor 3.6?</a></li>
<li><a href="whats_new_in_3.8.html">Whats new in CotEditor 3.8?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.8</title>
<title>Whats new in CotEditor 3.8?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.8</h1>
<h1>Whats new in CotEditor 3.8?</h1>
<dl>
<dt>Improve Dark Mode compatibility</dt>
@ -25,9 +25,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.7.html">Whats New in CotEditor 3.7</a></li>
<li><a href="whats_new_in_3.9.html">Whats New in CotEditor 3.9</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.7.html">Whats new in CotEditor 3.7?</a></li>
<li><a href="whats_new_in_3.9.html">Whats new in CotEditor 3.9?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 3.9</title>
<title>Whats new in CotEditor 3.9?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 3.9</h1>
<h1>Whats new in CotEditor 3.9?</h1>
<dl>
<dt>Invisible characters with more accuracy</dt>
@ -28,9 +28,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.8.html">Whats New in CotEditor 3.8</a></li>
<li><a href="whats_new_in_4.0.html">Whats New in CotEditor 4.0</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.8.html">Whats new in CotEditor 3.8?</a></li>
<li><a href="whats_new_in_4.0.html">Whats new in CotEditor 4.0?</a></li>
</ul>
</section>

View File

@ -4,14 +4,14 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 4.0</title>
<title>Whats new in CotEditor 4.0?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 4.0</h1>
<h1>Whats new in CotEditor 4.0?</h1>
<dl>
<dt>Brand-new user interface for the Big Sur era</dt>
@ -25,9 +25,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_3.9.html">Whats New in CotEditor 3.9</a></li>
<li><a href="whats_new_in_4.1.html">Whats New in CotEditor 4.1</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_3.9.html">Whats new in CotEditor 3.9?</a></li>
<li><a href="whats_new_in_4.1.html">Whats new in CotEditor 4.1?</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 4.1</title>
<title>Whats new in CotEditor 4.1?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
<body>
<h1>Whats New in CotEditor 4.1</h1>
<h1>Whats new in CotEditor 4.1?</h1>
<dl>
<dt>More comfort in your daily language</dt>
@ -29,9 +29,9 @@
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_4.0.html">Whats New in CotEditor 4.0</a></li>
<li><a href="whats_new_in_4.2.html">Whats New in CotEditor 4.2</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_4.0.html">Whats new in CotEditor 4.0?</a></li>
<li><a href="whats_new_in_4.2.html">Whats new in CotEditor 4.2?</a></li>
</ul>
</section>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="what's new, highlights, release"/>
<title>Whats New in CotEditor 4.2</title>
<title>Whats new in CotEditor 4.2?</title>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
</head>
@ -11,7 +11,7 @@
<a name="whats_new"></a>
<h1>Whats New in CotEditor 4.2</h1>
<h1>Whats new in CotEditor 4.2?</h1>
<dl>
<dt>Treat line endings with every courtesy</dt>
@ -29,8 +29,8 @@
<h2>See also</h2>
<ul>
<li><a href="specification_changes_on_4.2.html">Important changes on CotEditor 4.2</a></li>
<li><a href="releasenotes.html">Release Notes</a></li>
<li><a href="whats_new_in_4.1.html">Whats New in CotEditor 4.1</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_4.1.html">Whats new in CotEditor 4.1?</a></li>
</ul>
</section>

View File

@ -39,10 +39,10 @@
<li><a href="pgs/howto_paste.html">Paste text</a></li>
<li><a href="pgs/howto_find.html">Find or replace text</a></li>
<li><a href="pgs/howto_find_newline.html">Find or replace a line ending</a></li>
<li><a href="pgs/howto_multiple_replace.html">Replace with multiple rules</a></li>
<li><a href="pgs/howto_pattern_sort.html">Sort lines with specific pattern</a></li>
<li><a href="pgs/howto_complete.html">Complete words</a></li>
<li><a href="pgs/howto_filedrop.html">Drop files</a></li>
<li><a href="pgs/howto_multiple_replace.html">Replace text by multiple rules</a></li>
<li><a href="pgs/howto_pattern_sort.html">Sort lines using specific pattern</a></li>
<li><a href="pgs/howto_complete.html">Complete a word</a></li>
<li><a href="pgs/howto_filedrop.html">Drop files to editor</a></li>
<li><a href="pgs/about_regex.html">Use the regular expression</a></li>
<li><a href="pgs/about_cot.html">Work with cot command</a></li>
@ -64,8 +64,8 @@
<li><details>
<summary>Handle documents text encoding</summary>
<ul>
<li><a href="pgs/howto_inspect_usedchar.html">Check whether incompatible characters are included</a></li>
<li><a href="pgs/howto_customize_encoding_order.html">Set priority of encoding detection</a></li>
<li><a href="pgs/howto_inspect_usedchar.html">Find characters incompatible with document encoding</a></li>
<li><a href="pgs/howto_customize_encoding_order.html">Change priorities of text encodings</a></li>
<li><a href="pgs/about_autodetect_charset.html">Use encoding declarations for encoding detection</a></li>
<li><a href="pgs/about_shiftjis.html">Use four kinds of Shift JIS properly</a></li>
</ul>
@ -74,7 +74,7 @@
<li><details>
<summary>Customize CotEditor</summary>
<ul>
<li><a href="pgs/preferences.html">Change preferences in CotEditor</a></li>
<li><a href="pgs/preferences.html">Change preferences</a></li>
<li><a href="pgs/howto_customize_font.html">Change font type</a></li>
<li><a href="pgs/howto_customize_theme.html">Customize themes</a></li>
<li><a href="pgs/howto_customize_complete.html">Change the scope of completion words</a></li>
@ -87,8 +87,8 @@
<summary>Script CotEditor</summary>
<ul>
<li><a href="pgs/script_overview.html">Script CotEditor</a></li>
<li><a href="pgs/script_osascript.html">Create an AppleScript script</a></li>
<li><a href="pgs/script_unixscript.html">Create a UNIX script</a></li>
<li><a href="pgs/script_osascript.html">Script CotEditor with AppleScript</a></li>
<li><a href="pgs/script_unixscript.html">Script CotEditor with UNIX script</a></li>
<li><a href="pgs/script_menu.html">Customize the Script menu</a></li>
<li><a href="pgs/script_hook.html">Add scripting hooks for CotEditor scripts</a></li>
<li><a href="pgs/script_osascript_changes.html">Support different CotEditor versions in AppleScript</a></li>
@ -111,8 +111,8 @@
<li><details>
<summary>Learn about CotEditor</summary>
<ul>
<li><a href="pgs/about_sourcecode.html">CotEditors Source Code</a></li>
<li><a href="pgs/releasenotes.html">Release Notes</a></li>
<li><a href="pgs/about_sourcecode.html">CotEditors source code</a></li>
<li><a href="pgs/releasenotes.html">Release notes</a></li>
<li><details>
<summary>Important changes</summary>
<ul>
@ -124,25 +124,25 @@
<li><details>
<summary>Whats New</summary>
<ul>
<li><a href="pgs/whats_new_in_4.2.html">Whats New in CotEditor 4.2</a></li>
<li><a href="pgs/whats_new_in_4.1.html">Whats New in CotEditor 4.1</a></li>
<li><a href="pgs/whats_new_in_4.0.html">Whats New in CotEditor 4.0</a></li>
<li><a href="pgs/whats_new_in_3.9.html">Whats New in CotEditor 3.9</a></li>
<li><a href="pgs/whats_new_in_3.8.html">Whats New in CotEditor 3.8</a></li>
<li><a href="pgs/whats_new_in_3.7.html">Whats New in CotEditor 3.7</a></li>
<li><a href="pgs/whats_new_in_3.6.html">Whats New in CotEditor 3.6</a></li>
<li><a href="pgs/whats_new_in_3.5.html">Whats New in CotEditor 3.5</a></li>
<li><a href="pgs/whats_new_in_3.4.html">Whats New in CotEditor 3.4</a></li>
<li><a href="pgs/whats_new_in_3.3.html">Whats New in CotEditor 3.3</a></li>
<li><a href="pgs/whats_new_in_3.2.html">Whats New in CotEditor 3.2</a></li>
<li><a href="pgs/whats_new_in_3.1.html">Whats New in CotEditor 3.1</a></li>
<li><a href="pgs/whats_new_in_3.0.html">Whats New in CotEditor 3.0</a></li>
<li><a href="pgs/whats_new_in_2.5.html">Whats New in CotEditor 2.5</a></li>
<li><a href="pgs/whats_new_in_2.4.html">Whats New in CotEditor 2.4</a></li>
<li><a href="pgs/whats_new_in_2.3.html">Whats New in CotEditor 2.3</a></li>
<li><a href="pgs/whats_new_in_2.2.html">Whats New in CotEditor 2.2</a></li>
<li><a href="pgs/whats_new_in_2.1.html">Whats New in CotEditor 2.1</a></li>
<li><a href="pgs/whats_new_in_2.0.html">Whats New in CotEditor 2.0</a></li>
<li><a href="pgs/whats_new_in_4.2.html">Whats new in CotEditor 4.2?</a></li>
<li><a href="pgs/whats_new_in_4.1.html">Whats new in CotEditor 4.1?</a></li>
<li><a href="pgs/whats_new_in_4.0.html">Whats new in CotEditor 4.0?</a></li>
<li><a href="pgs/whats_new_in_3.9.html">Whats new in CotEditor 3.9?</a></li>
<li><a href="pgs/whats_new_in_3.8.html">Whats new in CotEditor 3.8?</a></li>
<li><a href="pgs/whats_new_in_3.7.html">Whats new in CotEditor 3.7?</a></li>
<li><a href="pgs/whats_new_in_3.6.html">Whats new in CotEditor 3.6?</a></li>
<li><a href="pgs/whats_new_in_3.5.html">Whats new in CotEditor 3.5?</a></li>
<li><a href="pgs/whats_new_in_3.4.html">Whats new in CotEditor 3.4?</a></li>
<li><a href="pgs/whats_new_in_3.3.html">Whats new in CotEditor 3.3?</a></li>
<li><a href="pgs/whats_new_in_3.2.html">Whats new in CotEditor 3.2?</a></li>
<li><a href="pgs/whats_new_in_3.1.html">Whats new in CotEditor 3.1?</a></li>
<li><a href="pgs/whats_new_in_3.0.html">Whats new in CotEditor 3.0?</a></li>
<li><a href="pgs/whats_new_in_2.5.html">Whats new in CotEditor 2.5?</a></li>
<li><a href="pgs/whats_new_in_2.4.html">Whats new in CotEditor 2.4?</a></li>
<li><a href="pgs/whats_new_in_2.3.html">Whats new in CotEditor 2.3?</a></li>
<li><a href="pgs/whats_new_in_2.2.html">Whats new in CotEditor 2.2?</a></li>
<li><a href="pgs/whats_new_in_2.1.html">Whats new in CotEditor 2.1?</a></li>
<li><a href="pgs/whats_new_in_2.0.html">Whats new in CotEditor 2.0?</a></li>
</ul>
</details></li>
<li><a href="pgs/howto_uninstall.html">Uninstall CotEditor</a></li>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="テキストエンコーディング, エンコーディング, 自動認識"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>エンコーディング宣言を参照する</title>
<title>CotEditorでエンコーディング宣言を参照する</title>
</head>
<body>
<h1>エンコーディング宣言を参照する</h1>
<h1>CotEditorでエンコーディング宣言を参照する</h1>
<p>環境設定「フォーマット」の「書類中のエンコーディング宣言を参照」が有効な場合、書類中の<code>charset=</code>, <code>encoding=</code>, <code>@charset</code>, <code>encoding:</code>, <code>coding:</code>タグを読み取り、記述に矛盾がなければこのタグの記述を優先します。</p>
<p>これらの記述はコメントの中であっても有効ですし、地の文として書かれていても読み取られます。もし、書類のエンコーディングでないものを<code>charset=</code>などのエンコーディング指定タグとともに記述する必要がある場合には、その記述よりも前に実際のエンコーディングを書き込むか、環境設定「フォーマット」の「書類中のエンコーディング宣言を参照」のチェックを外してください。</p>
@ -20,7 +20,7 @@
<li><code>charset=</code>, <code>encoding=</code>の後ろは、<code>&quot;</code>で囲っていなくても認識します。</li>
<li>複数の記述があるときは、一番最初のものを読み取ります。</li>
<li><code>charset=&quot;Shift_JIS&quot;</code>の場合は、「日本語 (Shift JIS)」と「日本語 (Shift JIS X0213)」のうち、優先されている方(メニューで上にある方)として認識されます。<br />
<a href="howto_customize_encoding_order.html">テキストエンコーディングの認識順序を変更する</a></li>
<a href="howto_customize_encoding_order.html">テキストエンコーディングの優先順位を変更する</a></li>
</ul>
@ -28,7 +28,7 @@
<h2>関連項目</h2>
<ul>
<li><a href="pref_format.html">「フォーマット」環境設定を変更する</a></li>
<li><a href="howto_customize_encoding_order.html">テキストエンコーディングの認識順序を変更する</a></li>
<li><a href="howto_customize_encoding_order.html">テキストエンコーディングの優先順位を変更する</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="ファイルドロップ, 定型文字列"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>ファイルドロップの挿入フォーマットを作成する</title>
<title>CotEditorでファイルドロップの挿入フォーマットを作成する</title>
</head>
<body>
<h1>ファイルドロップの挿入フォーマットを作成する</h1>
<h1>CotEditorでファイルドロップの挿入フォーマットを作成する</h1>
<p>ファイルドロップの「フォーマット」で使用できる変数と、使用例を示します。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="line ending, newline, LF, CR, CRLF, NEL, LS, PS, 改行"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>多様な改行コードを扱う</title>
<title>CotEditorで多様な改行コードを扱う</title>
</head>
<body>
<h1>多様な改行コードを扱う</h1>
<h1>CotEditorで多様な改行コードを扱う</h1>
<p>CotEditorは様々なタイプの改行を扱えます。基本的にはCotEditorは一貫して、書類ごとに設定した単一の改行コードを改行に使います。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="正規表現, regex, RE"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>正規表現を使う</title>
<title>CotEditorで正規表現を使う</title>
</head>
<body>
<h1>正規表現を使う</h1>
<h1>CotEditorで正規表現を使う</h1>
<p>CotEditorでは、正規表現にICU正規表現ライブラリを使用しています。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="エンコーディング, Shift JIS, Windows"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>Shift JIS系のエンコーディングを使い分ける</title>
<title>CotEditorでShift JIS系のエンコーディングを使い分ける</title>
</head>
<body>
<h1>Shift JIS系のエンコーディングを使い分ける</h1>
<h1>CotEditorでShift JIS系のエンコーディングを使い分ける</h1>
<p>CotEditorでは、4種類の日本語Shift JIS系エンコーディングを区別して扱います。この4種類には下記のような違いがあります。</p>
@ -45,7 +45,7 @@
<section id="cf">
<h2>関連項目</h2>
<ul>
<li><a href="howto_inspect_usedchar.html">非互換の文字が含まれていないか確認す</a></li>
<li><a href="howto_inspect_usedchar.html">書類のエンコーディングと非互換な文字を見つけ</a></li>
</ul>
</section>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="エンコーディング"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>円マークがバックスラッシュに変わる場合</title>
<title>CotEditorで円マークがバックスラッシュに変わる場合</title>
</head>
<body>
<h1>円マークがバックスラッシュに変わる場合</h1>
<h1>CotEditorで円マークがバックスラッシュに変わる場合</h1>
<p>下記のテキストエンコーディングを使用した場合、半角円マーク(&#x00A5;)は入力直後には「&#x00A5;」と表示されますが、エンコーディングを変えたりファイル保存して開き直したあとは、バックスラッシュ「&#x005C;」として表示されます。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="文字化け, エンコーディング"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>文字化けする場合</title>
<title>CotEditorで文字化けする場合</title>
</head>
<body>
<h1>文字化けする場合</h1>
<h1>CotEditorで文字化けする場合</h1>
<p>文字化けは、ファイルのテキストエンコーディングをCotEditorが正しく認識できなかった場合に発生します。次の手順でエンコーディングを変更してください。</p>
<ol>
@ -30,7 +30,7 @@
<ul>
<li>エンコーディングの変更は、ステータスバーのエンコーディングメニューからも行うことができます。</li>
<li>自動認識する際のエンコーディングの認識順序を調整することで、文字化けが発生する頻度をより少なくできます。<br />
<a href="howto_customize_encoding_order.html">テキストエンコーディングの認識順序を変更する</a></li>
<a href="howto_customize_encoding_order.html">テキストエンコーディングの優先順位を変更する</a></li>
<li>環境設定で「書類中のエンコーディング宣言を参照」が有効になっていると、エンコーディングの自動認識で書類中にある<code>encoding=</code>, <code>@charset</code>などの宣言として記述されているエンコーディングが優先されます。<br />
<a href="about_autodetect_charset.html">エンコーディング宣言を参照する</a></li>
</ul>
@ -39,7 +39,7 @@
<section id="cf">
<h2>関連項目</h2>
<ul>
<li><a href="howto_customize_encoding_order.html">テキストエンコーディングの認識順序を変更する</a></li>
<li><a href="howto_customize_encoding_order.html">テキストエンコーディングの優先順位を変更する</a></li>
<li><a href="about_autodetect_charset.html">エンコーディング宣言を参照する</a></li>
<li><a href="about_shiftjis.html">Shift JIS系のエンコーディングを使い分ける</a></li>
</ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="保存, アクセス権"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>ファイルを保存できない場合</title>
<title>CotEditorでファイルを保存できない場合</title>
</head>
<body>
<h1>ファイルを保存できない場合</h1>
<h1>CotEditorでファイルを保存できない場合</h1>
<p>次のような場合には、ファイルを保存できません。別名で保存するか、Finderやターミナルを使用してファイルのアクセス権を変更してください。</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="キーバインディング, キーバインド, キーボードショートカット"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>キーボードショートカットを変更後、予期しない動作をする場合</title>
<title>CotEditorでキーボードショートカットを変更後、予期しない動作をする場合</title>
</head>
<body>
<h1>キーボードショートカットを変更後、予期しない動作をする場合</h1>
<h1>CotEditorでキーボードショートカットを変更後、予期しない動作をする場合</h1>
<p>キーボードショートカットを変更したあとに予期しない動作をする場合、次のような原因が考えられます。</p>
<ul>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="問題, 解決, 質問, 環境, トラブル, トラブル対処, トラブルシュート"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>解決方法が見つからない場合</title>
<title>CotEditorで解決方法が見つからない場合</title>
</head>
<body>
<h1>解決方法が見つからない場合</h1>
<h1>CotEditorで解決方法が見つからない場合</h1>
<p>問題が解決しない場合は、開発チームまでお問い合わせください。メニューの「ヘルプ」から「不具合レポートを作成」を選択し、質問事項を埋めてください。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="カラーリング, 再カラーリング"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>カラーリングがおかしくなった場合</title>
<title>CotEditorでカラーリングがおかしくなった場合</title>
</head>
<body>
<h1>カラーリングがおかしくなった場合</h1>
<h1>CotEditorでカラーリングがおかしくなった場合</h1>
<p>カラーリングがおかしくなった場合は、次の手順を試してみてください。</p>
<ol>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="入力, 補完, 入力補完"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>入力を補完する</title>
<title>CotEditorで入力を補完する</title>
</head>
<body>
<h1>入力を補完する</h1>
<h1>CotEditorで入力を補完する</h1>
<p>プログラミング言語などで、最初の数文字のみを入力して候補リストから単語を選択することで入力を省略できます。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="入力補完, 候補"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>入力補完候補の範囲を変更する</title>
<title>CotEditorで入力補完候補の範囲を変更する</title>
</head>
<body>
<h1>入力補完候補の範囲を変更する</h1>
<h1>CotEditorで入力補完候補の範囲を変更する</h1>
<p>入力補完候補に表示する単語をシンタックススタイルで定義された語句のみにするか、一般的な単語も含めるかを選択できます。</p>
<ol>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="テキストエンコーディング"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>テキストエンコーディングの認識順序を変更する</title>
<title>CotEditorでテキストエンコーディングの優先順位を変更する</title>
</head>
<body>
<a name="howto_customize_encoding_order"></a>
<h1>テキストエンコーディングの認識順序を変更する</h1>
<h1>CotEditorでテキストエンコーディングの優先順位を変更する</h1>
<p>書類のテキストエンコーディングを自動認識するときの順序を変更して、特定のエンコーディングを優先することができます。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="フォント, 文字, 字体, 文字サイズ, カスタマイズ"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>フォントをカスタマイズする</title>
<title>CotEditorでフォントをカスタマイズする</title>
</head>
<body>
<h1>フォントをカスタマイズする</h1>
<h1>CotEditorでフォントをカスタマイズする</h1>
<p>エディタのフォントをカスタマイズできます。</p>
<ol>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="キーバインディング, キーバインド"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>キーバインドをカスタマイズする</title>
<title>CotEditorでキーバインドをカスタマイズする</title>
</head>
<body>
<h1>キーバインドをカスタマイズする</h1>
<h1>CotEditorでキーバインドをカスタマイズする</h1>
<p>CotEditorのキーボードショートカットを変更できます。また、テキスト編集時に任意の文字列を入力するキーバインドも追加/変更でき、例えば<kbd>Shift</kbd>+<kbd>Return</kbd>で「<code>&lt;br /&gt;</code>」を改行コードの入力できます。変更は環境設定の「キーバインド」ペインから行えます。</p>

View File

@ -4,12 +4,12 @@
<meta charset="UTF-8"/>
<meta name="keywords" content="テーマ, シンタックスカラーリング, ハイライト"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>テーマを設定する</title>
<title>CotEditorでテーマを設定する</title>
</head>
<body>
<h1>テーマを設定する</h1>
<h1>CotEditorでテーマを設定する</h1>
<p>テーマは、CotEditorのエディタのカラーリング定義をまとめたものです。</p>

Some files were not shown because too many files have changed in this diff Show More