diff options
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index fadc4683..8a46a0b1 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -38,7 +38,8 @@ | |||
38 | "format":{"#": "format"}, | 38 | "format":{"#": "format"}, |
39 | "comment":{"#":"comment"}, | 39 | "comment":{"#":"comment"}, |
40 | "uncomment":{"#":"uncomment"}, | 40 | "uncomment":{"#":"uncomment"}, |
41 | "themeSelect":{"#":"themeSelect"} | 41 | "themeSelect":{"#":"themeSelect"}, |
42 | "shortKeys":{"#":"shortKeys"} | ||
42 | } | 43 | } |
43 | } | 44 | } |
44 | } | 45 | } |
@@ -72,6 +73,15 @@ | |||
72 | <option value="xq-dark" >XQ-DARK</option> | 73 | <option value="xq-dark" >XQ-DARK</option> |
73 | </select> | 74 | </select> |
74 | </div> | 75 | </div> |
76 | <div id="shortKeys" class="shortKeys"> | ||
77 | <div class="list hide"> | ||
78 | <div><span>ctrl+space : code hints</span></div> | ||
79 | <div><span>ctrl+/ : comment selection</span></div> | ||
80 | <div><span>ctrl+shift+/ : uncomment selection</span></div> | ||
81 | </div> | ||
82 | <span>ShortKeys</span> | ||
83 | <span class="dropdownArrow">▼</span> | ||
84 | </div> | ||
75 | </div> | 85 | </div> |
76 | </div> | 86 | </div> |
77 | </body> | 87 | </body> |