I agree.It was fun while it lasted, but maybe, now it is time for a more constructive dialog

Moderators: Hacker, petermad, Stefan2, white
I agree.It was fun while it lasted, but maybe, now it is time for a more constructive dialog
I agree but unfortunately there is not much room for discussion when someone claims something (in this case a UI feature) is important for absolutely everyone who runs both the x86 and x64 versions in parallel. You simply cannot claim to speak for all people, especially if your statement is wrong, since I don't need it.now it is time for a more constructive dialog
I don't know what was so exiting of my first comment that you and others discuss it over and over ?Hacker wrote:HerbieH,I agree but unfortunately there is not much room for discussion when someone claims something (in this case a UI feature) is important for absolutely everyone who runs both the x86 and x64 versions in parallel. You simply cannot claim to speak for all people, especially if your statement is wrong, since I don't need it.now it is time for a more constructive dialog
Back to the constructive dialog - for instance I'd welcome if the 32-bit version would show (32-bit) or (x86) so, since the 64-bit version is my default version with an occassional need to run the 32-bit one (because of 32-bit-only plugins).
Roman
petermad wrote: 2017-09-30, 02:28 UTCSupport+++”Here is a suggestion:
Instead of static text it would be nice to have variable text like e.g.:
%CURRENT_TAB_NAME%
%CURRENT_FOLDER%
Grüezi, Kommandos
"In the meantime" I (just) might writeAnncey wrote: 2021-05-26, 16:59 UTC "Today I'm writing some AHK (AppsKey/ContextMenu) scripts
whose functionality are "ContextSensitive"
to which Folder/File is "selected" ...
I realize I can find/extract the (necessary) info
from the "VisibleText" that TC generates;
however, (imo) TC would be (much) more "user friendly"
with the suggested functionality
Code: Select all
#Persistent
SetTimer subTimer, 250
subTimer:
if WinActive( "ahk_exe TOTALCMD64.exe" )
{
ControlGetText sPath, Window5
}
if WinActive( "ahk_exe TOTALCMD.exe" )
{
ControlGetText sPath, TMyPanel3
}
if ( sPath != "" )
{
StringMid sPath, sPath, 1, StrLen(sPath) -1
WinGetTitle sWindowTitle
if ( sWindowTitle != sPath )
WinSetTitle %sPath%
}
Return
In 2017 you wrote that you're going to consider the this, please give us an update. @ghisler(Author)
He obviously can forsee that MORE people want to see then dont want to see so "YES, it is"Hacker wrote: 2017-10-26, 23:01 UTC You simply cannot claim to speak for all people, especially if your statement is wrong, since I don't need it.
Wrong. You can find 64-bit TLister version mentioned here:Sir_SiLvA wrote: 2022-09-04, 21:16 UTCsome good 32bit only Plugins like https://totalcmd.net/plugring/tlister.html (11 years and no one made a 64bit version although the source is there...)
thanks for that butUsher wrote: 2022-09-06, 19:27 UTCWrong. You can find 64-bit TLister version mentioned here:Sir_SiLvA wrote: 2022-09-04, 21:16 UTCsome good 32bit only Plugins like https://totalcmd.net/plugring/tlister.html (11 years and no one made a 64bit version although the source is there...)
viewtopic.php?p=357478#p357478
https://tbeu.de/forum/wlx_tlister_1.2.0.1.rar
And now TLister is hosted on github:
viewtopic.php?p=360331&hilit=tlister%2A+github#p360331
https://github.com/a-ilin/tLister/releases
TC x64 is still looks not very usable due to missing menu and issues with window resizing.
I asked Ghisler via email to provide an update here. He didn't, but was kind enough to respond via email.pleasedToMeetYou wrote: 2022-06-24, 11:07 UTC In 2017 you wrote that you're going to consider the this, please give us an update. @ghisler(Author)