The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
208 views

Color java code the way it is colored in eclipse

There are a lot of plugins that color code. But most java developers work with Eclipse and Eclipse has a very specific way of coloring code. Is there a plugin that colors code exactly the same way ...
9
votes
2answers
508 views

Strategy On Building Plugin Using Eclipse

Anyone who has experience in building wordpress plugin using eclipse PDT? My situation is: I need to build plugin that extend another plugin (look at it as premium version from another plugin) I ...