You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I start gedit with the command :
| user@computer ~ $ gedit
When I want to generate a table, I have those lines in the terminal :
| Traceback (most recent call last):
| File "/usr/local/lib/gedit/plugins/reST/init.py", line 256, in on_create_table
| text = doc.get_text(start, end)
| TypeError: get_text() takes exactly 4 arguments (3 given)
Thank you for your work.
The text was updated successfully, but these errors were encountered:
Hello,
I start gedit with the command :
| user@computer ~ $ gedit
When I want to generate a table, I have those lines in the terminal :
| Traceback (most recent call last):
| File "/usr/local/lib/gedit/plugins/reST/init.py", line 256, in on_create_table
| text = doc.get_text(start, end)
| TypeError: get_text() takes exactly 4 arguments (3 given)
Thank you for your work.
The text was updated successfully, but these errors were encountered: