You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by 1ambda <gi...@git.apache.org> on 2017/03/10 07:32:06 UTC

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

GitHub user 1ambda opened a pull request:

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

    [ZEPPELIN-2243] Use uppercase for shortcut description

    ### What is this PR for?
    
    Use uppercase for keyboard shortcut description so that user can recognize shortcuts easily.
    it's hard to understand for some shortcuts since we used lowercases. For example, `Ctrl+Option+l` (actually this `L`, not `I`)
    
    I attached screenshots.
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    
    NONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2243](https://issues.apache.org/jira/browse/ZEPPELIN-2243)
    
    ### How should this be tested?
    
    1. Open the paragraph shortcut panel.
    2. Open the note shortcut dialog.
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    <img width="261" alt="before_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786191/fb3dafe8-05ae-11e7-8e1e-36b5f151070f.png">
    
    #### After
    
    <img width="263" alt="after_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786194/fe59b1e0-05ae-11e7-9741-371f8e3f77de.png">
    
    ### 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/1ambda/zeppelin ZEPPELIN-2243/use-uppercase-for-keyboard-shortcut-description

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

    https://github.com/apache/zeppelin/pull/2119.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 #2119
    
----
commit 42021da53093edcc699b69f1ad73355c9a215d2c
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-10T07:24:12Z

    fix: Use uppercase for shortcut desc

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    @1ambda Sadly one file has some conflicts after #2100 merged.. 
    Could you resolve this? I'll merge this right after then. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    Rebased to resolve @felixcheung's the last comment.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    I updated and now PR CI is green :)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

Posted by 1ambda <gi...@git.apache.org>.
GitHub user 1ambda reopened a pull request:

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

    [ZEPPELIN-2243] Use uppercase for shortcut description

    ### What is this PR for?
    
    Use uppercase for keyboard shortcut description so that user can recognize shortcuts easily.
    it's hard to understand for some shortcuts since we used lowercases. For example, `Ctrl+Option+l` (actually this `L`, not `I`)
    
    I attached screenshots.
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    
    NONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2243](https://issues.apache.org/jira/browse/ZEPPELIN-2243)
    
    ### How should this be tested?
    
    1. Open the paragraph shortcut panel.
    2. Open the note shortcut dialog.
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    <img width="261" alt="before_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786191/fb3dafe8-05ae-11e7-8e1e-36b5f151070f.png">
    
    #### After
    
    <img width="263" alt="after_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786194/fe59b1e0-05ae-11e7-9741-371f8e3f77de.png">
    
    ### 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/1ambda/zeppelin ZEPPELIN-2243/use-uppercase-for-keyboard-shortcut-description

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

    https://github.com/apache/zeppelin/pull/2119.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 #2119
    
----
commit 42021da53093edcc699b69f1ad73355c9a215d2c
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-10T07:24:12Z

    fix: Use uppercase for shortcut desc

commit dc933cc47e3b733727f2c72b73da05af39f52baa
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-10T08:47:03Z

    fix: ParagraphActionsIT

commit 1cdb36a1f70a55bdb34f12ade9b83306d139d275
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-15T20:00:20Z

    fix: Remove white spaces

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by soralee <gi...@git.apache.org>.
Github user soralee commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    Tested and it's work well, LGTM


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    LGTM 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    @soralee Thanks for review!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    Merge into branch-0.7 and master if there are no more comments 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

Posted by 1ambda <gi...@git.apache.org>.
GitHub user 1ambda reopened a pull request:

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

    [ZEPPELIN-2243] Use uppercase for shortcut description

    ### What is this PR for?
    
    Use uppercase for keyboard shortcut description so that user can recognize shortcuts easily.
    it's hard to understand for some shortcuts since we used lowercases. For example, `Ctrl+Option+l` (actually this `L`, not `I`)
    
    I attached screenshots.
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    
    NONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2243](https://issues.apache.org/jira/browse/ZEPPELIN-2243)
    
    ### How should this be tested?
    
    1. Open the paragraph shortcut panel.
    2. Open the note shortcut dialog.
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    <img width="261" alt="before_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786191/fb3dafe8-05ae-11e7-8e1e-36b5f151070f.png">
    
    #### After
    
    <img width="263" alt="after_2243" src="https://cloud.githubusercontent.com/assets/4968473/23786194/fe59b1e0-05ae-11e7-9741-371f8e3f77de.png">
    
    ### 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/1ambda/zeppelin ZEPPELIN-2243/use-uppercase-for-keyboard-shortcut-description

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

    https://github.com/apache/zeppelin/pull/2119.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 #2119
    
----
commit 42021da53093edcc699b69f1ad73355c9a215d2c
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-10T07:24:12Z

    fix: Use uppercase for shortcut desc

commit dc933cc47e3b733727f2c72b73da05af39f52baa
Author: 1ambda <1a...@gmail.com>
Date:   2017-03-10T08:47:03Z

    fix: ParagraphActionsIT

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    Thanks @1ambda 
    Merge into master and branch-0.7 if there are no more comments.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2119
  
    CI is green :) now


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---