GitHub user cloverhearts opened a pull request: https://github.com/apache/incubator-zeppelin/pull/514
ZEPPELIN-485 ] Bug Fixed Paragraph Spark Completion https://issues.apache.org/jira/browse/ZEPPELIN-485  ---- issue When you press the Shift + Ctrl + Space key. Code auto-completion feature, it must work. But it does not operate normally, Only the first line of action. --- cause. When the operation by the user to request a code completion, Front web Autocomplete target code is not properly transmitted. Therefore, Frontweb of Paragraph - Fixed Completion parts. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloverhearts/incubator-zeppelin bug_fix/spark_scala_completion Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/514.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 #514 ---- commit 2426314a8ca013083d9360117a5973a6c4ae1a13 Author: CloverHearts <estai...@gmail.com> Date: 2015-12-04T08:06:12Z Fixed Paragraph Spark Completion ---- --- 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. ---