Repository: incubator-zeppelin Updated Branches: refs/heads/master b7c76f80d -> 600f728d2
added autocompletion auto-completion shortcut was missing Author: Tomas <[email protected]> Closes #382 from xhudik/patch-3 and squashes the following commits: ed3ee01 [Tomas] added autocompletion Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/600f728d Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/600f728d Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/600f728d Branch: refs/heads/master Commit: 600f728d26b91632701740bdb98bbc53377bc971 Parents: b7c76f8 Author: Tomas <[email protected]> Authored: Sat Oct 31 13:26:27 2015 +0100 Committer: Lee moon soo <[email protected]> Committed: Tue Nov 3 10:29:56 2015 +0900 ---------------------------------------------------------------------- .../src/components/modal-shortcut/modal-shortcut.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/600f728d/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html b/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html index 7d41431..fe18589 100644 --- a/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html +++ b/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html @@ -59,6 +59,18 @@ limitations under the License. <h4>Control in Note Editor</h4> + <div class="row"> + <div class="col-md-4"> + <div class="keys"> + <kbd class="kbd-dark">Ctrl</kbd> + <kbd class="kbd-dark">.</kbd> + </div> + </div> + <div class="col-md-8"> + Auto-completion + </div> + </div> + + <div class="row"> <div class="col-md-4"> <div class="keys">
