Sublime Forum

Zen Coding ( CSS Snippets )

#357

I found mistake in my zen-coding.sublime-settings. zen in html working, but in css it still don’t work. may be I upload my settings and you show me my mistakes?))

0 Likes

#358

If you refer to this:

[quote=“technobulka”]it’s work in css, but not currectly:
d:b -> Tab -> d:background
must be:
d:b -> Tab -> display:block;[/quote]

I think that it’s caused by the snippets of the CSS package:
If you look at the completion list, display:block is at the bottom of it.

If you select it, I suppose next time this will be the default value.

0 Likes

#359

damn! nothing dont work. ((
i try to set zen on ctrl+space or ctrl+e, in html works one of two timese:
div - dont work
#id - work
in css:
c - canvas - why?!! i need color:#|; ((
pos:a - pos:abbr - really sad ((

sublime is really awesome program, but i dont want leave it just because i can’t set zen ((
also my is English is bad, difficult to understand.

0 Likes

#360

there is my zen-coding.sublime-settings file from …\Sublime Text 2\Packages\User
dl.dropbox.com/u/7740288/Other/z … e-settings

0 Likes

#361

abbreviations don’t expand when there’s a following right curly bracket

a{c} -> expand in a{canvas}

the cursor is after the “c” and before the “}” of course

0 Likes

#362

I think it’s bug in css:

div c|{ } -> div color:#; { } div c| { } -> div canvas { } div { c|} -> div { canvas} div { }c| -> div { }canvas div, c|{ } -> div, color:#; { } div, c| { } -> div, canvas { } div { c| margin:10px; } -> div { color:#; margin:10px; } div { margin:10px; c|} -> div { margin:10px; canvas}
| - cursor place when I click Tab.

div { c| } |
V

div { color:#; }
If “}” in next line then all currently works.

in html works perfect :smile:

0 Likes

#363

No one wants to fix it?
or the way it should be, and all do not care?))

0 Likes

#364

i doubt it’s the way it should be

not exactly sure at a glance what your issue is …

but i know there was a bug in the css grammar …

plan on giving Zen some love in a few weeks when my current contract ends …

0 Likes

#365

[quote=“castles_made_of_sand”]i doubt it’s the way it should be

not exactly sure at a glance what your issue is …

but i know there was a bug in the css grammar …

plan on giving Zen some love in a few weeks when my current contract ends …[/quote]

i’m sorry…

0 Likes

#366

Yay!

0 Likes

#367

What ? :smile:

0 Likes

#368

Sometimes watching a bug like this (| - cursor pos):

[code]


ul>li|
[/code]Press Tab -> [code]
ul>li
|
[/code]back cursor, again press Tab -> [code]
ul>li
|[/code]again back cursor and press Tab -> [code]
  • |
[/code]
0 Likes

#369

[quote=“castles_made_of_sand”]

What ? :smile:[/quote]

your job!
or misunderstood? :mrgreen:

0 Likes

#370

[quote=“Fed03”]
your job!
or misunderstood? :mrgreen:[/quote]

I don’t understand :smile:

But I sorry I have job too :smile: lol

If you (or anyone) wants to help with Zen that would be great. I’m afraid I’m busy for the next few weeks though.

0 Likes

#371

[quote=“castles_made_of_sand”]

[quote=“Fed03”]
your job!
or misunderstood? :mrgreen:[/quote]

I don’t understand :smile:

But I sorry I have job too :smile: lol

If you (or anyone) wants to help with Zen that would be great. I’m afraid I’m busy for the next few weeks though.[/quote]

arent you referring to a job contract XD
anyway i can testfor you sadly not develop

0 Likes

#372

If you tell me, where this bags may be located, I can try fix it))

0 Likes

#373

I hope you don’t forget about this topic.
I still believe in your fix))

0 Likes

#374

Is it me or has the most recent nightly build broken/overridden parts of the plugin? particularly when expanding CSS shortcuts. Anyone else notice this?

0 Likes

#375

same problem…

bg+

expand to

bg+counter-reset

but must to

background:url('../img/') 0 0 no-repeat; 

and similar.

0 Likes

#376

@technobulka looks like it was fixed in latest version - update from package manager.

0 Likes