Scripts discussion (2)

Discuss and announce AkelPad plugins
Locked
  • Author
  • Message
KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post 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.

Offline
Posts: 1862
Joined: Mon Aug 06, 2007 1:07 pm
Contact:

Post by Infocatcher »

KDJ wrote:Translator.js
Translator_Russian.lng:
aLangs[ 4][1] = "Боснийский";

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Infocatcher
Thanks, already loaded: Translator_Russian.lng

Offline
Posts: 3217
Joined: Wed Nov 29, 2006 1:19 pm
Location: Киев, Русь
Contact:

Post 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?

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post 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.

Offline
Posts: 3217
Joined: Wed Nov 29, 2006 1:19 pm
Location: Киев, Русь
Contact:

Post 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.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post by opk44 »

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

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post 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

Offline
Posts: 3217
Joined: Wed Nov 29, 2006 1:19 pm
Location: Киев, Русь
Contact:

Post by VladSh »

opk44
За Ctrl+U сперва не обратил внимания, спасибо.

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

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

AkelPadMethodsView.js
Added: ability to read files from nonstandard location.
Requires BrowseForFolder_function.js

Offline
Posts: 3217
Joined: Wed Nov 29, 2006 1:19 pm
Location: Киев, Русь
Contact:

Post 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.

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

CalculatorBin.js
Added:
- Qword,
- Hotkeys: Alt+(F1,F2,F3), Alt+(1,2,3), Ctrl+Alt+(arrows,PgUp,PgDn,Home,End).

Offline
Posts: 1862
Joined: Mon Aug 06, 2007 1:07 pm
Contact:

Post by Infocatcher »

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

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »


KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Translator.js
Added: x64 version.
Fixed: Yandex didn't work.
Locked