when in editor mode,the editor area always has a printMarginLine, we can extend the options , add a showPrintMargin attribute to control whether the line shows in the ui, in the ace-editor example, it uses
editor.setOption(showPrintMargin,false)
to hide it.
when in editor mode,the editor area always has a printMarginLine, we can extend the options , add a showPrintMargin attribute to control whether the line shows in the ui, in the ace-editor example, it uses
editor.setOption(showPrintMargin,false)
to hide it.