Search found 18 matches

by danpeig
10.02.2025, 17:43
Forum: Discussion
Topic: User interface
Replies: 0
Views: 28120

User interface

Hi,

I would like to know if there are plans to update the GUI of FreeCommander to comply with modern standards:
Round corners in Windows 11
Scroll bars that follow the theme colors (dark/light)

Other file managers, also based in Lazarus, already implement such upgrades:

Double Commander ...
by danpeig
04.10.2024, 21:46
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Updated the script to 7-Zip version 24.08 (2024.08.11)
by danpeig
07.10.2023, 22:51
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Hi,

I updated the script to the latest 7-Zip version (23.01) and fixed some of the issues users were facing.
It now downloads the plugin payload directly from GitHub repository.

I tested it with the 896 64-bit version (donor) and with the 880 32-bit version (public release) in a clean Windows 10 ...
by danpeig
06.02.2022, 17:31
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Version 1.5 released

This version includes the latest 7-Zip 21.07 featuring VHDX support, improved TAR packaging and memory optimization.

Download from my Website: https://www.danbp.org/p/en/node/151
or from GitHub: https://github.com/danpeig/freecommande ... _installer
by danpeig
03.01.2022, 18:11
Forum: Discussion
Topic: Thumbnails always being rebuilt every time same folder is accessed
Replies: 2
Views: 11083

Re: Thumbnails always being rebuilt every time same folder is accessed

I noted the same behavior.
I can't say if it is rebuilding the thumbnail database or just refreshing the view but there is definitely some lag in folders with a lot of images or large files.
by danpeig
14.03.2021, 19:34
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Version 1.3 released

The version 1.3 of the plugin uses Total 7-Zip 21.01 alpha libraries. I normally don't use alpha/beta releases but this is important, it fixes several bugs since 7-Zip 19.01.
There is no reason to upgrade from 1.2 if you are not experiencing any problems packing/unpacking ...
by danpeig
02.12.2020, 19:36
Forum: General Discussion
Topic: Drag and Drop tabs from one panel to the other
Replies: 1
Views: 8837

Drag and Drop tabs from one panel to the other

If there is a way to do that I could not find anywhere.
I know that the option of sending a tab to the other panel exists in the content menu but I think it would be more user friendly if we could drag from one panel to the other using the mouse like we do inside the same panel.
by danpeig
26.10.2020, 14:49
Forum: Discussion
Topic: Problem with previewing PDF files
Replies: 21
Views: 61488

Re: Problem with previewing PDF files

It works with the Portable version Sumatra as well.... but only as external viewer.
Settings:

- Filter: *.pdf
- Program: Path to Sumatra exe.
- Parameters: %AcceptOnlyFiles%

Do not forget to enable the filter.
by danpeig
25.10.2020, 14:05
Forum: Discussion
Topic: Problem with previewing PDF files
Replies: 21
Views: 61488

Re: Problem with previewing PDF files

Hi,

The fastest way to display PDF files is using the viewer from the system:
Menu Tools -> Settings -> Viewer -> - Viewer (Button) -> General (tab):

Include the PDF (.pdf) extension in Windows Preview box to let Windows use the internal viewer.
or
Include the PDF (.pdf) extension in the Internet ...
by danpeig
24.10.2020, 17:27
Forum: General Discussion
Topic: Syntax highlight instructions for FreeCommander Viewer
Replies: 0
Views: 14025

Syntax highlight instructions for FreeCommander Viewer

Dear friends,

I compiled a set of instructions to configure the FreeCommander to display text files/source code with syntax highlight from the built in viewer. This relies on the converter feature and uses the excellent Highlight software from Andre Simon .


Download and install Highlight ...
by danpeig
22.10.2020, 17:31
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

I was not expecting someone would have both versions in the same folder but I can add a couple of lines in the next version to account for this scenario :P .
by danpeig
21.10.2020, 17:52
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

The script detects the 32-bit or 64-bit versions based on presence of the files FCIcons.dll and FCIcons64.dll . Do you have a copy of the 64-bit library in your 32-bit installation directory? This could happen if the 32-bits version was installed over a previous 64-bit version or vice-versa. In such ...
by danpeig
21.10.2020, 16:10
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer


Okay, I have figured it out.
Your script is removing the BOM from the INI file. I have opened and saved freecommnder.ini with BOM and now everything is fine.


Thank you for the tip! I released an updated version of the script to fix the BOM problem. Now it generates the new configuration file ...
by danpeig
20.10.2020, 23:11
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Hello CM630,

- The PowerShell script should not close automatically.
- Inside the script there are no Yes/No questions. The only dialog box should be the Windows User Access Control.

I will try to figure out what happened....

Meanwhile let's fix you actual problem:

1. Go to you FreeCommander ...
by danpeig
20.10.2020, 00:00
Forum: General Discussion
Topic: Total7zip Plugin Installer
Replies: 33
Views: 246576

Re: Total7zip Plugin Installer

Updated version with Marek insights plus some improvements...
- Automatic detection of the settings folder for portable installations
- Automatic detection of 32-bit and 64-bit FC versions
- Using %FCSrcPath% relative paths instead of hard-linked plugin locations ensuring full portability
- Improved ...