Page 2 of 2

Re: changing files orders in project panel

Posted: 26.08.2024 07:40
by main Alexey
>I didn't find the function to handle project panel node fold/unfold,

Treeview has the handle.

Code: Select all

       self.tree = dlg_proc(self.h_dlg, DLG_CTL_HANDLE, index=n)
using handle, call tree_proc() with action ids:
TREE_ITEM_FOLD
TREE_ITEM_FOLD_DEEP
TREE_ITEM_UNFOLD
TREE_ITEM_UNFOLD_DEEP

Re: changing files orders in project panel

Posted: 26.08.2024 07:53
by SamC
main Alexey wrote: 26.08.2024 07:38 >but side bar seems became empty.

Must be some python error. see it in the Console in the bottom. copy/paste it here.
seems no error in console.
S2024-08-26-15-51-43.png

Re: changing files orders in project panel

Posted: 26.08.2024 07:56
by main Alexey
1. Make sure you got python files, not HTML files, from github.
2. Revert python files from distributive, then it must work.

Re: changing files orders in project panel

Posted: 26.08.2024 08:02
by main Alexey
3. Make sure cuda_project_man/install.inf file is correct after download.

Re: changing files orders in project panel

Posted: 26.08.2024 08:15
by SamC
main Alexey wrote: 26.08.2024 07:56 1. Make sure you got python files, not HTML files, from github.
2. Revert python files from distributive, then it must work.
Works now,a space key is added in the init python file by mistake. Thanks!

Re: changing files orders in project panel

Posted: 26.08.2024 08:46
by SamC
For the added command:action_find_in_directory.
It seems for the first time,Find in Files 4 will use the select node path as the string in From box. But when use this command at second time,it will use path before,rather than the select node path now.

Re: changing files orders in project panel

Posted: 26.08.2024 10:08
by main Alexey
It was an issue in FindInFiles 4. was fixed some weeks ago. do you use last version?

Re: changing files orders in project panel

Posted: 26.08.2024 10:51
by SamC
main Alexey wrote: 26.08.2024 10:08 It was an issue in FindInFiles 4. was fixed some weeks ago. do you use last version?
Updated and solved. Thanks~

Re: changing files orders in project panel

Posted: 30.08.2024 17:40
by main Alexey
+ add: Project Manager: option "Sorting order" has new value "by creation date"

you can download updated project-man files from our Github repo.
https://github.com/Alexey-T/CudaText