'Color Text' > Clear in selection

Solved bugs are moved into this topic...
Post Reply
Stefan
Posts: 112
Joined: 06.10.2012 15:06

'Color Text' > Clear in selection

Post by Stefan »

This does not work for me. All formatted text that I applied stays intact.
The output panel shows this:

Code: Select all

Traceback (most recent call last):
  File "D:\Toolbox\CudaText\py\cuda_color_text\__init__.py", line 383, in clear_sel
    clear_in_selection(ed)
  File "D:\Toolbox\CudaText\py\cuda_color_text\__init__.py", line 262, in clear_in_selection
    msg_status(_('Deleted %d attrib(s)') % cnt)
TypeError: 'list' object is not callable
ERROR: Exception in CudaText for clear_sel: TypeError: 'list' object is not callable
main Alexey
Posts: 2265
Joined: 25.08.2021 18:15

Post by main Alexey »

thanks for report about Color Text plugin. i confirm the bug. will see it.
main Alexey
Posts: 2265
Joined: 25.08.2021 18:15

Post by main Alexey »

fixed. update plugin from dlg "Plugins / Addon manager / Update".
Stefan
Posts: 112
Joined: 06.10.2012 15:06

Post by Stefan »

Whoa, this was the quickest response and fix I have ever experienced. :o Ever.
Thanks a million, Alexey. It works perfectly now.
Post Reply