1948 Commits (e3f935c15e85b5ab8c813e88dfa4701c2198d144)

Author SHA1 Message Date
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Matt Ward cf9adbb9ba Check all base classes for unit test methods not just the immediate test class parent. 17 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). 17 years ago
Daniel Grunwald ce6ff9bb09 Disable failing debugger unit tests. 17 years ago
Daniel Grunwald c543ebd41f backport "4826 Fixed race condition that was causing unit tests to fail" to 3.1 17 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) 17 years ago
Daniel Grunwald 1d42e43287 Don't show MessageBox when running unit tests on build server. 17 years ago
Daniel Grunwald 0136a81aab Run debugger unit tests as 32-bit process. 17 years ago
Daniel Grunwald d5e990ac19 Set UpdateSetupInfo to x86. 17 years ago
Siegfried Pammer 3bc647a0f3 - implemented PerformanceCounterDescriptor 17 years ago
Daniel Grunwald d1edbb24c4 Ignore failing profiler unit test. 17 years ago
Daniel Grunwald bd3055466f DocumentUtilitites.GetWordAt: fixed ArgumentOutOfRangeException. 17 years ago
Siegfried Pammer ebe54fa166 Profiler: 17 years ago
Daniel Grunwald 3f2b077991 New database schema for profiler. The Top20 now executes in less than a second. 17 years ago
Daniel Grunwald 2ed12a18e0 Optimize AllCalls.MergeByName() -> AllFunctions. 17 years ago
Daniel Grunwald 0991e23416 LINQ-to-Profiler: fixed crash when there is a ThenBy in the query. 17 years ago
Siegfried Pammer 1027bf45dc - implemented ORDER BY DESC 17 years ago
Daniel Grunwald 65fe90ceb2 Fixed debug output on query execution. 17 years ago
Daniel Grunwald 6e2178b5b2 Added support for query options. 17 years ago
Siegfried Pammer 894625ec43 implemented Take and OrderBy 17 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 17 years ago
Daniel Grunwald 7403f3c987 Fixed bugs in OptimizeQueryExpressionVisitor. 17 years ago
Daniel Grunwald 18f32ada97 Fixed bug in MSBuildEngine that caused "Check with FxCop" to fail in some circumstances. 17 years ago
Daniel Grunwald 7b0a2b6b3d Add unit test for profiler. 17 years ago
Siegfried Pammer a6b74847d6 LINQ-To-Profiler 17 years ago
Siegfried Pammer 4ada7017c9 - implemented NOT operator in SQLiteQueryProvider 17 years ago
Daniel Grunwald 8ef02736b4 Add unit test project for the profiler. 17 years ago
Siegfried Pammer 6a248e8b58 - added SDPS version check 17 years ago
Daniel Grunwald 6f24d3c3fc Fixed build. 17 years ago
Daniel Grunwald b20a72473f LINQ-to-Profiler: implemented query execution. 17 years ago
Daniel Grunwald 9426732de9 LINQ-to-Profiler documentation 17 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 17 years ago
Daniel Grunwald 561bed10bb Initial LINQ-to-Profiler implementation. 17 years ago
Siegfried Pammer e4591410ee optimized processing of *Self columns to avoid GUI hangs in SharpDevelop 17 years ago
Daniel Grunwald ca9cd37a2d Work around .NET bug that prevents profiler views from opening. 17 years ago
Daniel Grunwald 72cf9a48df Profiler: Upload original assembler callback hooks; fixed some outdated comments. 17 years ago
Siegfried Pammer 8e0a35862a trying to fix the build 17 years ago
Siegfried Pammer e3a5e7b462 replaced System.Data.SQLite.dll used by Profiler.Controller by the one in Libraries/SQLite 17 years ago
Siegfried Pammer ba7ab67c96 - added automatic x64 build of Hook 17 years ago
Siegfried Pammer 94c1f0b93c - updated all profiler projects to .NET 4 (fixes random build errors) 17 years ago
Daniel Grunwald 9865f6a922 Fixed ArgumentOutOfRangeException in SearchResultNode.ActivateItem. 17 years ago
Daniel Grunwald 2ff40b6d5a Include Profiler in SharpDevelop.sln; trying to fix the build error. 17 years ago
Daniel Grunwald cf8be1851d Add sorting support to WPF ListViews. 17 years ago
Siegfried Pammer 1a64947a94 - integrated Profiler into SharpDevelop.Tests.sln 17 years ago
Daniel Grunwald 835431f6ab Fixed bug in code determining the size of the name column in the profiler. 17 years ago
Christian Hornung b3e15c91cb Ported ResourceToolkit to ITextEditor. 17 years ago
Siegfried Pammer bccf8b8dd3 - added WPF assembly key for "Do not profile .NET internals" 17 years ago
Daniel Grunwald 468b173889 Fixed build. 17 years ago