Search found 42 matches

by kuiwu_zh
07 Mar 2022 13:27
Forum: Bug Reports
Topic: About menu display, etc
Replies: 7
Views: 979

Re: About menu display, etc

You're great. I can't understand your regular expression for the moment. I'll take some time to study it. Thank you. I used to use the command readfile() to read the shortcut and extract the environment variable name from it. I think since the environment variable name has been saved in the shortcut...
by kuiwu_zh
07 Mar 2022 12:36
Forum: Bug Reports
Topic: About menu display, etc
Replies: 7
Views: 979

Re: About menu display, etc

Thank you.

If there is only one environment variable, I can implement it through your method.

Now there is more than one environment variable. I don't know which environment variable is used in the shortcut.
by kuiwu_zh
07 Mar 2022 12:15
Forum: Bug Reports
Topic: About menu display, etc
Replies: 7
Views: 979

Re: About menu display, etc

Thank you very much. Question 3: Can the following command return "%prj_mcu_dir%\mcu8051" instead of "F:\prj_usb_3_0_PCB\prj_mcu_2022"? text property ("#ShortcutTarget","D:\mcu8051.lnk"); I just need this return with environment variable. This is important to ...
by kuiwu_zh
07 Mar 2022 09:33
Forum: Bug Reports
Topic: About menu display, etc
Replies: 7
Views: 979

About menu display, etc

Hello, I have five questions. Please help me have a look. Thank you. Question 1: popupnested ("C&aption A;Data1;:cofi|-|Ca&ption B;Data2;:favs|Cap&tionC;Data3;:find"); If there is a space in the title, there will be a prompt in the status bar. If there is no space in the title,...
by kuiwu_zh
24 Feb 2022 15:12
Forum: Other Software
Topic: Hardware: NUC
Replies: 31
Views: 7280

Re: Hardware: NUC

If SSD is used, it is recommended to back up data to the Hard Disk Drive (HDD) frequently. I have been using SSD since 2013. I have used several SSD: 240G, 500G and 1TB. The 1T SSD used at the end of last year had problems, and more than a dozen files stored in the SSD could not be read because of a...
by kuiwu_zh
19 Feb 2022 14:47
Forum: Bug Reports
Topic: About script "input ()" and input box/combo-box font
Replies: 1
Views: 516

About script "input ()" and input box/combo-box font

Hello. Question 1: input (,,,"e",,1200); input (,,,"e",,1200,,"A|B|C"); The first script can set the width of the window. The second script cannot set the width of the window. Why? Thank you. When I use single line input, the default 800 pixels feel that it is not wide ...
by kuiwu_zh
14 Dec 2021 13:44
Forum: Bug Reports
Topic: about Custom Status Bar Info
Replies: 7
Views: 1166

Re: about Custom Status Bar Info

Thank you very much. I found the reason. Now I know that the return values of the following two commands are different. text property ("#ShortcutTarget"); text property ("#194"); The reason why I hide the suffix is: 1. I know what type of file this is by looking at the icon. 2. R...
by kuiwu_zh
14 Dec 2021 05:54
Forum: Bug Reports
Topic: about Custom Status Bar Info
Replies: 7
Views: 1166

about Custom Status Bar Info

Custom Status Bar Info, this is a very good function. This is my setting: <prop #image.dimensions> <prop #27> <prop #194> <prop #195> For example: F:\Tmp.png F:\Tmp.lnk Question 1. For an image shortcut, I hope to get the size of the image and the target pointed by the shortcut. I hope it to look li...
by kuiwu_zh
16 Nov 2021 14:26
Forum: Wishes
Topic: Paper Folders in Tree
Replies: 15
Views: 1779

Re: Paper Folders in Tree

+1

Good idea.
by kuiwu_zh
29 Jul 2021 04:11
Forum: Bug Reports
Topic: About tab ("move",0)
Replies: 2
Views: 608

About tab ("move",0)

Code: Select all

tab ("move",0);
22.00.0000: Move to the last tab.
22.10.0000: Can't get the right result.
22.10.0009: Can't get the right result.


Code: Select all

tab ("move",5);
This expression sometimes has the same problem.



Do you have this problem?
Thank You.
by kuiwu_zh
28 Jul 2021 11:21
Forum: Bug Reports
Topic: About search (added picture description)
Replies: 7
Views: 1101

Re: About search (added picture description)

I see. Thank you.

How do I write the expression of Question 2?
by kuiwu_zh
28 Jul 2021 10:54
Forum: Bug Reports
Topic: About search (added picture description)
Replies: 7
Views: 1101

Re: About search (added picture description)

But I tested that the result of the following expression is the same.

Code: Select all

:*.cpp AND ageM: <= 1h
:*.cpp AND ageM: <=1 h
:*.cpp AND ageM:<= 1 h
:*.cpp AND ageM:<=1h
by kuiwu_zh
26 Jul 2021 08:49
Forum: Bug Reports
Topic: About search (added picture description)
Replies: 7
Views: 1101

About search (added picture description)

Question 1: snap_screen_20210726172758.png ageM: 1 h This expression can search for files. snap_screen_20210726172853.png ageM: 1h This expression cannot search for files. Why? Thank you. Question 2: snap_screen_20210726143222.png ageM: <= 1 h The options on this picture are equivalent to this expre...
by kuiwu_zh
08 Apr 2021 10:43
Forum: Bug Reports
Topic: There is one more folder in the PaperFolder. Why? Thank you.
Replies: 3
Views: 1217

There is one more folder in the PaperFolder. Why? Thank you.

1. Open a PaperFolder paperfolder ("F:\6-系统安装\MyPaperFolder.txt",,,l); 2. Select "Allow Zombies" 3. Select "Refresh List" A folder is added, which is the installation directory of the XYplorer. Why? Thank you. snap_screen_20210408162540.png snap_screen_20210408162643.pn...
by kuiwu_zh
12 Dec 2020 07:13
Forum: Wishes
Topic: CEA - Custom Event Actions
Replies: 226
Views: 32906

Re: CEA - Custom Event Actions

Step 1: "Line spacing" is set to "3". snap_screen_20201212140351.png Step 2: Focus on the list on the left, and the mouse wheel is valid. Focus on the table on the right, and the mouse wheel is invalid. snap_screen_20201212140419.png Do you have such problems? Thank you.