Formosa1 / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

AkelPad + Zen Coding #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Реализация Zen Coding для компактного и 
быстрого редактора AkelPad (http://
akelpad.sourceforge.net/ru/index.php)

Original issue reported on code.google.com by bre...@gmail.com on 8 Dec 2009 at 6:56

GoogleCodeExporter commented 9 years ago
есть ли какие-нибудь сдвиги?
очень бы хотелось получить полную 
поддержку ZC для AP

Original comment by collinl...@gmail.com on 30 Jun 2010 at 10:35

GoogleCodeExporter commented 9 years ago
A very good editor which does not have enough Zen Coding

Thanks

Original comment by design.s...@gmail.com on 30 Jun 2010 at 1:10

GoogleCodeExporter commented 9 years ago
serge.che
You plan to make full support Zen for AkelPad?

Original comment by bre...@gmail.com on 30 Jun 2010 at 1:24

GoogleCodeExporter commented 9 years ago
This editor can't be extended neither with JavaScript, nor Python (C++ only). 
So no, AkelPad support won't be supported in near future. Need a good C++ 
programmer who can create JS bridge to AkelPad

Original comment by serge....@gmail.com on 30 Jun 2010 at 1:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
serge.che

AkelPad поддерживает JS

Scripts AkelPad plugin v6.0 

*** Описание ***

Scripts плагин основан на технологии Windows Scripting 
Host (WSH),
таким образом, Вы можете использовать 
различные Windows Component
Object Model (COM) объекты. Например, Вы можете 
осуществить
поиск по регулярным выражениям, используя 
RegExp объект, работать
с файлами, используя FileSystemObject объект, 
создавать ярлыки,
работать с реестром Windows, используя WshShell 
объект, или
работать с функциями сети, используя WshNetwork 
объект. Также Вы
можете создавать и запускать скрипты, 
которые взаимодействуют с
внешними приложениями, поддерживающими 
Automation (такими как
Word и Excel). Код плагина основан на "COM in C" от Jeff 
Glatt.

Этого разве не достаточно?

я прикрепил хелп от плагина

Original comment by bre...@gmail.com on 30 Jun 2010 at 1:49

Attachments:

GoogleCodeExporter commented 9 years ago
Хм, ну раз так, то попробую сделать плагин

Original comment by serge....@gmail.com on 30 Jun 2010 at 1:58

GoogleCodeExporter commented 9 years ago
только скачайте пожалуйста самые 
последние версии как плагина 
(http://akelpad.sourceforge.net/files/plugs/Scripts.zip) так и 
редактора 
(http://prdownloads.sourceforge.net/akelpad/AkelPad-4.4.4-bin-rus.zip), там 
в последнее время многое изменилось

Original comment by bre...@gmail.com on 30 Jun 2010 at 2:27

GoogleCodeExporter commented 9 years ago
Hi All!  I keen on this great app (Akrlpad) and actually do not understand why 
this great app still not support Zen coding? Can it be done? Please! 

Original comment by scroodgemac on 1 Jul 2010 at 7:30

GoogleCodeExporter commented 9 years ago
scroodgemac
serge.che said that he would take for it ;)

serge.che
Abbreviations for AkelPad можно удалить, все они идут в 
комплекте с плагином Coder (включает в себя 
бывший AutoComplete)

Original comment by bre...@gmail.com on 1 Jul 2010 at 10:08

GoogleCodeExporter commented 9 years ago
serge.che: awesome! pleeease! make it faster

Original comment by TroyMcD...@gmail.com on 3 Jul 2010 at 8:18

GoogleCodeExporter commented 9 years ago
serge.che, как успехи?

Original comment by circus...@gmail.com on 6 Jul 2010 at 11:48

GoogleCodeExporter commented 9 years ago
Пока никак, времени ещё нет

Original comment by serge....@gmail.com on 7 Jul 2010 at 7:57

GoogleCodeExporter commented 9 years ago
> scroodgemac
> serge.che said that he would take for it ;)

Good news!

Original comment by toyota1...@gmail.com on 10 Jul 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Похоже придется самостоятельно 
портировать в AP, serge.che пусть развивает 
проект.
serge.che, с чего лучше начать? Я так думаю что 
Zen.Coding-textarea.v0.6.zip проще всего переделать в JS 
AkelPad-а.(минимум для раскрытия аббревиатур 
должно быть просто)

Original comment by pany...@gmail.com on 14 Jul 2010 at 9:36

GoogleCodeExporter commented 9 years ago
Нужно просто описать интерфейс ZenEditor: 
http://wiki.github.com/sergeche/zen-coding/plugin-howto

Original comment by serge....@gmail.com on 14 Jul 2010 at 9:46

GoogleCodeExporter commented 9 years ago
Т.е. мне нужно реализовать методы 
http://github.com/sergeche/zen-coding/blob/master/javascript/zen_editor.js и 
в этот же файл вставить содержимое 
http://github.com/sergeche/zen-coding/blob/master/javascript/zen_coding.js (а 
в него содержимое всех файлов в @include 
дерективах рекурсивно)?

А вызов просто: zen_coding.runAction('команда', zen_editor); 
 ?

Original comment by pany...@gmail.com on 14 Jul 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Да, именно так.

Original comment by serge....@gmail.com on 14 Jul 2010 at 10:57

GoogleCodeExporter commented 9 years ago
Спасибо, теперь понятно.

ЗЫ: там наверно опечатка в /javascript/zen_coding.js
Там стоит директива @include "settings.js" но я 
наблюдаю только файл zen_settings.js

Original comment by pany...@gmail.com on 14 Jul 2010 at 11:09

GoogleCodeExporter commented 9 years ago
Начало положено.
http://akelpad.sourceforge.net/forum/viewtopic.php?p=8084#8084

Правда работает меньше чем хотелось бы, но 
это только начало.

Original comment by pany...@gmail.com on 14 Jul 2010 at 9:56

GoogleCodeExporter commented 9 years ago
о чудо, это свершилось!

panychy
человеческое Вам спасибо

Original comment by bre...@gmail.com on 15 Jul 2010 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 12 Dec 2010 at 3:08