uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
494 stars 23 forks source link

Disabling line wrap for long lines #76

Closed itssimon closed 2 years ago

itssimon commented 2 years ago

Is there any way to disable line wrapping within the editor and have horizontal scrolling instead? This would be important for editing YAML containing long strings.

jaywcjlove commented 2 years ago

@itssimon This will complicate the editor. If you need to use more complex functions, you can choose @uiw/react-codemirror, @uiw/react-monacoeditor.