Hello, I'm new here. I'd like Mr. Ghisler to add new internal command in TC for rereading settings from configuration .ini (useful when you manually change some settings).
Another my request is described on this URL:
http://dgloom.webpark.pl/experiment.htm
[REQ] new internal command + SendMessage function support
Moderators: Hacker, petermad, Stefan2, white
What is the point of your website? There already is a command <-> number relationship in the totalcmd.inc so you don't have to "hope" that it is used.
Also press the AHK link in my sig (and use forum search) to learn about TC scripting.
Rereading has been requested a dozen times already and not implemented till now, so I recommend adding a button with ReloadTC until it is done (if it is done some day...):
http://www.totalcmd.net/plugring/reloadtc.html
Plugins can be unloaded with command cm_UnloadPlugins by the way.
Icfu
Also press the AHK link in my sig (and use forum search) to learn about TC scripting.
Rereading has been requested a dozen times already and not implemented till now, so I recommend adding a button with ReloadTC until it is done (if it is done some day...):
http://www.totalcmd.net/plugring/reloadtc.html
Plugins can be unloaded with command cm_UnloadPlugins by the way.
Icfu
This account is for sale
Just tried to control TC from "outside" in another way. I wanted to set cooperation between TC and software like Girder and maybe write my own program, wich will control TC without additional software, like AHK.What is the point of your website?
All in all I just entertain myself

Yes, I'm aware of that. But my experiment proved, that it's not complete. When I set WParam as 299 TC showed Quick View and it shouldn't. As you probably know Quick View is 304 in totalcmd.inc.There already is a command <-> number relationship in the totalcmd.inc
another example: in totalcmd.inc you see:
Code: Select all
cm_SrcLong=302;Source: All file details
Actually it's not "must have" type of request. Rather "nice to have".
Then it was requested not enough timesRereading has been requested a dozen times already and not implemented till now

Cheers
balver
I cannot confirm your findings. Neither does 299 open QuickView nor does 302 open a new tab... Everything works as expected with AHK:
SendMessage, 1075, 299, , , ahk_class TTOTAL_CMD
SendMessage, 1075, 302, , , ahk_class TTOTAL_CMD
So, either there is something wrong with Girder or you haven't sent WM_USER+51?
Icfu
SendMessage, 1075, 299, , , ahk_class TTOTAL_CMD
SendMessage, 1075, 302, , , ahk_class TTOTAL_CMD
So, either there is something wrong with Girder or you haven't sent WM_USER+51?
Icfu
This account is for sale