Page 75 of 96

Posted: Wed Jul 10, 2013 7:03 pm
by KDJ
Translator.js
Added languages:
- in Google: Bosnian,
- in Yandex: Belarusian, Croatian, Danish, Dutch, Portuguese, Swedish.
Fixed Yandex: now the list of target languages contains only those languages, into which can be translated from the selected source language.

Posted: Wed Jul 10, 2013 8:22 pm
by Infocatcher
KDJ wrote:Translator.js
Translator_Russian.lng:
aLangs[ 4][1] = "Боснийский";

Posted: Thu Jul 11, 2013 4:28 pm
by KDJ
Infocatcher
Thanks, already loaded: Translator_Russian.lng

Posted: Mon Jul 29, 2013 10:41 am
by VladSh
KDJ
> AkelPadMethodsView.js

---------------------------
Files not found:
C:\Programs\AkelPad\AkelFiles\Docs\Scripts-Eng.txt
C:\Programs\AkelPad\AkelFiles\Docs\Scripts-Rus.txt
---------------------------
ОК
---------------------------

Is it possible to make fix to the path correctly determined from the current program location?

Posted: Mon Jul 29, 2013 11:51 am
by KDJ
VladSh wrote:KDJ
> AkelPadMethodsView.js

---------------------------
Files not found:
C:\Programs\AkelPad\AkelFiles\Docs\Scripts-Eng.txt
C:\Programs\AkelPad\AkelFiles\Docs\Scripts-Rus.txt
---------------------------
ОК
---------------------------

Is it possible to make fix to the path correctly determined from the current program location?
I understand that you have AkelPad.exe in the directory:
C:\Programs\AkelPad\
So Scripts-Eng.txt and Scripts-Rus.txt should be located in:
C:\Programs\AkelPad\AkelFiles\Docs\
If you have received the message "Files not found ...", it means that these files are not in this location. Check it.

Posted: Tue Jul 30, 2013 8:39 am
by VladSh
KDJ
Files are located in ...\Docs\Plugs. Changed the path in the script.

There are several cosmetic comments screenshort:
- background to the column "Name" same as the right "column" (I initially thought that Name is a specific control and clicked on it);
- sizes of labels;
- Word break for content.

Posted: Tue Jul 30, 2013 1:10 pm
by opk44
VladSh
1. Под Vista нет возможности проверить, а под XP со стандартной не измененной темой оформления это окошко выглядит очень аккуратно. Все нормально и с фоном и с размерами.
Это ни в коем случае не в укор, а просто для сведения.
2. Перенос слов - опция. Управляется из меню в том же окне (Ctrl+U)

Posted: Tue Jul 30, 2013 2:41 pm
by KDJ
VladSh wrote:- background to the column "Name" same as the right "column" (I initially thought that Name is a specific control and clicked on it);
"Name" is the header of standard ListView control.
- sizes of labels;
This effect occurs in Win7 with nonstandard display settings.
I expanded a bit the width of controls. Check now: AkelPadMethodsView.js

Posted: Wed Jul 31, 2013 8:34 am
by VladSh
opk44
За Ctrl+U сперва не обратил внимания, спасибо.

KDJ
Yes, font scale in Win7 settings = 125%.
Thank you, well displayed.

Posted: Wed Jul 31, 2013 11:48 am
by KDJ
AkelPadMethodsView.js
Added: ability to read files from nonstandard location.
Requires BrowseForFolder_function.js

Posted: Wed Jul 31, 2013 3:32 pm
by VladSh
KDJ
It would be good to pass in arguments the internal path. In my case: "Plugs". Then there wouldn't be tied to a computer.

Posted: Fri Aug 02, 2013 9:55 pm
by KDJ
CalculatorBin.js
Added:
- Qword,
- Hotkeys: Alt+(F1,F2,F3), Alt+(1,2,3), Ctrl+Alt+(arrows,PgUp,PgDn,Home,End).

Posted: Tue Aug 06, 2013 10:11 pm
by Infocatcher
(отсюда)
Подскажите, пожалуйста, можно добавить в winMergeTabs.js помимо [...] еще и проверку ключа Executable в HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge? Туда пишется полный путь к исполняемому файлу.
Мне вот тоже лень регистрироваться, но я иногда читаю. :)
Готово.

Posted: Wed Aug 07, 2013 7:27 pm
by KDJ

Posted: Sun Aug 11, 2013 5:42 pm
by KDJ
Translator.js
Added: x64 version.
Fixed: Yandex didn't work.