cleanup code. attempt to add preference for line numbers in the general tab. closes pr11367
original commit: 18504774f00cdff945217e36c4a5c01ed16fd5dc
This commit is contained in:
parent
2388261846
commit
8493d46967
|
@ -454,8 +454,10 @@ the state transitions / contracts are:
|
|||
'framework:autosaving-on?
|
||||
(string-constant auto-save-files)
|
||||
values values)
|
||||
(make-check editor-panel 'framework:backup-files? (string-constant backup-files) values values)
|
||||
(make-check editor-panel 'framework:backup-files? (string-constant backup-files) values values)
|
||||
(make-check editor-panel 'framework:show-status-line (string-constant show-status-line) values values)
|
||||
;; does this not belong here?
|
||||
;; (make-check editor-panel 'drracket:show-line-numbers (string-constant show-line-numbers)
|
||||
(make-check editor-panel 'framework:col-offsets (string-constant count-columns-from-one) values values)
|
||||
(make-check editor-panel
|
||||
'framework:display-line-numbers
|
||||
|
|
Loading…
Reference in New Issue
Block a user