1
0
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:
Cayci
2013-10-28 21:01:35 -04:00
parent 787f73dade
commit a2111fdcf6
5 changed files with 59 additions and 13 deletions

View File

@ -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