Deuce: A Lightweight Structured Code Editor[ICSE 2018]
This milestone introduces Deuce, a text editor that is
augmented with support for structurally selecting
code items and then invoking automated program transformations
called code tools. Code tools help with various
prototyping, repair, and refactoring tasks that arise
when programming. To try it out, hold down the Shift key
when hovering over the code box, and start clicking things.
-
v0.6.3 (Jan 2018)
Performance and Other Minor Improvements
Starting v0.6.1, Sketch-n-Sketch no longer requires a
larger stack in Chrome, and v0.6.3 addresses additional
stack issues.
Older Versions
-
v0.6.2 (Aug 2017)
Another UI Overhaul + More Code Tools (ICSE 2018 Paper)
-
v0.6.1 (Jun 2017)
Faster Parser
-
v0.6.0 (Apr 2017)
New UI + Direct Manipulation Code Editing