| View previous topic :: View next topic |
| Author |
Message |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Sat Feb 10, 2007 5:52 pm Post subject: Scripts plugin |
|
|
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>>
Last edited by Instructor on Wed Dec 03, 2008 10:09 am; edited 3 times in total |
|
| Back to top |
|
 |
SpellCaster
Joined: 28 Nov 2006 Posts: 30
|
Posted: Tue Feb 13, 2007 9:43 am Post subject: |
|
|
Такой вопрос: как и где можно посмотреть свойства и методы AkelPad.document? _________________ Spell checker error: not enough mana to cast spell... |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Tue Feb 13, 2007 11:07 am Post subject: |
|
|
| Test.js Test.vbs |
|
| Back to top |
|
 |
SpellCaster
Joined: 28 Nov 2006 Posts: 30
|
Posted: Wed Feb 14, 2007 8:42 am Post subject: |
|
|
Стало быть, в примерах перечислены все методы, какие есть? Ладно, будем разбираться _________________ Spell checker error: not enough mana to cast spell... |
|
| Back to top |
|
 |
LocKtaR-o-DarK
Joined: 05 Sep 2006 Posts: 16 Location: Москва
|
Posted: Sat Feb 17, 2007 6:30 pm Post subject: |
|
|
русское описание будет? _________________
 |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Fri Mar 23, 2007 10:26 am Post subject: |
|
|
Changed: AkelPad 3.3.0 required.
Added: possibility to assign hotkeys for scripts.
Added: version information in DLL.
Scripts plugin v1.1 |
|
| Back to top |
|
 |
BrsX
Joined: 28 Mar 2007 Posts: 15 Location: Moscow
|
Posted: Tue Jun 05, 2007 12:35 pm Post subject: |
|
|
Небольшая багофича установки плагина - команда choice в WinXP не поддерживается... |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Tue Jun 05, 2007 1:26 pm Post subject: |
|
|
BrsX
Действительно, у меня в %PATH% были системные директории WinMe. Поправил. |
|
| Back to top |
|
 |
MaxxSoft
Joined: 12 Jun 2007 Posts: 16
|
Posted: Thu Jun 14, 2007 1:02 pm Post subject: |
|
|
Не могу установить Scripts, говорит нет ядра для выполнения... Ось WinXP
SP2 (русская) |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Thu Jun 14, 2007 1:28 pm Post subject: |
|
|
MaxxSoft
Scripts-register.bat запускали? |
|
| Back to top |
|
 |
MaxxSoft
Joined: 12 Jun 2007 Posts: 16
|
Posted: Thu Jun 14, 2007 1:36 pm Post subject: |
|
|
| Запускал тажа байда выходит... Может что-то должно быть установлено? |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Thu Jun 14, 2007 1:44 pm Post subject: |
|
|
| Возможно Scripts.dll испорчен. Плагин в архиве последней версии имеет CRC 5A685640. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Thu Jun 14, 2007 1:54 pm Post subject: |
|
|
| Поправочка. У версии на сайте Scripts.dll имеет CRC-9284DEB2 (CRC можно посмотреть, например, в WinRAR'е). |
|
| Back to top |
|
 |
MaxxSoft
Joined: 12 Jun 2007 Posts: 16
|
Posted: Fri Jun 15, 2007 5:21 am Post subject: |
|
|
CRC Таки совпадает, и плагин работает всмысле вылезает диалоговое окно, но скрипты не отрабатывают, т.е. при их запуске выдается вышеописанная ошибка
Помоему нашел у меня не установлен Сервер сценариев Windows... |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 2115
|
Posted: Tue Jun 19, 2007 12:10 am Post subject: |
|
|
Added: GetEditFile, SetClipboardText methods.
Fixed: outdated AKD_PASTE define in test scripts that cased program crash.
Scripts plugin v1.2 |
|
| Back to top |
|
 |
|