GithubHelp home page GithubHelp logo

zen-coding's People

Contributors

greli avatar

Watchers

 avatar

zen-coding's Issues

Add 'inline_child_wrap' option to profiles

This option must define how many inline sibling elemens should be outputted 
before line 
breaking occures. For example, for value 2:

{{{span+em}}}
must be expanded as
{{{
<span></span><em></em>
}}}

but

{{{span+em+strong}}}
must be
{{{
<span></span>
<em></em>
<strong></strong>
}}}

Original issue reported on code.google.com by [email protected] on 18 Jun 2009 at 2:41

zen_core line 176 in Sergey's branch has too many parameters for lambda

I'm getting an error "lambda expects 2 arguments, received 1" when trying to 
use abbreviations that 
have variables in them with Sergey's new private branch experiments.  Replacing 
the line with this 
seems to have fixed the problem:

    return re.sub(r'\$\{([\w\-]+)\}', lambda s: s.group(1) in zen_settings['variables'] and 
zen_settings['variables'][s.group(1)] or s, text)

Original issue reported on code.google.com by [email protected] on 3 Jul 2009 at 4:57

CSS plugin doesn't seem to be working for Coda 1.6.4

What steps will reproduce the problem?
1. Install 0.3 coda plugin
2. Create new coda document with CSS syntax highlighting
3. Try to use zen-coding selector (@i) for example

What is the expected output? What do you see instead?
Expect it to rewrite with the @import command. Instead it erases the
selector.  m:3 just puts brackets (<>) around an "m" element.

What version of the product are you using? On what operating system?
Coda Plugin 0.3 (universal binary), Coda 1.6.4, OS 10.5.7, latest upgrades

Please provide any additional information below.
HTML plugin functions perfectly, just not CSS.

Original issue reported on code.google.com by elihorne on 25 Aug 2009 at 4:46

Request: switch title and content-type meta elements in document snippets

It's good practice to have the <meta name="content-type"> element as high up in 
the head as 
possible in order to cut down on the likelihood of the browser hitting a 
strange character before it 
knows what the encoding is.  As a result, I'd like to request that you switch 
the placement of the 
title and meta content-type elements in your document snippets in settings.py.

I've done this by hand for the version of Zen included with Espresso, but it 
would be very nice if this 
minor improvement were integrated in the main project.

Ian

Original issue reported on code.google.com by [email protected] on 4 Jun 2009 at 5:05

Hotkey for "Wrap wih abbreviation" in Windows

В новой версии Zen Coding for Aptana v0.5 появилась 
отличная функция "Wrap
wih abbreviation", ей соответствует комбинация 
Command+E

Какая комбинация соответствует этой 
команде в ОС Windows?

Original issue reported on code.google.com by [email protected] on 10 Nov 2009 at 8:11

dreamweaver

Поддержка zen-coding в dreamweaver, многие тоже 
пользуются этим редактором.
Планируется ли разработка плагина для него?

Original issue reported on code.google.com by vitaliyzolotoy on 30 Sep 2009 at 1:53

Dreamweaver Problem

What steps will reproduce the problem?
1. Expanding abbrevation

What is the expected output? What do you see instead?
The marker "jumps" up to my title, deletes my "|" stands there blinking.

What version of the product are you using? On what operating system?
DW CS4, Vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 7:41

Support GEdit, the Gnome editor

I've done a basic port of zen-coding to gedit, the Gnome editor, with code
available from
http://www.kryogenix.org/days/2009/09/21/zen-coding-for-gedit. What do I
need to do to get that code to you guys so it can become part of your
upstream tree?

Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 9:14

EditPlus support

EditPlus http://editplus.com/ is a fast relayable and quite popular editor
with some unique features. Would be nice to see support for it, if possible.
Thank You

Original issue reported on code.google.com by [email protected] on 10 Oct 2009 at 6:16

Create CSS rules sorting

Create CSS rule formatter that will place CSS propeties in appropriate order. 
More info on ZenCSSPropertiesRu

Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 4:11

use zen code as html transport format

What steps will reproduce the problem?
1. Not a problem, but an idea. Since zen code describe html in less text it
could be adapted as a protocol for html representation and transportation.
Just thought I'd bring that up for discussion.

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 10:50

Add Support for Dreamweaver

