SEHCJul 6, 2012

Single-window Integrated Development Environment

arXiv:1207.1493v12 citations
Originality Synthesis-oriented
AI Analysis

This addresses usability issues for software developers by reducing interface clutter, though it appears incremental.

This paper tackles IDE interface complexity by introducing a single-window graphical user interface that removes child windows while maintaining functionality, implemented on KDevelop 4 with a survey of other IDEs.

This paper addresses the problem of IDE interface complexity by introducing single-window graphical user interface. This approach lies in removing additional child windows from IDE, thus allowing a user to keep only text editor window open. We describe an abstract model of IDE GUI that is based on most popular modern integrated environments and has generalized user interface parts. Then this abstract model is reorganized into single windowed interface model: access to common IDE functions is provided from the code editing window while utility windows are removed without loss of IDE functionality. After that the implementation of single-window GUI on KDevelop 4 is described. And finally tool views and usability of several well- known IDEs are surveyed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes