5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
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
Daniel Grunwald 7b0a2b6b3d Add unit test for profiler. 16 years ago
Siegfried Pammer a6b74847d6 LINQ-To-Profiler 16 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 16 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 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
Siegfried Pammer 6a248e8b58 - added SDPS version check 16 years ago
Daniel Grunwald 6f24d3c3fc Fixed build. 16 years ago
Daniel Grunwald b20a72473f LINQ-to-Profiler: implemented query execution. 16 years ago
Daniel Grunwald e2fbe21758 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 9426732de9 LINQ-to-Profiler documentation 16 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 16 years ago
Daniel Grunwald 561bed10bb Initial LINQ-to-Profiler implementation. 16 years ago
Daniel Grunwald eb4db62cd1 Add IQToolkit v0.16 16 years ago
Christoph Wille badb902cbd 3.1.1 designation for setup and build artefact packaging 16 years ago
Siegfried Pammer e4591410ee optimized processing of *Self columns to avoid GUI hangs in SharpDevelop 16 years ago
Daniel Grunwald ca9cd37a2d Work around .NET bug that prevents profiler views from opening. 16 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 16 years ago
Siegfried Pammer 41471d9cc1 - Fixed bugs in XAML code completion 16 years ago
Daniel Grunwald 72cf9a48df Profiler: Upload original assembler callback hooks; fixed some outdated comments. 16 years ago
Daniel Grunwald c39c8ddc05 Don't show output pad when building. 16 years ago
Daniel Grunwald 93c1198fd4 NRefactory C# parser: fixed parse error for unknown attribute targets - the C# compiler only emits a warning for those 16 years ago