[go: up one dir, main page]

Menu

CUP/LEX editor plugin for Eclipse / News: Recent posts

CUP/LEX Editor 0.1.8 (beta) released

General:
The whole project has been reorganised and the building system has been migrated to Maven.
Licensing has been changed to GPL.

Fixes:
Better cleanup of generated files when moving CUP/LEX sources.
Add exclusion patterns (**/*.cup, **/*.lex) to the source folders

Posted by Pappy 2009-05-05

CUP/LEX Editor 0.1.7 (beta) released

This is a maintenance release addressing issue 1894292.

Posted by Pappy 2008-02-16

CUP/LEX Editor 0.1.6 (beta) released

New feature:
- ability to specify number of expected or allowed conflicts

Bug Fix:
- second page of "new" wizards ignored until now

Posted by Pappy 2008-01-08

CUP/LEX Editor 0.1.5 (beta) released

Added several running preferences:
- dump options for CUP
- quiet option for LEX

Posted by Pappy 2006-04-18

CUP/LEX Editor 0.1.4 (beta) released

The plugin creates several classpath variables suitable for build paths:
- LEX_JAR: points to jflex-1.4.1.jar
- CUP_JAR: points to java-cup-11.jar
- CUP_RUNTIME_JAR: points to java-cup-11-runtime.jar

The variable CUP_RUNTIME_JAR is automatically added to a project's build path if needed.

Posted by Pappy 2006-04-11

CUP/LEX Editor 0.1.3 (beta) released

Completed CUP/LEX output parsing.

Posted by Pappy 2006-04-10

CUP/LEX Editor 0.1.2 (beta) released

Maintenance release; fixed some I18N related issues.
- added missing resources to plugin jar
- removed duplicates in resource bundle

Posted by Pappy 2006-04-06

CUP/LEX Editor 0.1.1 (beta) released

Added I18N support.

Posted by Pappy 2006-04-05

CUP/LEX Editor 0.1.0 (beta) released

The minimal functionality of the plugin has been implemented: the builders and the properties and preferences pages.

For moment, I'm only focusing on bug fixes; other toys such as syntax highlighting and autocomplete are not planned during the 0.1.0 lifecycle.

Posted by Pappy 2006-04-04

CUP/LEX Editor 0.0.3 (alpha) released

Maintenance release:
- fixed CUP jar in plugin classpath
- added LOG4J logging

Posted by Pappy 2006-03-25

CUP/LEX Editor 0.0.2 (alpha) released

CUP/LEX builders use the Java launcher for CUP/JFlex invocation.

Posted by Pappy 2006-03-24