#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
..
AvalonEdit Added dependency graph. 16 years ago
Images Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Properties Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
App.xaml Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
App.xaml.cs Added dependency graph. 16 years ago
AvalonEdit.Sample.csproj Add chapter on code completion. 16 years ago
AvalonEdit.Sample.sln Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
BraceFoldingStrategy.cs Worked on the AvalonEdit article and sample application. 16 years ago
ColorizeAvalonEdit.cs Split up AvalonEdit into Overview, Document, Rendering. 16 years ago
CustomHighlighting.xshd Add chapter on code completion. 16 years ago
ImageElementGenerator.cs Worked on the AvalonEdit article and sample application. 16 years ago
MyCompletionData.cs Added dependency graph. 16 years ago
RenderingPipeline.pptx Extended AvalonEdit.Sample + article. 16 years ago
Window1.xaml Allow setting the TextEditor.SyntaxHighlighting property from XAML. Thanks to Rudi Grobler for the idea (http://dotnet.org.za/rudi/archive/2009/10/09/the-magic-of-type-converters.aspx). 16 years ago
Window1.xaml.cs Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
article.html Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
document.html Wrote chapter on syntax highlighting. 16 years ago
rendering.html Fixed split view crash when folding is enabled. 16 years ago