Search found 5235 matches

by Dreamer
16.01.2024, 18:22
Forum: Resolved Bugs, Issues, Requests
Topic: 900 - Access violation after using Shift+F6 quickly and frequently
Replies: 2
Views: 3197

900 - Access violation after using Shift+F6 quickly and frequently

To reproduce: - use default settings - use FC operations for copy, move and delete - create multiple txt files - hold Shift key and quickly use F6 frequently, to move files to other panel = error dialog is shown "Access violation at address 011DE33A in module 'FreeCommander.exe'. Read of addres...
by Dreamer
13.01.2024, 16:11
Forum: Bug reports
Topic: Free space not automatically updating
Replies: 2
Views: 56590

Re: Free space not automatically updating

Confirmed, it's updating in the right - inactive panel, but not updated in the left, active panel.

Using arrow down key, or just 1-click free space update it correctly.

Tested in 900 32-bit and 64-bit.

BTW It's in the status bar, more here: https://freecommander.com/fchelpxe/en/UiStatusBar.html
by Dreamer
12.01.2024, 19:45
Forum: Feature Requests
Topic: add path to file column in container view
Replies: 1
Views: 8449

Re: add path to file column in container view

Which version are you using?

Path is working good in build 900 32-bit and 64-bit.

Just add "Path" in the column profile for file container.

FAQ: I would like to customize the columns in the detail view, is it possible?

For Condition use "File container <cart>".
by Dreamer
11.01.2024, 18:44
Forum: General Discussion
Topic: Select which panel to open a favourite
Replies: 4
Views: 39533

Re: Select which panel to open a favourite

Do you mean favorites tree (heart icon), or favorite tools (star icon)? When using Favorites tree, it's possible to set path for left and right panel, so you can set the same path and it will be opened in both panels, or you can set 2 different paths and these will be opened in the left and right pa...
by Dreamer
09.01.2024, 20:36
Forum: Feature Requests
Topic: Could you add support for .webp to QuickView?
Replies: 4
Views: 38558

Re: Could you add support for .webp to QuickView?

It works good here, also with default settings, Windows 10.

Make sure, that "webp" is in the field for "as Image" in tab General in Viewer Settings.
by Dreamer
07.01.2024, 00:19
Forum: Resolved Bugs, Issues, Requests
Topic: 903 - Inactive panel remain inactive, after clicking the inactive tab
Replies: 2
Views: 1910

Re: 903 - Inactive panel remain inactive, after clicking the inactive tab

Looks fixed, at least with the steps above, thanks.

Needs more testing though.

903-1
by Dreamer
06.01.2024, 12:19
Forum: Bug reports
Topic: Multi Rename window blocks itself at accepting another past-in for its Search and Replace
Replies: 12
Views: 84910

Re: Multi Rename window blocks itself at accepting another past-in for its Search and Replace

Are you sure it's a FC bug? Could you reproduce it with default settings in FC? Try to provide simple steps to reproduce, perhaps with some examples, with just few files, e.g.: - select 2 txt files - press F2 - type "ABC" ... Are you using my recommended setting for HotkeyP? I think this c...
by Dreamer
04.01.2024, 17:11
Forum: Resolved Bugs, Issues, Requests
Topic: 903 - Inactive panel remain inactive, after clicking the inactive tab
Replies: 2
Views: 1910

Re: 903 - Inactive panel remain inactive, after clicking the inactive tab

I found, that I forgot to upload updated custom setting, uploaded now to: Help/Samples/Dreamer Settings 2024-01-01/

Anyway, perhaps it's reproducible also with previous settings.

You can delete older custom settings folders.
by Dreamer
02.01.2024, 23:27
Forum: Resolved Bugs, Issues, Requests
Topic: 903 - Inactive panel remain inactive, after clicking the inactive tab
Replies: 2
Views: 1910

903 - Inactive panel remain inactive, after clicking the inactive tab

I had this issue several times, but I couldn't reproduce it, now I can: To reproduce: - use my custom settings (updated) - set first tab in both panels - make left panel active - in settings - Refresh enable first 3 options, disable 4th option and enable 5th option "Refresh when FC is activated...
by Dreamer
30.12.2023, 14:34
Forum: General Discussion
Topic: Multi-rename pattern for inserting white spaces in dates [RESOLVED]
Replies: 4
Views: 11052

Re: Multi-rename pattern for inserting white spaces in dates

It looks it's a bug, this should work:

Code: Select all

[n4] [n,5,6] [n,7,8]
FC 900 32-bit, 900 64-bit, Windows 10 22H2 64-bit.

Could be related with this one:

[900] MultiRename-Exif problem - FreeCommander Forum
by Dreamer
28.12.2023, 17:28
Forum: Bug reports
Topic: Select by drawing rectangle does not work anymore: All columns are active
Replies: 6
Views: 8203

Re: Select by drawing rectangle does not work anymore: All columns are active

Use the FAQ from previous post to find the correct FreeCommander.ini file, close FC, open the .ini file in Notepad, Ctrl+F, type: FileListRowSelect=1 Press Enter, replace 1 with 0, press Ctrl+S to save file, close Notepad, open FC. There was some graphical issues if that option was disabled, active ...
by Dreamer
26.12.2023, 17:43
Forum: Bug reports
Topic: Select by drawing rectangle does not work anymore: All columns are active
Replies: 6
Views: 8203

Re: Select by drawing rectangle does not work anymore: All columns are active

It's not a bug, Full row select option was removed for other issues. It should be available in the ini file: FileListRowSelect=1 Change it to 0 while FC is not running, but it can cause other issues. Workarounds: mouse shortcuts (e.g. middle click icon to select item), toggle select, select files wi...
by Dreamer
18.12.2023, 18:34
Forum: Feature Requests
Topic: Move to a new folder
Replies: 1
Views: 4089

Re: Move to a new folder

It's already possible:

- select files
- press F6 or Shift+F6 (with dialog)
- enable option "Use current folder"
- select "*.*" and type the name for a new folder
by Dreamer
18.12.2023, 18:28
Forum: Feature Requests
Topic: Classify files according to hour/minute/second creation
Replies: 2
Views: 4431

Re: Classify files according to hour/minute/second creation

Partly possible: Mutli Rename with move to new created folder - FreeCommander Forum It's possible to move files to subfolders by minutes, if you rename files by EXIF date first: [exif_taken] Then try this: [n,1,16]\[n] Files should be moved to subfolders like: 2023-12-18 18-01 2023-12-18 18-02 2023-...