diff options
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | 1 | ||||
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css index a2469070..6130382b 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | |||
@@ -83,6 +83,7 @@ | |||
83 | padding:5px; | 83 | padding:5px; |
84 | background-color: #313131; | 84 | background-color: #313131; |
85 | width:200px; | 85 | width:200px; |
86 | cursor: text; | ||
86 | } | 87 | } |
87 | 88 | ||
88 | .viewOptions .shortKeys .list div{ | 89 | .viewOptions .shortKeys .list div{ |
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 d207ea23..0f335625 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 | |||
@@ -54,7 +54,7 @@ | |||
54 | <span>Automatic Completion</span> | 54 | <span>Automatic Completion</span> |
55 | </div> | 55 | </div> |
56 | <div class="floatButtons"> | 56 | <div class="floatButtons"> |
57 | <button id="format" value="format" class="nj-skinned format">Format</button> | 57 | <button disabled="disabled" id="format" value="format" class="nj-skinned format">Format</button> |
58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> | 58 | <button id="comment" value="comment" class="nj-skinned format">comment</button> |
59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> | 59 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> |
60 | </div> | 60 | </div> |