diff options
author | Ananya Sen | 2012-04-27 17:12:37 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-27 17:12:37 -0700 |
commit | 1314a030f5f883e2222958aa2ba1b8c031be9364 (patch) | |
tree | d6913dc0886745eee9efc7f0beda6a6507a22dec /js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |
parent | 7aee2bd02218d9572ac1c00f191d08efe57f5bcb (diff) | |
download | ninja-1314a030f5f883e2222958aa2ba1b8c031be9364.tar.gz |
added key shortcuts' list dropdown in view option bar
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
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> |