Writing software may not necessarily involve typing characters in a text editor. Projectional editors are an alternative kind of editor where an in-memory model representation is visualized and manipulated through a dedicated editor (also referred to as Structure(d) editor).
Click on to see related publications; to visit the repository on Github.
- Javardise: a structured code editor for programming pedagogy in Java.
André L. Santos
Programming 2020
Javardise
A projectional editor for a subset of Java, extensible with basic plugins.
Uses JavaParser as the model representation of Java code. Here’s an informal talk at Strumenta Virtual Meetup about the editor.
- Javardeye: Gaze Input for Cursor Control in a Structured Editor.
André L. Santos
Programming 2021
Javardeye
An early sketchy prototype where eye gaze is integrated with Javardise to control the cursor position, avoiding mouse movements and/or keystrokes.
- PescaJ: A Projectional Editor for Java Featuring Scattered Code Aggregation.
José F. Lopes, André L. Santos
PAINT@SPLASH 2023
PescaJ
A projectional editor for Java that provides views that aggregate scattered code/documentation. Built using the widgets of Javardise.
This work was developed in the MSc thesis of José Lopes.
- Autocorrection in Projectional Editors.
André L. Santos, Ângelo Mendonça
Programming 2024
Autocorrection
An extension to Javardise with autocorrection features.
This work was developed in the MSc thesis of Ângelo Mendonça.
- Jasay: Towards Voice Commands in Projectional Editors.
André L. Santos, Alexandre Cancelinha, Fernando Batista
IDE@ICSE 2024
Jasay
An extension to Javardise to support coding with the voice.
This work was developed in the MSc thesis of Alexandre Cancelinha.