Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.
For more information on this matter, please visit #1.
If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.
Thank you for your understanding and cooperation.
Eclipse plugin for LESS
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2023 | 452/676 | 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 |
June 2022 | 461/810 | 19 (0%) | 14 |
May 2022 | 498/810 | 15 (0%) | 12 |
April 2022 | 417/817 | 28 (0.01%) | 17 |
March 2022 | 493/820 | 18 (0%) | 12 |
February 2022 | 423/819 | 25 (0.01%) | 5 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Tuesday, January 31, 2023 - 18: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?