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: about 1 year ago
JSON representation
An experimental structured code editor prototype for a subset of C#
- Host: GitHub
- URL: https://github.com/kirillosenkov/structurededitor
- Owner: KirillOsenkov
- License: mit
- Created: 2017-03-19T00:25:44.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T03:23:11.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T12:47:23.685Z (about 1 year ago)
- Topics: csharp, editor, structured-editing
- Language: C#
- Size: 542 KB
- Stars: 51
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)


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)