4872 Commits (3bc647a0f3e0e69dbaeed177995589a0ca94a9fb)
 

Author SHA1 Message Date
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
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
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 16 years ago
Daniel Grunwald cc0f7f60e7 Fix bug in "AddUsingDeclaration" refactoring: when running the refactoring two times quickly after another (without waiting for a reparse), the list of using declarations would get corrupted. 16 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 16 years ago
Siegfried Pammer 8e0a35862a trying to fix the build 16 years ago
Siegfried Pammer e3a5e7b462 replaced System.Data.SQLite.dll used by Profiler.Controller by the one in Libraries/SQLite 16 years ago
Siegfried Pammer ba7ab67c96 - added automatic x64 build of Hook 16 years ago
Siegfried Pammer 94c1f0b93c - updated all profiler projects to .NET 4 (fixes random build errors) 16 years ago
Daniel Grunwald 9865f6a922 Fixed ArgumentOutOfRangeException in SearchResultNode.ActivateItem. 16 years ago
Daniel Grunwald 1b10fc0c20 Implemented UpgradeView. 16 years ago