TC Plugins Manager
Moderators: Hacker, petermad, Stefan2, white
On my PC it works faster than most programs - no waiting at all.Why your program is too slowly and every button i press i need to wait a few secondes..!
So, why is Xtrician's computer so slow? - I guess we all know the answer to that question - all except one perhaps.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
2Xtrician
There are 4 settings in TC_Plugman.ini that make program faster (only 3 can be changed in options), try them:
There are 4 settings in TC_Plugman.ini that make program faster (only 3 can be changed in options), try them:
[Options]
Refresh=0
ShowNames=1
ShowVersionsCol=0
ShowDescriptions=0
Last edited by Alextp on 2006-02-03, 21:44 UTC, edited 2 times in total.
Here is my options.
Tell me what to change:
Tell me what to change:
[Options]
Language=English
; ShowNames value specifies from where Plugman gets names:
; "0": Filename+extension, "1": Filename only,
; "2": VersionInfo resource (default, but may be slow)
ShowNames=2
; BrowseCmd specifies command used by "Browse folder" (F4) command;
; you may use here Explorer.exe
BrowseCmd=%COMMANDER_PATH%\Totalcmd.exe /o /r="%s"
; RarPath specifies full path to WinRAR.exe
RarPath=C:\Program Files\WinRAR\WinRAR.exe
ShowTabs=1
ShowTypes=1
ShowVersionsCol=2
ShowDescriptions=1
Refresh=0
RefreshInterval=6000
SortColumn=0
SortAsc=1
RegisterExt=1
UseTCVar=1
InstRestart=0
InstTweak=1
Change the setting as Alextp told you.
You are the best hacker I have ever seen.

You are the best hacker I have ever seen.

Code: Select all
[Options]
Refresh=0
ShowNames=1
ShowVersionsCol=0
Update:
v1.8.6 (04/02/06)
- list filter can be defined by Ctrl+F - only matched strings will be listed (not saved in configuration)
- option "Start TC in foreground"
- button "Default" in "Change association" dialog
- hidden option in TC_Plugman.ini: [Options] ShowDeletedAlways (0/1): always show "Deleted" status, even if plugin is disabled
- fixed: enabling of several plugins
- added FAQ.txt
v1.8.6 (04/02/06)
- list filter can be defined by Ctrl+F - only matched strings will be listed (not saved in configuration)
- option "Start TC in foreground"
- button "Default" in "Change association" dialog
- hidden option in TC_Plugman.ini: [Options] ShowDeletedAlways (0/1): always show "Deleted" status, even if plugin is disabled
- fixed: enabling of several plugins
- added FAQ.txt
Code: Select all
Access violation at address 7C9112B4 in module 'ntdll.dll'. Read of address FFFFFFFF.
It happens when the applied filter doesn't match.
Icfu
This account is for sale
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
2Alextp
Thanks for the new release!
Heres a little issue I'm not sure about:
Until version 1.8.3, disabled plugins were always moved to the top of the according Plugins category.
After installing 1.8.5 (same with 1.8.6), If I disable a lister Plugin, this one is moved to the top of the whole list. See the following pseudo-screenshots:
[x] = enabled plugin, [ ] = disabled plugin
until 1.8.3 (desired behaviour):
after 1.8.3:
All other plugin types are still sorted on top of their according category if disabled, this issue only occurs with lister plugins (and those mess around with the ordering of content plugins too, see below). Did I miss some changes or could this be a bug?
In addition, when one or more lister plugins are disabled and I disable a content plugin after that, the content plugin also moves to the top of the whole list. I'm a bit confused...
running on WinXP SP2
Thanks for the new release!
Heres a little issue I'm not sure about:
Until version 1.8.3, disabled plugins were always moved to the top of the according Plugins category.
After installing 1.8.5 (same with 1.8.6), If I disable a lister Plugin, this one is moved to the top of the whole list. See the following pseudo-screenshots:
[x] = enabled plugin, [ ] = disabled plugin
until 1.8.3 (desired behaviour):
Code: Select all
[x] Content [0]
[x] Content [1]
[x] FS
[x] FS
[ ] Lister [1]
[x] Lister [0]
[x] Lister [1]
after 1.8.3:
Code: Select all
[ ] Lister [1]
[x] Content [0]
[x] Content [1]
[x] FS
[x] FS
[x] Lister [0]
[x] Lister [1]
In addition, when one or more lister plugins are disabled and I disable a content plugin after that, the content plugin also moves to the top of the whole list. I'm a bit confused...
running on WinXP SP2