|
36 | 36 | <body> |
37 | 37 |
|
38 | 38 |
|
39 | | - <div class="book" data-level="1.2.2" data-basepath=".." data-revision="Sat Jun 27 2015 21:25:28 GMT+0800 (SGT)"> |
| 39 | + <div class="book" data-level="1.2.2" data-basepath=".." data-revision="Sat Jun 27 2015 22:03:06 GMT+0800 (SGT)"> |
40 | 40 |
|
41 | 41 |
|
42 | 42 | <div class="book-summary"> |
@@ -1407,6 +1407,60 @@ <h6 id="%E5%88%B6%E4%BD%9C%E4%BB%A3%E7%A0%81%E7%89%87%E6%AE%B5">制作 |
1407 | 1407 | } |
1408 | 1408 | """ |
1409 | 1409 | </code></pre> |
| 1410 | +<!-- TODO: 解决实现代码片中存在的问题 --> |
| 1411 | +<h5 id="%E4%BB%A3%E7%A0%81%E6%8A%98%E5%8F%A0">代码折叠</h5> |
| 1412 | +<p>可以点击代码行号边的箭头折叠当前层级的代码。</p> |
| 1413 | +<table> |
| 1414 | +<thead> |
| 1415 | +<tr> |
| 1416 | +<th>快捷键</th> |
| 1417 | +<th>描述</th> |
| 1418 | +</tr> |
| 1419 | +</thead> |
| 1420 | +<tbody> |
| 1421 | +<tr> |
| 1422 | +<td><code>alt-cmd-[</code></td> |
| 1423 | +<td>折叠当前层级</td> |
| 1424 | +</tr> |
| 1425 | +<tr> |
| 1426 | +<td><code>alt-cmd-]</code></td> |
| 1427 | +<td>展开当前层级</td> |
| 1428 | +</tr> |
| 1429 | +<tr> |
| 1430 | +<td><code>alt-cmd-shift-{</code></td> |
| 1431 | +<td>折叠全部层级</td> |
| 1432 | +</tr> |
| 1433 | +<tr> |
| 1434 | +<td><code>alt-cmd-shift-}</code></td> |
| 1435 | +<td>展开全部层级</td> |
| 1436 | +</tr> |
| 1437 | +<tr> |
| 1438 | +<td><code>cmd-K, cmd-N</code>(层级数)</td> |
| 1439 | +<td>根据层级级别折叠</td> |
| 1440 | +</tr> |
| 1441 | +</tbody> |
| 1442 | +</table> |
| 1443 | +<h5 id="%E5%A4%9A%E7%AA%97%E5%8F%A3%E6%A8%A1%E5%BC%8F">多窗口模式</h5> |
| 1444 | +<p>任意一个窗口都可以无需的四面分割,分割的部分则依然使用标签来表示。</p> |
| 1445 | +<table> |
| 1446 | +<thead> |
| 1447 | +<tr> |
| 1448 | +<th>快捷键</th> |
| 1449 | +<th>描述</th> |
| 1450 | +</tr> |
| 1451 | +</thead> |
| 1452 | +<tbody> |
| 1453 | +<tr> |
| 1454 | +<td><code>cmd-k arrow</code></td> |
| 1455 | +<td>根据方向指定分割窗口</td> |
| 1456 | +</tr> |
| 1457 | +<tr> |
| 1458 | +<td><code>cmd-K, cmd-arrow</code></td> |
| 1459 | +<td>聚焦指定方向的窗口</td> |
| 1460 | +</tr> |
| 1461 | +</tbody> |
| 1462 | +</table> |
| 1463 | +<!-- TODO: 分离窗口快捷键无效 --> |
1410 | 1464 | <h5 id="%E8%A7%A3%E7%A0%81%EF%BC%88encoding%EF%BC%89">解码(Encoding)</h5> |
1411 | 1465 | <p><strong>Atom</strong> 支持多种解码格式(包括中文 GBK 的支持),也可自动识别解码方式 |
1412 | 1466 | (不能识别时则默认为 UTF-8)。当然你也可以使用这种方法将多种文本在多种解码格式直接转换。</p> |
|
0 commit comments