Page 2 of 2

Re: How to sort project panel by last modified?

Posted: 15.07.2024 11:05
by freecicero
and FYI I am running 1.215.1.0 I will re-download those files in that section of git

Re: How to sort project panel by last modified?

Posted: 15.07.2024 11:09
by freecicero
I deleted the content of that subdirectory and re-downloaded the files for the project manager subdirectory. When I restart the program, the project manager is gone.
the console shows this:

Code: Select all

Python 3.12.4
Init: cuda_config_toolbar
Loading toolbar config (2ms)
Init: cuda_project_man
  File "/mnt/DriveD/Nextcloud/Cudatext/py/cuda_project_man/__init__.py", line 112
    <title>CudaText/app/py/cuda_project_man/__init__.py at master · Alexey-T/CudaText</title>
                                                                  ^
SyntaxError: invalid character '·' (U+00B7)
ERROR: Exception in CudaText for cuda_project_man.on_start: SyntaxError: invalid character '·' (U+00B7) (line 112, offset 65): '<title>CudaText/app/py/cuda_project_man/__init__.py at master · Alexey-T/CudaText</title>'
Init: cuda_breadcrumbs
Init: cuda_project_man
  File "/mnt/DriveD/Nextcloud/Cudatext/py/cuda_project_man/__init__.py", line 112
    <title>CudaText/app/py/cuda_project_man/__init__.py at master · Alexey-T/CudaText</title>
                                                                  ^
SyntaxError: invalid character '·' (U+00B7)
ERROR: Exception in CudaText for cuda_project_man.on_open: SyntaxError: invalid character '·' (U+00B7) (line 112, offset 65): '<title>CudaText/app/py/cuda_project_man/__init__.py at master · Alexey-T/CudaText</title>'
Init: cuda_tabs_list
Loaded session: "history session.json", 60ms, 1 file(s)
Startup: 830ms, plugins: 130ms (config_toolbar 82ms, project_man 14ms, breadcrumbs 23ms, tabs_list 15ms)

Re: How to sort project panel by last modified?

Posted: 15.07.2024 11:58
by main Alexey
so you downloaded files from Git - wrongly. you got HTML files.

1. click file link on the site
2. on the opened webpage- use "Download" button to get Python content

check that .py files have Python content.

Re: How to sort project panel by last modified?

Posted: 15.07.2024 17:34
by freecicero
Very stupid error on my part! Sorry!
I have redownloaded, verified that I have python files, and YES it is working perfectly!

Thank you!!!!