vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

LESS: Suggestion for streamlining documentation. #179

Closed coredumperror closed 10 years ago

coredumperror commented 10 years ago

I installed LESS Plugin for Eclipse today, and, in an attempt to ensure that I get the leanest possible Eclipse installation, I didn't install Xtext first. I wanted to make sure that I installed only the absolute necessities.

And, somewhat surprisingly... that worked. LESS Plugin for Eclipse works just fine, since it apparently installed its own dependencies. I'm using Eclipse 4.3.1, which might be relevant.

This means that the Installation docs on the plugin's homepage can be streamlined, by taking out the bit about Xtext. That would make installing your plugin for the first time significantly less daunting, especially for performance-obsessed programmers like myself.

vtst commented 10 years ago

Thanks for the suggestion. This is indeed now possible, as Xtext packages are part of the central Eclipse repository (this was not the case when this plugin was initially released). I simplified the documentation accordingly.