-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: add line numbers to code editors (#5474)
* feat: add line number view for code editor * determine width of linenumbers a bit better * make it a binding to set the leftPadding for the lineNumbers --------- Co-authored-by: Joris Goosen <joris@jorisgoosen.nl>
- Loading branch information
1 parent
f77408c
commit 5b9d433
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ import JASP 1.0 | |
TextArea | ||
{ | ||
textType: JASP.TextTypeJAGSmodel | ||
showLineNumber: true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters