mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* log * tests * snapshot tests * change to richlog * keep raw lines * disable highlighting by default * simplify * superfluous test * optimization * update cell length * add refresh * write method * version bump * doc fix link * makes lines private * docstring * relax dev dependancy * remove superfluous code [skip ci] * added FAQ [skipci] * fix code in faq [skipci] * fix typo * max lines fix
432 B
432 B
title, alt_titles
| title | alt_titles | ||
|---|---|---|---|
| No widget called TextLog |
|
The TextLog widget was renamed to RichLog in Textual 0.32.0.
You will need to replace all references to TextLog in your code, with RichLog.
Most IDEs will have a search and replace function which will help you do this.
Here's how you should import RichLog:
from textual.widgets import RichLog