Skip to content

Commit

Permalink
Update edit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
david082321 authored Sep 7, 2018
1 parent 5eceb8b commit d5ea0bf
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions config/i18n/zh-TW/edit.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div class="intro-left">
<div class="tips blue">
<h1> <span>豐富的功能</span> </h1>
<p>代碼自動提示</p>
<p>程式碼自動提示</p>
<p>多主題:選擇你喜歡的編程風格</p>
<p>自定義字體:適合種場景下使用</p>
<p>多光標編輯,塊編輯等媲美sublime的在線編程體驗</p>
<p>代碼塊折疊、展開;自動換行</p>
<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>
<p> zendcodeing支援,寫程式碼健步如飛</p>
<p>更多功能,等待你的發現…… </p>
</div>
<div class="tips orange">
<h1> <span>150多種代碼高亮</span> </h1>
<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>
Expand All @@ -25,33 +25,33 @@ <h1> <span>150多種代碼高亮</span> </h1>
<div class="tips green">
<h1> <span>快捷鍵操作</span> </h1>
<pre>常用快捷鍵:
ctrl+s 保存
ctrl+a 全選ctrl+x 剪切
ctrl+c 複製ctrl+v 粘貼
ctrl+s 儲存
ctrl+a 全選ctrl+x 剪下
ctrl+c 複製ctrl+v 貼上
ctrl+z 撤銷ctrl+y 反撤銷
ctrl+f 查找ctrl+f+f 替換
ctrl+f 尋找ctrl+f+f 取代
win+alt+0 折疊所有win+alt+shift+0 展開所有
esc [退出搜索,取消自動提示...]
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 批量選中當前並進入多標籤編輯
ctrl+shift+ home/end 目前游標到頭尾
alt+滑鼠拖動塊選擇
ctrl+alt+g 批次選中目前並進入多標籤編輯
</pre>
<pre>光標移動
<pre>游標移動
home/end/up/left/down/right
ctrl+home/end 光標移動到文檔首/尾
ctrl+home/end 游標移動到檔案首/尾
ctrl+p 跳轉到匹配的標籤
pageUp/PageDown 光標上下翻頁
alt+left/right 光標移動到行首位
shift+left/right 光標移動到行首&amp;尾
pageUp/PageDown 游標上下翻頁
alt+left/right 游標移動到行首位
shift+left/right 游標移動到行首&amp;尾
ctrl+l 跳轉到指定行
ctrl+alt+up/down 上(下)增加光標
ctrl+alt+up/down 上(下)增加游標
</pre>
<pre>編輯:
ctrl+/ 註釋&amp;取消註釋ctrl+alt+a 左右對齊
Expand All @@ -60,8 +60,8 @@ <h1> <span>快捷鍵操作</span> </h1>
ctrl+delete 刪除該行右側單詞
ctrl/shift+backspace 刪除左側單詞
alt+shift+up/down 複製行並添加到上(下面)面
alt+delete 刪除光標右側內容
alt+up/down 當前行和上一行(下一行交換)
alt+delete 刪除游標右側內容
alt+up/down 目前行和上一行(下一行交換)
ctrl+shift+d 複製行並添加到下面
ctrl+delete 刪除右側單詞
ctrl+shift+u 轉換成小寫
Expand Down

0 comments on commit d5ea0bf

Please sign in to comment.