How to sort project panel by last modified?

freecicero
Posts: 14
Joined: 11.07.2024 11:51

Re: How to sort project panel by last modified?

Post by freecicero »

and FYI I am running 1.215.1.0 I will re-download those files in that section of git
freecicero
Posts: 14
Joined: 11.07.2024 11:51

Re: How to sort project panel by last modified?

Post 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)
main Alexey
Posts: 2265
Joined: 25.08.2021 18:15

Re: How to sort project panel by last modified?

Post 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.
freecicero
Posts: 14
Joined: 11.07.2024 11:51

Re: How to sort project panel by last modified?

Post 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!!!!
Post Reply