Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/kirillosenkov/structurededitor
- Owner: KirillOsenkov
- License: mit
- Created: 2017-03-19T00:25:44.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T03:23:11.000Z (over 2 years ago)
- Last Synced: 2024-05-30T03:29:48.774Z (8 months ago)
- Topics: csharp, editor, structured-editing
- Language: C#
- Size: 542 KB
- Stars: 48
- Watchers: 6
- 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)
![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.pdfThe source code was originally published at: [http://structurededitor.codeplex.com](http://structurededitor.codeplex.com)