Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 775 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 775 Bytes

StructuredEditor

An experimental structured code editor prototype for a subset of C#.

http://guilabs.net

Structured editors directly operate on the syntax tree of a program as opposed to lines of text. Goals: easier, faster editing in many scenarios through better program understanding.

Blog post introduction

Screenshot1 Screenshot2

This was my thesis in 2007, see details here: http://osenkov.com/diplom/

Thesis PDF: http://osenkov.com/diplom/KirillOsenkovDiplom.pdf

The source code was originally published at: http://structurededitor.codeplex.com