GitHub user mwkang reopened a pull request: https://github.com/apache/zeppelin/pull/806
[ZEPPELIN-707]Automatically adds %.* of previous paragraph's typing ### What is this PR for? Automatically adds %pyspark in the code area after paragraph created, if previous paragraph's typing is %pyspark. ### What type of PR is it? New Feature ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-707 ### How should this be tested? unit test Run-time checking ### Screenshots (if appropriate) - default interpreter  - while run paragraph, go to line end  You can merge this pull request into a Git repository by running: $ git pull https://github.com/mwkang/incubator-zeppelin ZEPPELIN-707 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/806.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 #806 ---- commit f1e59b2273dbc852b3cb5ff323f1ebf8b5d59e02 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-04-04T06:57:38Z [ZEPPELIN-707]Automatically adds %.. of previous paragraph's typing commit 83003f5dd2d0514c8413c0016c27bb0983e28d0c Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-04-06T02:31:01Z [ZEPPELIN-707]Fixed test commit 011f4e39614f56932d36d764fdc8aa40856f87b7 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-05-01T07:01:00Z [ZEPPELIN-707]Fixed interpreter parsing problems commit 27f3925cfe861b843ab4976f37c19ac2241753ff Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-05-17T23:59:24Z [ZEPPELIN-707]Fixed ParagraphActionsIT test commit 7dd3f68a8aefa3f5f041aeb30a9225e6a3da0ea0 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-05-30T12:10:55Z [ZEPPELIN-707]Make %.. is default interpreter commit 3c7485d7cc9eeac990883e1494dde5f31f6f543d Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-05-30T13:47:50Z [ZEPPELIN-707]Fix go to line end commit 854e96b8cbc0867143480af60546f8cc24e06fec Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-05-30T14:08:29Z [ZEPPELIN-707]Fix 'paragraphId' used out of scope. commit caeb9a23ef367de3185abb5ae601df978ef94d22 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-07T07:55:05Z [ZEPPELIN-707]Use ConcurrentHashMap instead of HashMap commit 2366709734741cdfdb18ed4845441dd0c8ac073b Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-07T08:06:46Z [ZEPPELIN-707]Use ConcurrentHashMap instead of HashMap commit 1484d1cf84941e8489963c6a3dc4c12428c714e7 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-10T04:40:22Z [ZEPPELIN-707]Change cursor of new paragraph go at the end of the line commit 532e98edb615a7e47be3096cfd39017726d2a8b1 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-10T04:47:02Z [ZEPPELIN-707]Fix cannot find symbol error commit f3ab5ea7d49e1d1d62d05a9c804d0b54868768da Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-10T04:47:35Z [ZEPPELIN-707]Fix cannot find symbol error commit 334b15ff7a81a083ecff6bcc780fd56b867cbcfe Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T04:56:51Z [ZEPPELIN-707]Remove OccupiedInterpreter class. Add lastReplName in Note.java commit 85ee14b738c7ceeed2959e41a5ad25fa132de2a9 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T05:36:35Z [ZEPPELIN-707]Fix test in error commit 0fd122c34d2821ffbe11c7fd5806f608a2e8d24f Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T08:08:09Z [ZEPPELIN-707]Modify checking nullable list location commit 4c0904bc77106c5dcc6b41524af2fe78050f875e Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T08:19:14Z [ZEPPELIN-707]Resolved conflicts commit 720ffba3aa725e04e863dfa89819b530789e2b20 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T08:19:39Z [ZEPPELIN-707]Add note.setLastReplName in Rest API commit a159903a136677faf60d7dc72e8dbf53b0f79b34 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T14:07:37Z [ZEPPELIN-707]Modify return empty string when repl name is blank commit 3652dbbfb0d4f9dd75fa79a8b7591651388a9a17 Author: Minwoo Kang <minwoo.k...@outlook.com> Date: 2016-06-16T14:15:12Z [ZEPPELIN-707]Add test case ---- --- 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. ---