Skip to content

Full WOLips coexistence

Choose a tag to compare

@hugithordarson hugithordarson released this 03 Sep 16:11
· 237 commits to master since this release

Full WOLips coexistence

Parsley now coexists cleanly with WOLips in the same Eclipse installation. Install both plugins and everything just works — no manual configuration needed. Parsley’s editors, menus, and actions use the 🌿 parsley icon, so you can always tell at a glance which plugin’s UI you’re looking at.

To activate Parsley for an existing WebObjects project, add project.base=wo to the project’s build.properties. Projects without this property continue to use WOLips.

Fix: unparseable CSS in style tags no longer crashes editor

Opening a component whose template contained a `` tag with CSS the parser couldn’t handle (e.g. @import("...")) would throw a `NullPointerException` and prevent the editor from loading. The CSS class-name completion processor now handles unparseable stylesheets gracefully.

From the changelog, March 5, 2026.