GitHub user mwkang reopened a pull request:

    https://github.com/apache/zeppelin/pull/1290

    [ZEPPELIN-708]shift<enter> positions automatically to the next cell

    ### What is this PR for?
    * Add and modify shortcut function
      * Shift + Enter: Run paragraph, move focus to next
      * Ctrl + Enter: Run paragraph, focus stays
    * Moves the cursor to the end of the paragraph, When new paragraph is added
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-708
    
    ### How should this be tested?
    * unit test
    * online test
    
    ### Screenshots (if appropriate)
    
![zeppelin-708](https://cloud.githubusercontent.com/assets/10624086/17442234/c578d26e-5b6f-11e6-930c-0c4fd53a4505.gif)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mwkang/zeppelin ZEPPELIN-708

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1290.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1290
    
----
commit 490beb0018d22b4783814bf5f84abc24097fccd6
Author: Minwoo Kang <minwoo.k...@outlook.com>
Date:   2016-08-05T14:44:11Z

    Add if shift + <enter>, positions automatically to the next cell. if Ctrl + 
<enter>,  keep focus.
    
    Moves the cursor to the end of the paragraph

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to