4894 Commits (2e63f132705ba2ead97f3b651bea233c01b2122d)
 

Author SHA1 Message Date
Matt Ward 2e63f13270 Fixed unhandled InvalidCastException when using the keyboard with a Form being displayed in the designer. 16 years ago
Matt Ward 1f5505dbf3 Now using XmlSchemaSet.Compile() to compile schemas instead of XmlSchema.Compile() which is obsolete. 16 years ago
Matt Ward 8051328c2f Fixed null reference when validating an .xsd file with no root xs:schema element. 16 years ago
Matt Ward 3befe85746 Recognised XML file extensions now read from XmlEditor.addin file. 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Daniel Grunwald f4902e70d7 Fixed forum-10197: InvalidOperationException in Code Completion ("Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed."). 16 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 16 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 3c60b45db0 Fixed bug when opening projects without solution file. 16 years ago
Daniel Grunwald 819bab8287 Fixed change grouping when the document is changed inside event handlers for TextDocument.TextChanged. 16 years ago
Daniel Grunwald 82e6a42b97 Fixed bug in TextView.BackgroundRenderer_Added that could cause a VisualLinesInvalidException during rendering. 16 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 16 years ago
Daniel Grunwald 7d53a43afd Add infrastructure for code snippets. 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald 23c1c37ec1 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
Daniel Grunwald c9fc64257d Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 16 years ago
Daniel Grunwald 91069acffd Update to AvalonDock 1.2.2666. 16 years ago
Daniel Grunwald 695d5f7c05 Added dependency graph. 16 years ago
Siegfried Pammer 3bc647a0f3 - implemented PerformanceCounterDescriptor 16 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald d80f577ae1 Wrote chapter on syntax highlighting. 16 years ago
Daniel Grunwald d1edbb24c4 Ignore failing profiler unit test. 16 years ago
Daniel Grunwald d0c136bb8b Split up AvalonEdit into Overview, Document, Rendering. 16 years ago
Daniel Grunwald bd3055466f DocumentUtilitites.GetWordAt: fixed ArgumentOutOfRangeException. 16 years ago
Daniel Grunwald cf815e0902 Worked on the AvalonEdit article and sample application. 16 years ago
Daniel Grunwald c78ea89993 Extended AvalonEdit.Sample + article. 16 years ago
Siegfried Pammer ebe54fa166 Profiler: 16 years ago
Daniel Grunwald 7661924579 Fixed bug that caused path to code analysis targets to be escaped twice. 16 years ago
Daniel Grunwald 3f2b077991 New database schema for profiler. The Top20 now executes in less than a second. 16 years ago
Daniel Grunwald 2ed12a18e0 Optimize AllCalls.MergeByName() -> AllFunctions. 16 years ago
Daniel Grunwald 0991e23416 LINQ-to-Profiler: fixed crash when there is a ThenBy in the query. 16 years ago
Siegfried Pammer 1027bf45dc - implemented ORDER BY DESC 16 years ago
Daniel Grunwald 65fe90ceb2 Fixed debug output on query execution. 16 years ago
Daniel Grunwald 6e2178b5b2 Added support for query options. 16 years ago
Siegfried Pammer 894625ec43 implemented Take and OrderBy 16 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 16 years ago
Daniel Grunwald 7403f3c987 Fixed bugs in OptimizeQueryExpressionVisitor. 16 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 16 years ago
Daniel Grunwald 7b0a2b6b3d Add unit test for profiler. 16 years ago
Siegfried Pammer a6b74847d6 LINQ-To-Profiler 16 years ago
Siegfried Pammer 4ada7017c9 - implemented NOT operator in SQLiteQueryProvider 16 years ago
Daniel Grunwald 8ef02736b4 Add unit test project for the profiler. 16 years ago
Daniel Grunwald 6f24d3c3fc Fixed build. 16 years ago
Daniel Grunwald b20a72473f LINQ-to-Profiler: implemented query execution. 16 years ago