mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
add preference to enable/disable line numbers
add preference to enable/disable line numbers and make font change work
This commit is contained in:
@ -104,6 +104,9 @@ editor.caret.blink=true
|
||||
# area that's not in use by the text (replaced with tildes)
|
||||
editor.invalid=false
|
||||
|
||||
# show line numbers in editor
|
||||
editor.linenumbers = false
|
||||
|
||||
# enable ctrl-ins, shift-ins, shift-delete for cut/copy/paste
|
||||
# on windows and linux, but disable on the mac
|
||||
editor.keys.alternative_cut_copy_paste = true
|
||||
|
Reference in New Issue
Block a user