Zet-Web / zen-coding

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

Komodo Edit support #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by roma.khu...@gmail.com on 29 Sep 2009 at 9:16

GoogleCodeExporter commented 9 years ago
Issue 23 has been merged into this issue.

Original comment by serge....@gmail.com on 29 Sep 2009 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 1 Oct 2009 at 7:53

GoogleCodeExporter commented 9 years ago
another vote for komodo edit support

Original comment by vladimir...@gmail.com on 4 Nov 2009 at 10:42

GoogleCodeExporter commented 9 years ago
Upvote from me, too.

Original comment by mfahy...@gmail.com on 23 Nov 2009 at 4:47

GoogleCodeExporter commented 9 years ago
Would love to have this support in Komodo

Original comment by erik.tei...@gmail.com on 24 Nov 2009 at 1:17

GoogleCodeExporter commented 9 years ago
+1 as I've seen quite a bit of interest in this of late.

I don't have the time to create a full extension for this, but I'd be willing to
assist anyone working on a Komodo zen-coding extension (I'm a dev from
Komodo/ActiveState).

Original comment by twhit...@gmail.com on 24 Nov 2009 at 6:19

GoogleCodeExporter commented 9 years ago
I've already done most of the work in my Tab Abbreviations extension here:
http://code.google.com/p/komodo-tab-
abbreviations/source/browse/trunk/src/content/tababbreviations.js

What it would take is changing the code around line 302 to accept more 
characters, 
such as # and .

I hope this helps anyone interested in starting an extension for Zen Coding.

Original comment by insa...@gmail.com on 24 Nov 2009 at 9:34

GoogleCodeExporter commented 9 years ago
twhitema,  insaned — thank you! I'll look more closer when I have some time 
to write Komodo plugin

Original comment by serge....@gmail.com on 24 Nov 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Hello Sergey,

please check this out: http://cakealot.com/zencoding/ - Hot out of the oven. 
I basicly converted your TopStyle Plugin.

Help needed to support CSS, etc.. @twhitema ?

I hope everybody likes it, that it works as intended and that i'm not steppin on
anyones toes here :)

Written on Komodo Edit 5. Should work with Komodo IDE, too.

Feel free to contact me.

Original comment by m3nt0r...@gmail.com on 25 Nov 2009 at 8:22

Attachments:

GoogleCodeExporter commented 9 years ago
@m3ntOr

The extension xpi link from your page does not seem to work.

For determining the language at a given editor position, use:
    ko.views.manager.currentView.document.subLanguage;
or if you want to know the language at a given position:
    ko.views.manager.currentView.document.languageForPosition(pos);

Note: The document object has these methods/attributes:
http://grok.openkomodo.com/source/xref/openkomodo/trunk/src/views/koIDocument.id
l#53

Original comment by twhit...@gmail.com on 25 Nov 2009 at 6:24

GoogleCodeExporter commented 9 years ago
Thank you. I will look into it and push an update in the next couple hours. 

Link: Hmm.. I've just checked my link and it works for me. Maybe it's a DNS 
issue.
Could you at least download the attachment here?

Original comment by m3nt0r...@gmail.com on 25 Nov 2009 at 6:33

GoogleCodeExporter commented 9 years ago
@m3ntOr.de

link on cakealot.com/zencoding/ gives acces denied error but the one attached 
here
works fine

as for the extension, good work - i'm testing it right now

Original comment by Jacek.Sa...@gmail.com on 26 Nov 2009 at 12:55

GoogleCodeExporter commented 9 years ago
daktiklo yozarkenken hata yapmak doğaldır

Original comment by Fevzi....@gmail.com on 26 Nov 2009 at 3:54

GoogleCodeExporter commented 9 years ago
Hello m3nt0r,

I've just installed your extension on Komodo Edit (version 5.2.3, build 4312) 
and it
just doesn't work.

The link which is provided on your website doesn't work for me either, I had to
download the .xpi from this page.

Thanks for your work anyway.

Original comment by loconte....@gmail.com on 10 Dec 2009 at 11:58

GoogleCodeExporter commented 9 years ago
@m3nt0r The link as described by others doesn't work on your website. I have 
tweeted
this to you too. I have downloaded the version from here though and it works 
great
apart from tab indentation. The immediate item after the first container gets
indented by heaps of tabbed spaces. After this the rest of the indentation is
correctly formatted.

I just want to thank you for doing this too, it is some great work and will 
allow me
to experiment with Zen Coding in my text editor of choice. 

Original comment by digikev....@gmail.com on 23 Dec 2009 at 10:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please Komodo IDE support!

Original comment by Terkel.G...@gmail.com on 8 Jan 2010 at 11:21

GoogleCodeExporter commented 9 years ago
Really nice done, just watched the video and it looks like magic! I join the 
others
by saying:
- A plugin for Komodo edit would rock my socks!

Original comment by ola.lun...@gmail.com on 13 Jan 2010 at 1:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hmm...when I try to expand the abbreviations using m3ntOr's plugin, nothing 
happens...

Original comment by duckgoes...@gmail.com on 2 Feb 2010 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 9 Feb 2010 at 10:53

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r319.

Original comment by serge....@gmail.com on 14 Feb 2010 at 4:26

GoogleCodeExporter commented 9 years ago
Komodo plugin is available at http://community.activestate.com/xpi/zen-coding

Original comment by serge....@gmail.com on 15 Feb 2010 at 2:00

GoogleCodeExporter commented 9 years ago
In the "official" Komodo Edit Zen Coding extension, where does one modify the 
abbreviations and snippets (supposedly in zen_settings.js)?

Original comment by amaluth...@gmail.com on 4 Aug 2010 at 8:11

GoogleCodeExporter commented 9 years ago
It's not so easy: you need to find zencoding.jar file in Komodo extensions dir, 
unpack it, modify zencoding.js and pack back to jar

Original comment by serge....@gmail.com on 5 Aug 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Actually, using 7zip or similar, you can very simply edit and then save the 
zencoding.js file directly within the archive with your choice of editors. You 
never have to unpack and repack the jar.

By the way, this is now my favorite way to implement custom templates and 
snippets! Thank you very much for this wonderful plugin, Sergey! :))

Original comment by qbassist on 19 Dec 2010 at 9:20