5106 Commits (shortcuts)
 

Author SHA1 Message Date
Matt Ward cf9adbb9ba Check all base classes for unit test methods not just the immediate test class parent. 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 9914989d40 Fixed forum-10179: move file up/down in F# binding crashes SharpDevelop 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 ce6ff9bb09 Disable failing debugger unit tests. 16 years ago
Daniel Grunwald c543ebd41f backport "4826 Fixed race condition that was causing unit tests to fail" to 3.1 16 years ago
Daniel Grunwald 4c0620e367 Use different directory for debugger test cache. (reason the last two builds failed was that the debugger unit tests are caching the compiled test programs) 16 years ago
Daniel Grunwald 1d42e43287 Don't show MessageBox when running unit tests on build server. 16 years ago
Daniel Grunwald 0136a81aab Run debugger unit tests as 32-bit process. 16 years ago
Daniel Grunwald 2c343922df Trying to work around MSBuild Community Tasks always using AnyCPU-version of NUnit. 16 years ago
Daniel Grunwald d5e990ac19 Set UpdateSetupInfo to x86. 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
Matt Ward 892c9f534e Added extra unit tests. 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
Matt Ward 5d390ee9e1 Removed unused code. 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