main Alexey
Posts: 2245 Joined: 25.08.2021 18:15
Post
by main Alexey » 26.08.2024 07:40
>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
SamC
Posts: 207 Joined: 12.08.2023 00:49
Post
by SamC » 26.08.2024 07:53
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.
main Alexey
Posts: 2245 Joined: 25.08.2021 18:15
Post
by main Alexey » 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.
main Alexey
Posts: 2245 Joined: 25.08.2021 18:15
Post
by main Alexey » 26.08.2024 08:02
3. Make sure cuda_project_man/install.inf file is correct after download.
SamC
Posts: 207 Joined: 12.08.2023 00:49
Post
by SamC » 26.08.2024 08:15
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!
SamC
Posts: 207 Joined: 12.08.2023 00:49
Post
by SamC » 26.08.2024 08:46
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.
main Alexey
Posts: 2245 Joined: 25.08.2021 18:15
Post
by main Alexey » 26.08.2024 10:08
It was an issue in FindInFiles 4. was fixed some weeks ago. do you use last version?
SamC
Posts: 207 Joined: 12.08.2023 00:49
Post
by SamC » 26.08.2024 10:51
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~