vtst / ow

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

Support --include-path in Editor #200

Closed archerzz closed 10 years ago

archerzz commented 10 years ago

It's a reasonable use case that when you have a set of common themes written by LESS, you would like to leverage it for all other projects. To reduce the maintenance cost, it would be better to consolidate the common themes in one place and let other projects refer to that place. In command-line options of lessc, "--include-path" is an option to support that case. You can declare a few places where lessc will search. However, in eclipse editor, that's not supported. Shall we consider to support "--inclue-path" in editor? I think that will be very useful.

gossi commented 10 years ago

I just released my transpiler-plugin, see here: https://github.com/gossi/eclipse-transpiler-plugin which can do what you are looking for. I just asked on how to cooperate with this plugin #204.

vtst commented 10 years ago

There is now a project property for include path.