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 ...
Search found 17 matches
- 07.08.2024, 04:51
- Forum: Bug reports
- Topic: [BUG] Issue with Automatic Column Profile Selection
- Replies: 1
- Views: 58391
- 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
Thank you Dreamer.
I overlooked the rules for feature requests and bug reports. I'll be careful from now on.
- 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 ...
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 ...
- 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.
2. Column width adjustment: Truncate the entire right end of the update date and time. Now there is only a few extra pixels.
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
Thank you for your reply.
Are there any plans to allow users to set any number of tools?
- 29.06.2023, 11:36
- 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
Um...
Is it possible to add more than 20 after all ???
Is it possible to add more than 20 after all ???
- 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 ...
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 ...
- 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.
*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.
- 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.
It can be achieved by defining with Define Filter and then selecting with item color.
- 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!)
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!)
- 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 ...
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 ...
- 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 ...
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 ...