- When I click the Project icon in the Sidebar, the Project panel shows up blank, regardless of whether I have any files open in Cudatext
- When I use the Command Palette (Ctrl + Shift + P) and select Project Manager: New Project, Open Folder, and select a folder, nothing happens. Project panel continues to be blank
Code: Select all
TypeError: 'str' object cannot be interpreted as an integer
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/me/.var/app/io.github.cudatext.CudaText-Qt5/config/cudatext/py/cuda_project_man/__init__.py", line 972, in menu_recents
self.init_panel()
File "/home/me/.var/app/io.github.cudatext.CudaText-Qt5/config/cudatext/py/cuda_project_man/__init__.py", line 301, in init_panel
self.init_form_main()
File "/home/me/.var/app/io.github.cudatext.CudaText-Qt5/config/cudatext/py/cuda_project_man/__init__.py", line 246, in init_form_main
self.toolbar_imglist = toolbar_proc(self.h_bar, TOOLBAR_GET_IMAGELIST)
File "/home/me/.var/app/io.github.cudatext.CudaText-Qt5/config/cudatext/py/cudatext.py", line 1161, in toolbar_proc
return ct.toolbar_proc(str(id_toolbar), id_action, text, text2, str(command), index, index2)
SystemError: <built-in function toolbar_proc> returned a result with an exception set
ERROR: Exception in CudaText for menu_recents: SystemError: <built-in function toolbar_proc> returned a result with an exception set