Formosa1 / zen-coding

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

vim script for zen-coding #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry, I couldn't find the way to contact the author, I'll post this issue 
as notify to you.

I wrote vim-script for zen-coding.
http://github.com/mattn/zencoding-vim

If you accept, please line-up on this site. :)
Best Regards, Thanks.

Original issue reported on code.google.com by mattn.jp on 18 Feb 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Sorry, but we can't support custom implementations. There's already some Vim 
example scripts: 
http://code.google.com/p/zen-coding/issues/detail?id=16

If you'll create Vim plugin according to Plugin API, I'll definitely host it on 
this project.
http://wiki.github.com/sergeche/zen-coding/plugin-howto

Original comment by serge....@gmail.com on 18 Feb 2010 at 5:29

GoogleCodeExporter commented 9 years ago
Ah, do you mean that vim should have embed javascript interface and loading 
zensettings.js ?
That's not good solution. Vim has already own interpreter. I notice that 
NetBean 
version does not have javascript interface. I think that that's same.
My script have zen_settings variable like following:

 http://github.com/mattn/zencoding-vim/blob/master/zencoding.vim

It's very similer as javascript version. it support only expanding. however 
I've 
wrote same behavior on editor. :)

I don't think that the script should be hosting on your project.
I hope that listing in the section 'Partial support ("Expand Abbreviation" 
only)'

Thanks.

Original comment by mattn.jp on 18 Feb 2010 at 6:25

GoogleCodeExporter commented 9 years ago
There's a Python version ZC, you can use it with Vim

Original comment by serge....@gmail.com on 18 Feb 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Yes, I know.
But many users who is not developer didn't install python. and they didn't 
installed 
vim which is enabled python interp.
My script is pure vimscript. I'll use my vesion. :)

Original comment by mattn.jp on 19 Feb 2010 at 1:59

GoogleCodeExporter commented 9 years ago
Python is installed by default on Mac OS and most Linux distros.

Original comment by serge....@gmail.com on 19 Feb 2010 at 10:46

GoogleCodeExporter commented 9 years ago
I know. But some distros are provide vim which is 'DISABLED PYTHON INTERP'.
And I know that the porting of the python script is not difficult.

I've just added some extension of notation similer 'sparkup'. I'll change the 
name of 
my script. and I'll write this vim script as pure vimscript.

Thanks.

Original comment by mattn.jp on 19 Feb 2010 at 11:45

GoogleCodeExporter commented 9 years ago
I'am English very bad
line 923 add code:
let name = current['name']
      if stridx(name, ':')
            let name = split(name, ':')[0]
      endif
use name replace current['name']

Original comment by lnyie...@gmail.com on 21 Feb 2010 at 7:58

GoogleCodeExporter commented 9 years ago
I find a bug. About css
input "body{bg", enter <c-z>, the result is bodybackground:;}
I say, I'am english very bad. but i hope ,i can improve it

Original comment by lnyie...@gmail.com on 21 Feb 2010 at 8:04

GoogleCodeExporter commented 9 years ago
type "<c-z>." or get latest version.
thanks for your report.

Original comment by mattn.jp on 22 Feb 2010 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 3 May 2010 at 3:13