angelozerr / CodeMirror-Extension

CodeMirror Extension
MIT License
11 stars 6 forks source link

Break hover tooltip content line at newline chars #2

Closed cpetrov closed 8 years ago

cpetrov commented 8 years ago

Done to support newline characters in the Tern plugin "!doc" definition.

Line wrapping by newline characters is also supported by the CodeMirror Tern plugin: https://github.com/codemirror/CodeMirror/blob/efca20989567651901895dae6532953386d191f1/addon/tern/tern.css#L62

angelozerr commented 8 years ago

Thanks @cpetrov !