beritec / fdotoolbox

Automatically exported from code.google.com/p/fdotoolbox
0 stars 1 forks source link

Use SharpDevelop Text Editor for Expression Editor #327

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It just dawned on me: 

Why did I write an Expression Editor w/ intellisense from scratch? 

We are already using the text editor of the most popular Open Source .net IDE 
(SharpDevelop) which has code completion and syntax highlighting built in. 
Let's use that instead!

Original issue reported on code.google.com by jumpinja...@gmail.com on 28 Sep 2010 at 3:54

GoogleCodeExporter commented 8 years ago
Some ideas wrt utilising the code completion of ICSharpCode.TextEditor:

http://ayende.com/Blog/archive/2008/08/21/Basic-intellisense.aspx

Original comment by jumpinja...@gmail.com on 28 Sep 2010 at 3:55