Zen-coding mit Eclipse PDT

So kann man zencoding auch mit Eclipse PDT ohne das Aptana Plugin ans laufen kriegen.

Dafür braucht man Eclipse Dash (vormals Monkey).  – benutzt Aptana i.ü. auch, soweit ich das richtig gesehen habe –

Das installiert man sich wie gewohnt, mit dieser URL:

http://download.eclipse.org/technology/dash/update/

Eclipse neu starten und schon ist mighty Eclipse macro-fähig.

Nun holt man sich die zencoding files für das Aptana Plugin von hier.

Und dann kann los gehen:

In seinem Project muss man einen -scripts- Ordner anlegen, die zencoding Files da rein kopieren.

Und fertig

Dann kann man folgendes tippen:

div#header.funky

Alt – E drücken und schwupps wird dies draus:


<div id="header" class="funky"></div>

Die Sache mit dem -scripts- Ordner finde ich noch was verbesserungsfähig. Den hat man ja meistens eh schon dabei und dann vermischt sich das so unschön.

Wäre schön wenn man die Macros zentral halten könnte und dann über den include path einbindet.

Dies geht aber  -IMHO-  nicht. Naja vielleicht kommt das ja noch.

3 Replies to “Zen-coding mit Eclipse PDT”

  1. Wow, thanks for the info. I had to change some things to get it working for me. Alt+E opens the Edit menu in my Eclipse and i found no way to change that. So I changed the expand-key-combo from M3+E (Alt+E) to M1+E (Ctrl+E) in “Expand Abbreviation.js” from the zencoding files (yea, its in the head comment). Next I unbinded Ctrl+E in Eclipse Preferences (opened somthing unimportant) and then it works :) .

  2. hi
    yes i had this issue also on my linux machine.
    … but as far as i can remember it worked sometimes and sometimes not. kind of odd.

    ill take your solution if it appears again ;)

    on windows it worked and still does, even in projects where the scripts folder doesnt exist.

    a little bit mystikal the zen coding in eclipse ;)

Comments are closed.