Formosa1 / zen-coding

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

gEdit: expand abbrevation isside an element #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi all

im using gEdit (2.16.3) on my Ubuntu OS (9.04), and im very sad, because of
a "bug" (im not sure it is a bug)

i can only expand an abbrevation when it isnt inside any element, like this:
div#header -> <div id="header"></div>

but when its inside an element, the expand doesnt works, like in this example:
<div id="header">
      div#logo           <- cant expand!
</div>

can you please fix this bug? or theres something wrong with my computer? :S

ohh and an another problem:
i can only expand abbrevations when im editing a css or html file, but i
want to expand the code for example in a php string variable too. or
everywhere. i think its because "security", but its not very good, i think.

thank you!

------------------------------

please reply in "easy language", because im not english :)

Original issue reported on code.google.com by iamsemmu on 30 Jan 2010 at 7:26

GoogleCodeExporter commented 9 years ago
rhis problem appers when you have tabulation before your abbreviation. i have 
this 
problem too. for example:

<div>
div.class  <!-- i can expand this abbreviation -->
</div>

<div>
      div.class <!-- this abbreviation can't be expanded -->
</div>

question for developers of pluginf Zen for gEdit: how can i fix this bug?

Original comment by nicholas...@gmail.com on 2 Feb 2010 at 11:29

GoogleCodeExporter commented 9 years ago
oh, and another question. i used to use Zen-css in aptana and wanna use it in 
gEdit. 
i looked into plugin's config file and found there css-snippets, but it's not 
work. 
for example, when i want to set border, i write

bd+

in css it will be

border: 1px #000 slid;

but plugin expand this abbreviation as

<bd></bd>

how i can fix this bug too?

Original comment by nicholas...@gmail.com on 2 Feb 2010 at 11:33

GoogleCodeExporter commented 9 years ago
Please wait for Zen Coding v0.6 release, I plan to implement a better API for 
plugins

Original comment by serge....@gmail.com on 3 Feb 2010 at 8:56

GoogleCodeExporter commented 9 years ago
thanks for fast reply, we'll wait

Original comment by nicholas...@gmail.com on 3 Feb 2010 at 11:52

GoogleCodeExporter commented 9 years ago
yesss)))) thanks for update plugin. now it's working correctly))

for issuse starter: if you don't know where get zen v0.6 here is link
http://github.com/mikecrittenden/zen-coding-gedit

you'll find instalation info and sourse files there.

Original comment by nicholas...@gmail.com on 20 Feb 2010 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 4 May 2010 at 8:20