KodExplorer/config/i18n/zh-TW/edit.html

73 lines
2.4 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div class="intro_left">
<div class="tips blue">
<h1> <span>豐富的功能</span> </h1>
<p>代碼自動提示</p>
<p>多主題:選擇你喜歡的編程風格</p>
<p>自定義字體:適合種場景下使用</p>
<p>多光標編輯,塊編輯等媲美sublime的在線編程體驗</p>
<p>代碼塊折疊、展開;自動換行</p>
<p>支持多標籤,拖動切換順序; </p>
<p>維持多個文檔、查找替換;歷史記錄; </p>
<p>自動補全[],{},(),&quot;&quot;,&#39;&#39; </p>
<p>在線實時預覽,使您愛上在線編程! </p>
<p> zendcodeing支持,寫代碼健步如飛</p>
<p>更多功能,等待你的發現…… </p>
</div>
<div class="tips orange">
<h1> <span>150多種代碼高亮</span> </h1>
<p>前端html,JavaScript,css,less,sass,scss </p>
<p> web開發php,perl,python,ruby,elang,go... </p>
<p>傳統語言java,c,c++,c#,actionScript,VBScript... </p>
<p>其他markdown,shell,sql,lua,xml,yaml... </p>
</div>
</div>
<div class="intro_right">
<div class="tips green">
<h1> <span>快捷鍵操作</span> </h1>
<pre>常用快捷鍵:
ctrl+s 保存
ctrl+a 全選ctrl+x 剪切
ctrl+c 複製ctrl+v 粘貼
ctrl+z 撤銷ctrl+y 反撤銷
ctrl+f 查找ctrl+f+f 替換
win+alt+0 折疊所有win+alt+shift+0 展開所有
esc [退出搜索,取消自動提示...]
ctrl-shift-s 預覽
ctrl-shift-e 顯示&amp;關閉函數
</pre>
<pre>選擇:
鼠標框選——拖動
shift+home/end/up/left/down/right
shift+pageUp/PageDown 上下翻頁選中
ctrl+shift+ home/end 當前光標到頭尾
alt+鼠標拖動塊選擇
ctrl+alt+g 批量選中當前並進入多標籤編輯
</pre>
<pre>光標移動:
home/end/up/left/down/right
ctrl+home/end 光標移動到文檔首/尾
ctrl+p 跳轉到匹配的標籤
pageUp/PageDown 光標上下翻頁
alt+left/right 光標移動到行首位
shift+left/right 光標移動到行首&amp;
ctrl+l 跳轉到指定行
ctrl+alt+up/down 上(下)增加光標
</pre>
<pre>編輯:
ctrl+/ 註釋&amp;取消註釋ctrl+alt+a 左右對齊
table tab對齊shift+table 整體前移table
delete 刪除ctrl+d 刪除整行
ctrl+delete 刪除該行右側單詞
ctrl/shift+backspace 刪除左側單詞
alt+shift+up/down 複製行並添加到上(下面)面
alt+delete 刪除光標右側內容
alt+up/down 當前行和上一行(下一行交換)
ctrl+shift+d 複製行並添加到下面
ctrl+delete 刪除右側單詞
ctrl+shift+u 轉換成小寫
ctrl+u 選中內容轉換成大寫
</pre>
</div>
</div>