Search found 17 matches

by cip60ckby9v6e4syst
07.08.2024, 04:51
Forum: Bug reports
Topic: [BUG] Issue with Automatic Column Profile Selection
Replies: 1
Views: 58391

[BUG] Issue with Automatic Column Profile Selection

This may be an environment-specific issue unique to my setup, but I am experiencing the following phenomenon:

1. I have automatic column profile selection enabled.
2. After changing the Windows system font and restarting Explorer, I launch FC.
3. The column profile width becomes corrupted.

When I ...
by cip60ckby9v6e4syst
07.08.2024, 04:48
Forum: Feature Requests
Topic: [request] small small request - Column profile
Replies: 2
Views: 58907

Re: [request] small small request - Column profile

Dreamer wrote: 06.08.2024, 14:33 Read the forum rules for more information (link below).

Thank you Dreamer.
I overlooked the rules for feature requests and bug reports. I'll be careful from now on.
by cip60ckby9v6e4syst
07.08.2024, 04:46
Forum: Feature Requests
Topic: [future request] Favorites toolbar settings
Replies: 1
Views: 87285

[future request] Favorites toolbar settings

Here are some useful feature request suggestions.

1. Favorites toolbar: If you have set up a folder, I would like to see two options added: a tab selection to open the folder, and an option to select a new tab or an existing tab.

2. Favorites toolbar: I would like to add "vertical width" to the ...
by cip60ckby9v6e4syst
06.08.2024, 13:46
Forum: Feature Requests
Topic: [request] small small request - Column profile
Replies: 2
Views: 58907

[request] small small request - Column profile

1. Column profile settings: I would like to add "hidden item display option" to "automatic display selection".

2. Column width adjustment: Truncate the entire right end of the update date and time. Now there is only a few extra pixels.
by cip60ckby9v6e4syst
11.07.2023, 04:30
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

Re: I want to increase the number of registered favorite tools to 20 or more

The issue in this thread has been resolved.
When I tried it, all commands in the FC menu could be operated with postmessage.

You can also select multiple "favorite tools" like folders, which can be selected from the FC menu, and can be executed with postmessage.
tool > favorite tools > (your list ...
by cip60ckby9v6e4syst
10.07.2023, 11:19
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

Re: I want to increase the number of registered favorite tools to 20 or more

Thanks Marek for the fundamental solution.

Dreamer
I thought a solution using AHK would be close.
It seems that it can be solved to some extent by combining "copy the full path of the file" and "copy the current directory".
However, the pass copy fails once in several times. (Even if you put wait ...
by cip60ckby9v6e4syst
06.07.2023, 09:01
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

Re: I want to increase the number of registered favorite tools to 20 or more

I understand why the conversation didn't work.

I understand that I can register more than 20 apps in the "Favorite Toolbar".
As I wrote in my first post, I have multiple shortcut keys set as "favorite tools."

According to the specifications of the split bar, the application registration must be ...
by cip60ckby9v6e4syst
05.07.2023, 18:17
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

Re: I want to increase the number of registered favorite tools to 20 or more

Dreamer wrote: 29.06.2023, 20:51 No, 20 is maximum.
Thank you for your reply.
Are there any plans to allow users to set any number of tools?
by cip60ckby9v6e4syst
25.06.2023, 05:20
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

Re: I want to increase the number of registered favorite tools to 20 or more

thanks for the reply.
My explanation was bad.

purpose: I would like to increase the number of tools that can be set in the main splitter to 20 or more.

Items that can be registered in the main splitter are only favorite tools. I have several favorite tools that I only use shortcut keys for ...
by cip60ckby9v6e4syst
24.06.2023, 09:09
Forum: Discussion
Topic: [RESOLVED] I want to increase the number of registered favorite tools to 20 or more
Replies: 16
Views: 42647

[RESOLVED] I want to increase the number of registered favorite tools to 20 or more

*I searched the forums but couldn't find it.
*If it has already been discussed and requested, I would be happy if you could guide me to the relevant thread.

I would like to be able to register multiple items like a favorite folder.
by cip60ckby9v6e4syst
28.02.2023, 13:59
Forum: General Discussion
Topic: Regular expression for "item color"
Replies: 1
Views: 3872

Re: Regular expression for "item color"

solved.

It can be achieved by defining with Define Filter and then selecting with item color.
by cip60ckby9v6e4syst
26.02.2023, 05:48
Forum: General Discussion
Topic: Regular expression for "item color"
Replies: 1
Views: 3872

Regular expression for "item color"

How should I write the regular expression if the file name contains [1]?

file type color:
file name [1].jpg
===
*[1]*.jpg (not match) Anything with a 1 in the file name will be processed.
*/[1/]*.jpg (not match)
.*\[1\]\.jpg (not match)


file name (1).jpg
===
*(1)*.jpg (match!)
by cip60ckby9v6e4syst
03.10.2022, 05:31
Forum: Feature Requests
Topic: Ideas for tab menus and Alt+Tab views
Replies: 2
Views: 6349

Re: Ideas for tab menus and Alt+Tab views

Thanks for the prompt reply and the alternative.

The key config app uses AutoHotKey. This is the best!
I used AHK's "SetTimer" command and WinHook class to groping for tab switching by mouse over while FC is displayed, but failed. There is a tab element in ClassNN, but I cannot get the coordinates ...
by cip60ckby9v6e4syst
02.10.2022, 12:46
Forum: Feature Requests
Topic: Ideas for tab menus and Alt+Tab views
Replies: 2
Views: 6349

Ideas for tab menus and Alt+Tab views

thanks for the great software.
I suggest a useful UI idea that I recently found out on github.

1:Do not show FC in Alt+Tab menu for multi-monitor environment
It's annoying to see FC in the Alt+Tab menu when you have a monitor that always shows the filer.
There is a TIPS to change WindowStyle with ...