KirillOsenkov / StructuredEditor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 95.0%Language:Smalltalk 2.5%Language:HTML 2.3%Language:CSS 0.2%