There is a misunderstanding.
I meant I don't know of any plugin that allows 2 installations ways.
With your plugin one can either
a) fill out the irfanview.ini ... OR ...
b) the "IrfanView" or "IrfanView64" folders are filled
Moderators: Hacker, petermad, Stefan2, white
There is a misunderstanding.
Yes, now that's something different - now I understand the pluginAkulaBig wrote: 2023-06-08, 15:24 UTC Corrected 2.58b. I have several plugins, so I want to unify the code for them. But it doesn't work. Check the performance:
https://drive.google.com/file/d/19kTXWS3YfvmlDd6Ed8Pf_urhRDtizAFS/view?usp=sharing
You're right. I wanted to give a description of the simplest way to install the plugin, when the IV is placed in the \IrfanView(64) subfolders. That's what I create them for. Then there is no need to register anything in irfanview.ini. And he wrote in the readme "place IV in any folder". That's what I'll fix. Then it turns out 1 option for inexperienced users. Then the ini files IV are in the correct folders. And if the user is advanced, he will use option 2 and place the IV where he likes. Personally, I myself have the IV lying in subfolders. But I only use IV x32, so I have the path [Options] spelled out
Now I will post a release with the correct numbers and a corrected readme.tuska wrote: 2023-06-08, 15:51 UTC During installation, the version no. 2.57 is still displayed instead of 2.58.
Re-read the readme in the plugin installation part. Is the installation clear now? By the way, I wrote about Ctrl+Q, although it should be clear.tuska wrote: 2023-06-08, 16:33 UTC Can you please mention with version 2.x either on the web page or in the Readme.txt,
that you can also use Ctrl+Q. This has unfortunately escaped me until now.
Thanks for the new version!AkulaBig wrote: 2023-06-08, 17:20 UTC Version 2.58:
* internal changes.
Re-read the readme in the plugin installation part. Is the installation clear now?tuska wrote: 2023-06-08, 16:33 UTC Can you please mention with version 2.x either on the web page or in the Readme.txt,
that you can also use Ctrl+Q. This has unfortunately escaped me until now.
By the way, I wrote about Ctrl+Q, although it should be clear.
And thank you very much! Thanks to you, I was able to make a clear description, and this is very important. It was very difficult to understand you because of the translator, but we figured it out anyway.
Good. I'll try to figure it out.tuska wrote: 2023-06-08, 17:45 UTC But this effect can only be achieved if both plugins are installed.
I don't see any reason to have both plugins at the same time.tuska wrote: 2023-06-08, 17:45 UTC ...
Unfortunately I didn't notice this before.
But this effect can only be achieved if both plugins are installed.
I agree.Horst.Epp wrote: 2023-06-08, 18:13 UTC I don't see any reason to have both plugins at the same time.
I don't agree.
https://totalcmd.net/plugring/TCIrfanView.html | TC IrfanView Plugin 1.8.4 - 6.6.2023 | Ctrl+Q, F3 Lister (irfanview) |
https://totalcmd.net/plugring/TCIrfanViewPlugin_2.0.html | TC IrfanView Plugin 2.58 - 8.6.2023 | Ctrl+Q, F3 opens image in IrfanView |
https://drive.google.com/file/d/1SrseKQJAM3iZc6o5ig8aLCeSa9ChqRfr/view?usp=sharing Look, has the bug disappeared?tuska wrote: 2023-06-08, 17:45 UTC But this effect can only be achieved if both plugins are installed.
Yes!AkulaBig wrote: 2023-06-08, 18:24 UTChttps://drive.google.com/file/d/1SrseKQJAM3iZc6o5ig8aLCeSa9ChqRfr/view?usp=sharing Look, has the bug disappeared?tuska wrote: 2023-06-08, 17:45 UTC But this effect can only be achieved if both plugins are installed.
This is called improved code. There was a working code. It was necessary to insert one block of creating an ini file. Along the way, I decided to improve the code a little. As a result, I broke everything
https://totalcmd.net/plugring/TCIrfanView.html | TC IrfanView Plugin 1.8.4 - 6.6.2023 | Ctrl+Q, F3 Lister (irfanview) |
https://totalcmd.net/plugring/TCIrfanViewPlugin_2.0.html | TC IrfanView Plugin 2.59 - 8.6.2023 | Ctrl+Q, F3 opens image in IrfanView |
Code: Select all
[Options]
path64=C:\Program Files\IrfanView_64bit\i_view64.exe
path=C:\Program Files (x86)\IrfanView\i_view32.exe
Code: Select all
[Options]
path64=C:\Program Files\IrfanView_64bit\i_view64.exe
path=C:\Program Files (x86)\IrfanView\i_view32.exe
Code: Select all
[Others]
INI_Folder=%APPDATA%\IrfanView
Code: Select all
[Others]
INI_Folder=%APPDATA%\IrfanView
Call the context menu by right-clicking on the image after F3 Lister (irfanview):HISTORY.TXT wrote:14.06.23 Release Total Commander 11.00 beta 7
13.06.23 Added: Lister: React to Shift+F10 or context menu key to show context menu at caret position (if shown),
or otherwise end of selection (32/64)