View previous topic :: View next topic |
Author |
Message |
VladSh
Joined: 29 Nov 2006 Posts: 3076 Location: Киев, Русь
|
Posted: Tue Feb 19, 2013 12:29 pm Post subject: |
|
|
Infocatcher
А есть ли какое-то различие в самих экзэшниках? Т.е. есть ли смысл их обзывать по разному? |
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
Posted: Tue Feb 19, 2013 12:41 pm Post subject: |
|
|
VladSh
Это совсем другой exe, запускающий оригинальный для получения портативности (я так понимаю, там тупо экспорт/импорт веток реестра: сохранить оригинал – записать настройки портативной версии – запустить оригинальное приложение – дождаться закрытия оригинального приложения – сохранить настройки – восстановить исходные настройки). |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Tue Feb 19, 2013 8:53 pm Post subject: |
|
|
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: | var cmdLine = '"' + winMerge + '" "' + parameter + '" "' + file + '" "' + file2 + '"'; |
Then you can use eg. TCMD for comparison:
%COMMANDER_PATH%\TOTALCMD.EXE /S=C file file2 |
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
Posted: Wed Feb 20, 2013 6:54 am Post subject: |
|
|
KDJ
Quote: | 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.
Quote: | 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.
Quote: | 3. You can add an additional argument (parameter), to be passed in the command line: | Add -cmd argument to allow specify custom command line |
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
|
Back to top |
|
 |
F. Phoenix
Joined: 24 Dec 2011 Posts: 175
|
Posted: Wed Feb 20, 2013 1:58 pm Post subject: |
|
|
KDJ wrote: | I tried on WinXP and Win7. Not reproduced. |
Hmm... Seems, it's only glitches when using Infocatcher's RunScript.js |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Wed Feb 20, 2013 7:10 pm Post subject: |
|
|
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>"') |
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
Posted: Wed Feb 27, 2013 11:36 am Post subject: |
|
|
autoSaveSession.js (experimental)
Automatically saves current session after selection or scroll changes. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Wed Feb 27, 2013 6:29 pm Post subject: |
|
|
Translator.js
Added: text to speech via Google. |
|
Back to top |
|
 |
Infocatcher
Joined: 06 Aug 2007 Posts: 1767
|
Posted: Thu Feb 28, 2013 3:47 am Post subject: |
|
|
Code: | sTxtListen = "Прослушать";
sTxtChooseLang = "Вы должны выбрать язык.";
sTxtNoSpeech = "Прослушивание для данного языка не поддерживается."; |
|
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Thu Feb 28, 2013 4:44 pm Post subject: |
|
|
Translator.js
Updated Chinese-Simplified.lng and Russian.lng.
cnnnc and Infocatcher, thanks very much. |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
Posted: Fri Mar 01, 2013 8:47 am Post subject: |
|
|
ChooseColor.js
Added named colour support by Infocatcher. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Mar 02, 2013 12:01 am Post subject: |
|
|
RegExpTestJS.js
Fixed an error in the file RegExpTestJS.ini |
|
Back to top |
|
 |
|