http://www.adobe.com/products/dreamweaver/

Dreamweaver is a very popular editor. Many people would love to see a 
plugin for DW :)

Original issue reported on code.google.com by radoslaw.szalski on 21 Nov 2009 at 10:26

Visual Studio 2008

Hi, when you are going to support visual studio ide?

I love the plugins...cool thing.

Keep up the gud work guys......

Thanks


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 10:10

Coda plugin does not work on PowerPC

What steps will reproduce the problem?
1. Install Coda plugin on PowerPC machine
2. Run Coda.  No plugin menu items are visible.
3. Check Console.app.  

Following error appears in Console.app:
Error loading /Users/pkidwell/Library/Application Support/Coda/Plug-
ins/ZenCoding.codaplugin/Contents/MacOS/ZenCoding:  
dlopen(/Users/pkidwell/Library/Application Support/Coda/Plug-
ins/ZenCoding.codaplugin/Contents/MacOS/ZenCoding, 265): no suitable image 
found.  Did 
find:
 /Users/pkidwell/Library/Application Support/Coda/Plug-
ins/ZenCoding.codaplugin/Contents/MacOS/ZenCoding: mach-o, but wrong 
architecture 

What version of the product are you using? On what operating system?
Zen Coding plugin for Coda v0.3 on Mac OS 10.5.7 on PowerPC iMac G5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Jul 2009 at 6:33

Notepad++ Support

Enhancement Request

Notepad++(http://sourceforge.net/projects/notepad-plus/) support.  It's a
great free editor for Windows.

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 4:04

Attributes don't work in TextMate

What steps will reproduce the problem?
1. Type "a x=y" into textmate
2. Hit command E
3. Output is "a x=<y></y>"

What is the expected output? What do you see instead?
Expected output is <a x="y"></a>

What version of the product are you using? On what operating system?
Zen Coding for TextMate v0.3.1.zip  

Please provide any additional information below.
Thanks for this awesome tool!

Original issue reported on code.google.com by [email protected] on 8 Nov 2009 at 3:10

P is becoming padding instead of paragraph in Coda

What steps will reproduce the problem?
1. Make new document in Coda
2. Try div+p
3. the div is made but the p becomes padding

What is the expected output? What do you see instead?
<div></div>
<p></p>

<div></div>
padding:;



What version of the product are you using? On what operating system?
Latest Coda, OS X

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Nov 2009 at 8:24

Komodo Edit support

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 [email protected] on 29 Sep 2009 at 9:16

Some improvements with indenting and comments

What steps will reproduce the problem?
1. Enter form>input*3
2. Press the magical combination
3. And watch

What is the expected output? What do you see instead?
Well, the expected output should have some indention and enters in it, but it 
seems to be all 
cluttered togetether, same as select>option*4 would do, or is there a reason 
why there is no 
indention in form elements?

I like it alot with endentation just like div>p*5 would come up with.

What version of the product are you using? On what operating system?
OSX 10.5 - Espresso 1.0.7

Another point is, a function to generate this would be nice.

<!-- container -->
<div id="container">

</div>
<!-- /container -->


I allways love to have that matched in the 'important' sections, so I can 
easily see, what belongs 
to what.

In the CSS I would match the same things up.

/* container */
#container {

}

#container p {

}
/* /container */

Original issue reported on code.google.com by [email protected] on 21 Nov 2009 at 10:37

Aptana key bindings issue

What steps will reproduce the problem?
1. Install Zen Coding in Aptana following the instructions
2. Pressing 'd', 'e', or 'm' will perform key binded tasks, normally only
triggered when pressing alt or ctrl with them, instead of typing those
letters in the editor.  

What is the expected output? What do you see instead?
I expect to it to type those characters, but it instead brings up menus or
selects lines, or brings up dialog boxes.

What version of the product are you using? On what operating system?
Zen.Coding-Aptana.v0.5.1.zip 
Windows XP

Please provide any additional information below.
Uninstalling Zen Coding fixes the problem, but of course then I don't have
Zen Coding anymore.
Those new key bindings aren't listed in the Keys menu under preferences, so
I can't change them like that.

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 5:57

IntelliJIDEA support?

Сергей, планируется ли поддержка данного 
редактора?

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 7:20

Textmate 1.5.8 Error

