Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirillosenkov/structurededitor

An experimental structured code editor prototype for a subset of C#
https://github.com/kirillosenkov/structurededitor

csharp editor structured-editing

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://blogs.msdn.com/kirillosenkov/archive/2009/09/08/first-videos-of-the-structured-editor-prototype.aspx)

![Screenshot1](/docs/HelloWorld1.PNG)
![Screenshot2](/docs/BlockLike_IntelliSense.png)

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](http://structurededitor.codeplex.com)