Is there any way to remove the line numbers when using the ace editor?
Similar to removing the print margin as shown below?
editor.setShowPrintMargin
If you want to hide the line numbers but keep the gutter for the folding widgets:
editor.renderer.setOption('showLineNumbers', false);