Page 1 of 74

Scripts plugin

Posted: Sat Feb 10, 2007 5:52 pm
by Instructor
Scripts plugin is based on the Windows Scripting Host (WSH) engine,
so you can use various Windows Component Object Model (COM)
objects. For example, you can perform regular expression searches
using the RegExp object, manipulate files using the FileSystemObject
object, create a short-cut, manipulate the Windows Registry using
the WshShell object, or work with networking functions using the
WshNetwork object. Additionally, you can create and execute a
script that utilizes an external application that supports Automation
(such as Word and Excel). Plugin code is based on Jeff Glatt's "COM in C".


<<Download>>

Posted: Tue Feb 13, 2007 9:43 am
by SpellCaster
Такой вопрос: как и где можно посмотреть свойства и методы AkelPad.document?

Posted: Tue Feb 13, 2007 11:07 am
by Instructor
Test.js Test.vbs

Posted: Wed Feb 14, 2007 8:42 am
by SpellCaster
Стало быть, в примерах перечислены все методы, какие есть? Ладно, будем разбираться

Posted: Sat Feb 17, 2007 6:30 pm
by LocKtaR-o-DarK
русское описание будет?

Posted: Fri Mar 23, 2007 10:26 am
by Instructor
Changed: AkelPad 3.3.0 required.

Added: possibility to assign hotkeys for scripts.
Added: version information in DLL.


Scripts plugin v1.1

Posted: Tue Jun 05, 2007 12:35 pm
by BrsX
Небольшая багофича установки плагина :wink: - команда choice в WinXP не поддерживается...

Posted: Tue Jun 05, 2007 1:26 pm
by Instructor
BrsX
Действительно, у меня в %PATH% были системные директории WinMe. Поправил.

Posted: Thu Jun 14, 2007 1:02 pm
by MaxxSoft
Не могу установить Scripts, говорит нет ядра для выполнения... Ось WinXP
SP2 (русская)

Posted: Thu Jun 14, 2007 1:28 pm
by Instructor
MaxxSoft
Scripts-register.bat запускали?

Posted: Thu Jun 14, 2007 1:36 pm
by MaxxSoft
Запускал тажа байда выходит... Может что-то должно быть установлено?

Posted: Thu Jun 14, 2007 1:44 pm
by Instructor
Возможно Scripts.dll испорчен. Плагин в архиве последней версии имеет CRC 5A685640.

Posted: Thu Jun 14, 2007 1:54 pm
by Instructor
Поправочка. У версии на сайте Scripts.dll имеет CRC-9284DEB2 (CRC можно посмотреть, например, в WinRAR'е).

Posted: Fri Jun 15, 2007 5:21 am
by MaxxSoft
CRC Таки совпадает, и плагин работает всмысле вылезает диалоговое окно, но скрипты не отрабатывают, т.е. при их запуске выдается вышеописанная ошибка

Помоему нашел у меня не установлен Сервер сценариев Windows...

Posted: Tue Jun 19, 2007 12:10 am
by Instructor
Added: GetEditFile, SetClipboardText methods.

Fixed: outdated AKD_PASTE define in test scripts that cased program crash.


Scripts plugin v1.2