Page 69 of 96

Posted: Tue Feb 19, 2013 12:29 pm
by VladSh
Infocatcher
А есть ли какое-то различие в самих экзэшниках? Т.е. есть ли смысл их обзывать по разному?

Posted: Tue Feb 19, 2013 12:41 pm
by Infocatcher
VladSh
Это совсем другой exe, запускающий оригинальный для получения портативности (я так понимаю, там тупо экспорт/импорт веток реестра: сохранить оригинал – записать настройки портативной версии – запустить оригинальное приложение – дождаться закрытия оригинального приложения – сохранить настройки – восстановить исходные настройки).

Posted: Tue Feb 19, 2013 8:53 pm
by KDJ
Infocatcher
winMergeTabs.js
1. After the end of script execution, on the status bar is "Select tab!".
2. If you run the script, and then try to close AkelPad, it crashes.
3. You can add an additional argument (parameter), to be passed in the command line:

Code: Select all

var cmdLine = '"' + winMerge + '" "' + parameter + '" "' + file + '" "' + file2 + '"';
Then you can use eg. TCMD for comparison:
%COMMANDER_PATH%\TOTALCMD.EXE /S=C file file2

Posted: Wed Feb 20, 2013 6:54 am
by Infocatcher
KDJ
1. After the end of script execution, on the status bar is "Select tab!".
Correctly restore empty status
In all other cases status bar are correctly restored for me.
2. If you run the script, and then try to close AkelPad, it crashes.
Can't reproduce on Windows 7 x86.
And don't know, how correct this. :(
3. You can add an additional argument (parameter), to be passed in the command line:
Add -cmd argument to allow specify custom command line

Posted: Wed Feb 20, 2013 7:13 am
by Infocatcher
2. If you run the script, and then try to close AkelPad, it crashes.
Should de better:
Exit message loop, if initial tab was closed

Posted: Wed Feb 20, 2013 1:58 pm
by F. Phoenix
KDJ wrote:I tried on WinXP and Win7. Not reproduced.
Hmm... Seems, it's only glitches when using Infocatcher's RunScript.js

Posted: Wed Feb 20, 2013 7:10 pm
by KDJ
Infocatcher
winMergeTabs.js
Everything works great, thank you very much.

Example call for TCMD:
Call("Scripts::Main", 1, "winMergeTabs.js", '-path="%COMMANDER_PATH%\TOTALCMD.EXE" -cmd="<exe> /S=C <f1> <f2>"')

Posted: Sun Feb 24, 2013 8:17 pm
by Infocatcher

Posted: Sun Feb 24, 2013 8:37 pm
by Infocatcher

Posted: Wed Feb 27, 2013 11:36 am
by Infocatcher
autoSaveSession.js (experimental)
Automatically saves current session after selection or scroll changes.

Posted: Wed Feb 27, 2013 6:29 pm
by KDJ
Translator.js
Added: text to speech via Google.

Posted: Thu Feb 28, 2013 3:47 am
by Infocatcher
KDJ wrote:Translator.js

Code: Select all

sTxtListen     = "Прослушать";
sTxtChooseLang = "Вы должны выбрать язык.";
sTxtNoSpeech   = "Прослушивание для данного языка не поддерживается.";

Posted: Thu Feb 28, 2013 4:44 pm
by KDJ
Translator.js
Updated Chinese-Simplified.lng and Russian.lng.
cnnnc and Infocatcher, thanks very much.

Posted: Fri Mar 01, 2013 8:47 am
by FeyFre
ChooseColor.js
Added named colour support by Infocatcher.

Posted: Sat Mar 02, 2013 12:01 am
by KDJ
RegExpTestJS.js
Fixed an error in the file RegExpTestJS.ini