LESS http://lesscss.org is a language which extends CSS with dynamic behavior such as variables, mixins, operations and functions. This plugin extends the Eclipse IDE by providing handy features to edit and compile LESS stylesheets.
GitHub https://github.com/vtst/ow
Listed in Nodeclipse Plugins List.
Additional Details
Eclipse Versions: Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Neon (4.6), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Vincent Simonet
Development Status: Beta
Date Created: Monday, January 13, 2014 - 05:33
License: EPL
Date Updated: Wednesday, December 14, 2022 - 09:48
Submitted by: Vincent Simonet
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 0/0 | 0 | 4 |
November 2024 | 572/658 | 3 | 14 |
October 2024 | 453/663 | 10 | 7 |
September 2024 | 439/642 | 11 | 6 |
August 2024 | 511/641 | 5 | 13 |
July 2024 | 405/663 | 14 | 15 |
June 2024 | 433/681 | 12 | 15 |
May 2024 | 443/682 | 12 | 10 |
April 2024 | 483/687 | 9 | 7 |
March 2024 | 466/694 | 11 | 5 |
February 2024 | 469/687 | 9 | 9 |
January 2024 | 378/691 | 23 | 9 |
Reviews Add new review
XtextReconcilerJob
Submitted by Thomas \'Point… on Sun, 09/13/2015 - 15:18
I am getting a
NullPointerException
from XtextReconcilerJob on every edit and save with syntactically correct LESS code (compiles with lessc 2.5.1) when using@import url("…");
with full filename. Commenting out the@import
line solves this. The import defines, and the LESS stylesheet uses, parametric mixins that were not introduced before LESS 1.7.2, like.keyframes (@name, @rules) {
@-moz-keyframes @name {
@rules();
}
@-webkit-keyframes @name {
@rules();
}
@keyframes @name {
@rules();
}
}
But although I am getting syntax errors in the import from the plugin, that does not appear to be the cause of the problem (it is the same with commented out mixin definitions and calls).
How to avoid the XtextReconcilerJob
Submitted by Pascal Arcandier on Sun, 12/14/2014 - 09:02
For those of you annoyed by the XtextReconcilerJob bug: it can be avoided by entering full file names in your import directives.
I.e: @import "stylesheet" will trigger the bug, while @import "stylesheet.less" won't.
Old version
Submitted by Rilo Ravestein on Fri, 10/24/2014 - 05:22
Version number here is 1.0.19
On the website http:// www .normalesup. org/~simonet/soft/ow/eclipse-less.en. html you can download version 1.0.21 (2014-06-01)
Same errors here, very annoying!
Submitted by Mark van der Werf on Wed, 10/22/2014 - 11:02
An internal error occurred during: "XtextReconcilerJob".
java.lang.NullPointerException
Same error as others.
Submitted by Rick Yentzer on Fri, 10/17/2014 - 12:05
An internal error occurred during: "XtextReconcilerJob".
java.lang.NullPointerException
As above, I have to keep closing the warning dialog. I'll be uninstalling until this can be fixed.
Repeated errors since update - possibly due to xtext
Submitted by Eleanor O\'Neill on Thu, 05/29/2014 - 11:17
An internal error occurred during: "Xtext validation".
java.lang.NullPointerException
This raises an alert that must be clicked repeatedly when looking at any .less file
Also seeing this error:
An internal error occurred during: "XtextReconcilerJob".
java.lang.NullPointerException
Reverting to version 1.0.19 of this plugin doesn't get rid of the problem, which comes from a dependency on Xtext, which was also updated recently.
I recommend not installing either until the problem is resolved.
Note that Eclipse shows a syntax error on a perfectly valid .less snippet that contains a mixin.
I'm getting exactly same
Submitted by Selcuk Mising name on Wed, 08/06/2014 - 03:00
In reply to Repeated errors since update - possibly due to xtext by Eleanor O\'Neill
I'm getting exactly same error
An internal error occurred during: "XtextReconcilerJob".
java.lang.NullPointerException
Has anyone got any solution ? Thanks
Latest update doesn't work
Submitted by Eleanor O\'Neill on Wed, 05/28/2014 - 11:32
I get repeated errors in latest build, so often I had to uninstall. Can we downgrade?