[Ann] SchemeScript 0.3.0 released
From: Dominique Boucher (schemeway_at_sympatico.ca)
Date: 11/25/04
- Next message: Pascal Bourguignon: "Re: Arrays"
- Previous message: Cameron MacKinnon: "Re: Floating-point arithmetic in CL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Nov 2004 15:25:49 -0500
Hi,
11/25/04: SchemeScript 0.3.0 has just been released. This may be the
last version before the official 1.0 release.
ChangeLog
---------
*** Version 0.3.0
- Added a Scheme perspective, with menus, toolbar actions
- Added integrated Scheme interpreter support
- Added fast eval keys (see the documentation)
- A number of bug fixes
About SchemeScript
------------------
SchemeScript is a Scheme/Lisp editor plug-in for Eclipse. It is part
of the SchemeWay project.
The goal of this plug-in is to provide a robust Scheme/Lisp editor to
the professional Scheme/Lisp developers who also happen to use Eclipse
for Java programming. Also, the plug-in can be subclassed and extended
to provided custom editors for Scheme/Lisp-based languages.
SchemeScript provides the following features:
* customizable syntax coloring;
* correct, customizable, automatic indentation;
* S-expressions-based editing à la Emacs;
* Parentheses matching and highlighting (with support for square brackets);
* mouse-copy;
* content assist (code completion, text hovers, context information);
* Find Definition (pressing F12 on a symbol will jump to the
symbol's definition, if it is defined globally);
* Find Symbol (pressing Ctrl-F12 pops up a dialog box for
selecting one of the globally defined symbols);
* header/chapter/section style comment insertion, with the outline
view showing the document structure;
* a Scheme perspective;
* generic integration with any Scheme interpreter.
The update site is located here:
http://schemeway.sourceforge.net/update-site
-- Dominique Boucher The Scheme Way Project http://schemeway.sourceforge.net
- Next message: Pascal Bourguignon: "Re: Arrays"
- Previous message: Cameron MacKinnon: "Re: Floating-point arithmetic in CL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]