What steps will reproduce the problem?
1. Install Zen Coding Textmate V.3
2. Install Zen CSS 1.3.1 Textmate
3. Install Zen HTML 1.3.1 Textmate
4. Type html:4s and goto menu and click "Expand Selection"

What is the expected output? What do you see instead?
I type html:4s and try to expand selection using COMMAND-E. The error that
shows up is 

Traceback (most recent call last):
  File "/tmp/temp_textmate.LhhXIw", line 29, in <module>
    doc_type = re.findall(r'\bhtml|css|xml\b', scope)[-1]
IndexError: list index out of range

What version of the product are you using? On what operating system?
Mac OS X Leopard Latest Version

Please provide any additional information below.
I am happy to bug test any updates that you need. 

Original issue reported on code.google.com by [email protected] on 22 Sep 2009 at 11:10

I want to comment on the English

This is a great library.
However, Japanese and other people like me because it contains the source
program in Russian is very difficult to read.
In my work environment because of the Russian comments.

I am happy and able to provide the English version of all source code so.

Original issue reported on code.google.com by [email protected] on 13 Jul 2009 at 8:11

<xsl:call-template> doesn't receive nested children

What steps will reproduce the problem?
1. Write call>wp

What is the expected output? 
<xsl:call-template name="">
    <xsl:with-param name="" select=""/>
</xsl:call-template>

What do you see instead?
<xsl:call-template name=""/>


Original issue reported on code.google.com by [email protected] on 26 Aug 2009 at 10:40

Eclipse support

1. Хотелось бы поддержку Eclipse без Aptana. В 
следующей версии можно будет
писать расширения на javascript.
2. Очень удобно было бы создать update-сайт, 
откуда можно было бы
инсталлировать и обновлять этот плагин. 
Если понадобиться помощь в создании
сайта, то я могу заняться.

Original issue reported on code.google.com by [email protected] on 11 Nov 2009 at 5:51

css snippets ended with + not expandable

В Zen Coding for Aptana v0.5 в CSS коде напрочь 
отказываются работать
конструкции с + на конце, вроде bg+ или bdb+

В HTML-коде все отлично работает. 

Windows XP SP2, Eclipse 3.5.0, Aptana 1.5.1, на этой же 
конфигурации
предыдущая версия отлчно работает.

Original issue reported on code.google.com by [email protected] on 10 Nov 2009 at 8:17

Komodo ED

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 [email protected] on 29 Sep 2009 at 9:16

Can't Execute Line

I know this will sound stupid but... I'm working in TextMate and can't seem
to get the bundle to execute this: 

ul#nav>li.item

I read on mondaybynoon.com that the key stroke is CMD+E. It's not working
for me. It seems that is already reserved by TextMate for "Use Selection
For Find".

Please help!? Thanks.

Original issue reported on code.google.com by [email protected] on 23 Sep 2009 at 5:05

emacs support

You guys may want to place the link to emacs zencoding-mode on the home
page of the project. It is cool and some people will certainly be happy to
find it.

http://www.emacswiki.org/emacs/ZenCoding

Original issue reported on code.google.com by mrejzlin on 23 Nov 2009 at 2:14

Espresso plugin doesn't work at all

It gets installed, but it responds to no keyboard shortcut commands. None of 
them.
Don’t see Action > HTML > Expand Abbreviation.

http://cloud.github.com/downloads/sergeche/tea-for-espresso/TEA_for_Espresso.sug
ar.zip


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 9:39

Request: method to specify language code for snippets

Currently all snippets default to xml:lang="ru".  It would be very nice if 
there were a way to 
specify language codes without needing to edit the settings.py file.  For 
instance, some sort of 
placeholder that would automatically be replaced when the snippet was expanded, 
and could be 
set at run time by whatever plugin is managing the script.

For instance, if there were a zen_settings['language'] variable that could be 
set, I would be able 
to place this decision in the hands of the users for Espresso by adding an item 
to the 
Preferences.

Currently I either have to leave them defaulting to 'ru', or switch everything 
to some other 
language that is going to please some but not others.

One possible way to do this would be to implement placeholder variables in the 
snippets.  For 
instance, perhaps wherever a language code is needed ${language} is inserted.  
When the snippet 
is parsed, a regex looks for variables, and if there's a corresponding key in 
zen_settings the 
contents is inserted.

