##// END OF EJS Templates
Backport PR #7718: Disable output contents from overflowing page width....
Backport PR #7718: Disable output contents from overflowing page width. A scrollbar will appear when the output is too wide. closes #7701 alternative to #7721

File last commit:

r11754:d59fec67
r20967:f12764f0
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase