mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Line Wrapping and Banned Paths Options
New options available to set in the settings screen Also passes through to useNewSettings function for in session changes A couple of other minor changes to style and layout
This commit is contained in:
@@ -100,7 +100,7 @@ function createNewCMInstance(num) {
|
||||
window['cM'+num] = CodeMirror(document.body, {
|
||||
mode: "application/x-httpd-php",
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
lineWrapping: top.ICEcoder.lineWrapping,
|
||||
indentUnit: top.ICEcoder.tabWidth,
|
||||
tabSize: top.ICEcoder.tabWidth,
|
||||
indentWithTabs: true,
|
||||
|
||||
Reference in New Issue
Block a user