In the language example, the regex would find something along the lines of 
r'\$\{([a-zA-Z0-
9_]+)\}' and if match[1] existed and match[1] in zen_settings it would replace 
the placeholder 
with zen_settings[match[1]].

Or at least that's the best solution I could think of, but it's late so it 
might not be the most 
elegant solution to the problem.  :-)

Ian

Original issue reported on code.google.com by [email protected] on 4 Jun 2009 at 5:12

Zen Coding Javascript library

I'm currently working on implementing Zen Coding as a Javascript library.

The source can be viewed at http://github.com/vonkow/jszen

Right now it only covers a few of the features of Zen HTML, with CSS
support coming soon.

Is this something you would want to integrate into the main project?

Original issue reported on code.google.com by [email protected] on 11 Nov 2009 at 9:30

Supported Editor: e Texteditor

e Texteditor (http://e-texteditor.com/), a Windows clone of Textmate with
support for Textmate Bundles, supports Zen as well. You might want to add
it to the Project Homepage.

Great plugin, thanks!

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 9:01

Improvment for css background property

В HTML есть удобная комбинация "Output Image Size" для 
вставки widht/height
текущего изображения.

Я часто вставляю изображения не через IMG, а 
с помощью DIV, указывая файл
через background:

.someimage{
background("i/img.png") no-repeat;
width: 100px;
height: 50px;
}

Возможно ли сделать такую же комбинацию 
для CSS, чтобы width и height
вставлялись автоматически?

Спасибо.


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 10:47

Backward tabbing (shit-tab)

What steps will reproduce the problem?
1. Create a nice little line like div#menu>ul>li*5a:link
2. Press the magical button
3. Press tab, it now neatly tabs trough the item values. But it would be nice 
if 'shift' tab would allso 
work, to go one value back.

What is the expected output? What do you see instead?
Only forward tabbing through the items and values, backward tabbing would be 
neat.

What version of the product are you using? On what operating system?
OSX 10.5 Espresso 1.0.7

Original issue reported on code.google.com by [email protected] on 22 Nov 2009 at 11:41

Request: setting to switch between XHTML and HTML selfclosing elements

On line 330 of zen_core.py, self-closing tags are hard-coded to include a space 
and backslash.  
However, this is not appropriate for standard HTML, and some people prefer not 
to use a space 
before their backspace.

I would appreciate it if you added a setting that scripts could adjust.  For 
instance, 
selfclosing_string at the top of zen_core.py.  Then whatever is implementing 
zen could do this if 
they wanted to use standard HTML instead of XHTML:

from zencoding import zen_core

zen_core.selfclosing_string = ''

I've made this change in the attached file, if you would like to integrate it 
as proposed.

Ian

Original issue reported on code.google.com by [email protected] on 27 May 2009 at 3:57

Attachments:

Aptana. Zen-codding doesn't work after restarting studio.

What steps will reproduce the problem?
1. Install zen-codding (copy files into "Scripts" folder in project directory);
2. Refresh project - all is ok now, zen-codding is available;
3. Restart Aptana studio - zen-codding doesn't work;
4. To fix this issue you need to reinstall zen-codding, but after
restarting studio the problem appears again.

What version of the product are you using? On what operating system?
MS Windows XP Pro SP3
Aptana Studio, build: 1.5.1.026124
Zen.Coding-Aptana.v0.3

Please provide any additional information below.
Screen grabs are in attachment.

Original issue reported on code.google.com by bezz.mail on 3 Oct 2009 at 9:30

Attachments:

What is the WebIDE keyboard shortcut to expand abbreviations?

What steps will reproduce the problem?
1. Type something simple like 'h1>p'.
2. Press 'Ctrl+,'  

What is the expected output? What do you see instead?
I expected to see: <h1></h1><p></p>
I see: h1>p

Nothing happens. Does it currently only support single abbreviation
expansion by using the 'Tab' key? If I press 'Ctrl+J', you only get the
templates. Which you can select one by one, but in that case you miss all
the good #id / .class and *repeating stuff.

What version of the product are you using? On what operating system?
I use Web Coding v1.0 for WebIDE on Vista Home Premium. My WebIDE version
is 90.701.

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 7:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.