Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. Eclipse plugin for LESS

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

Eclipse plugin for LESS
32
8
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

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)

https://www.normalesup.org/~simonet/soft/ow/update/

Learn more...

Screenshot 0

Screenshot 1

Screenshot 2

Screenshot 3

Details Group Tabs

Details

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.

Categories:
  • Tools,
  • Web
Tags:
  • less,
  • CSS,
  • design
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: 
Mon, 2014-01-13 05:33
License: 
EPL
Date Updated: 
Wed, 2022-12-14 09:48
Submitted by: 
Vincent Simonet
Screenshots
Screenshot 0
Screenshot 1
Screenshot 2
Screenshot 3
Metrics
DateRankingInstallsClickthroughs
January 2023452/67614 (0%)17
December 2022599/8056 (0%)25
November 2022588/8088 (0%)18
October 2022507/81114 (0%)15
September 2022475/81217 (0%)10
August 2022466/80817 (0%)16
July 2022488/81614 (0%)15
June 2022461/81019 (0%)14
May 2022498/81015 (0%)12
April 2022417/81728 (0.01%)17
March 2022493/82018 (0%)12
February 2022423/81925 (0.01%)5
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Eclipse plugin for LESS.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Tuesday, January 31, 2023 - 18:30

Reviews Sign in to post reviews

tlahn's picture

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).

parcandier's picture

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.

rravestein's picture

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)

mvanderwerf's picture

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

ryentzer's picture

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.

eoneill's picture

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.

smisingnamey10's picture

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

eoneill's picture

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?

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • m2e-wro4j
  • TAU UI Studio
  • Eclipse Web Developer Tools
  • Eclipse Enterprise Java and Web Developer Tools
  • Transpiler Plugin

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top