ZEPPELIN-188 Display of line numbers#174
Conversation
Add an option under the paragraph settings to show/hide line numbers in ace editor
|
is there a way to have this a sticky setting persisted across sections? |
In 19aecb2 show/hide line number action is in the paragraph settings and is persisted only in the instance where it's turned on.
We can have a new option in the Notebook settings to invoke show/hide action for all paragraphs. |
|
Current action bar is pretty full right now (and hard to understand) |
|
It looks good to me. It enables display line numbers while it does not change any default behavior. We can still discuss about action button in separate issue. If there're no more discussions, i'm merging it. |
|
The problem above is due to the |
Partial check-in with reference to : ZEPPELIN-188. - Add an option under the paragraph settings to show/hide line numbers in ace editor Since Ace editor is already integrated, with minor changes, this patch will get us line numbers. Based on comments, would like to work on improving - syntax highlighting & auto-complete. Thanks! Author: Renjith Kamath <renjith.kamath@gmail.com> Closes apache#174 from r-kamath/master and squashes the following commits: 19aecb2 [Renjith Kamath] ZEPPELIN-188 Display of line numbers (cherry picked from commit 6d42af1) Signed-off-by: Lee moon soo <moon@apache.org>




Partial check-in with reference to : ZEPPELIN-188.
Since Ace editor is already integrated, with minor changes, this patch will get us line numbers. Based on comments, would like to work on improving - syntax highlighting & auto-complete.
Thanks!