Eclipse plugin for LESS
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
June 2023 | 402/595 | 6 (0.01%) | 1 |
May 2023 | 393/672 | 22 (0.01%) | 5 |
April 2023 | 417/668 | 17 (0.01%) | 5 |
March 2023 | 382/688 | 29 (0.01%) | 14 |
February 2023 | 407/668 | 20 (0.01%) | 15 |
January 2023 | 456/677 | 14 (0%) | 17 |
December 2022 | 599/805 | 6 (0%) | 25 |
November 2022 | 588/808 | 8 (0%) | 18 |
October 2022 | 507/811 | 14 (0%) | 15 |
September 2022 | 475/812 | 17 (0%) | 10 |
August 2022 | 466/808 | 17 (0%) | 16 |
July 2022 | 488/816 | 14 (0%) | 15 |
Unsuccessful Installs in the last 7 Days: 1
Count | Error Message |
---|---|
1 | Cannot continue the operation. There is another install operation in progress. |
Thursday, June 8, 2023 - 14:30
Reviews Sign in to post reviews
XtextReconcilerJob
Submitted by Thomas \'PointedEars\' Lahn on Sun, 2015-09-13 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, 2014-12-14 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, 2014-10-24 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, 2014-10-22 11:02
An internal error occurred during: "XtextReconcilerJob".
java.lang.NullPointerException
Same error as others.
Submitted by Rick Yentzer on Fri, 2014-10-17 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, 2014-05-29 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, 2014-08-06 03:00
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, 2014-05-28 11:32
I get repeated errors in latest build, so often I had to uninstall. Can we downgrade?