6398 Commits (4f2269751fec54c9408d60651b874f22ce200703)
 

Author SHA1 Message Date
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 15 years ago
Tomáš Linhart f71f35b7c5 Created basic ingtegration of CodeQualityAnalysis AddIn to SharpDevelop. 15 years ago
Tomáš Linhart 19b4d75de9 Initial commit of Code Quality Analysis AddIn. 15 years ago
Martin Koníček 81c7f4edc0 Localized 3 new resource strings. 15 years ago
Martin Koníček 0e27d647a6 When CodeCompletion window is empty, it shows "Press Ctrl+Space to show items from all namespaces", so that user learns how to use Ctrl+Space naturally. 15 years ago
Daniel Grunwald 01ceebba1c Fix compiler error in AvalonEdit.Sample. 15 years ago
Daniel Grunwald 67c9a984b9 Fix SD2-1669: Exception when opening DatabasesTreeViewPad 15 years ago
Daniel Grunwald 6378f749d5 UDC: Upload name of feature branch 15 years ago
Daniel Grunwald f113984478 Prevent ArgumentOutOfRangeException in XmlFoldingStrategy if .NET reports XML error at line 0. 15 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 15 years ago
Mathias Simmack dd5980e682 fixed exception when opening the options dialog with no catalogs installed 15 years ago
Kumar Devvrat b134b6ff0d Round height/width in SizeDisplay 15 years ago
Kumar Devvrat 4ee75a37cd Add size display for primary selection. 15 years ago
Martin Koníček a5fa3e193b CodeCompletion shows only imported types. Shows all available types on Ctrl+Space press. After using it for a few days, I found that always showing all types can be confusing, like always showing all extension methods. Now both types and extension methods need Ctrl+Space. 15 years ago
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 15 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 15 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 15 years ago
Daniel Grunwald ba9bc1ba9c Remove AvalonDock 1.2 (prepare for update to 1.3) 15 years ago
Kumar Devvrat aaf0463086 Add margin display in the handle 15 years ago
Daniel Grunwald f4bef90961 Update string resources. 15 years ago
Kumar Devvrat 6b031226b9 Add margin-handle and stub 15 years ago
Kumar Devvrat 5f5cd03d89 Change border brush for Panels to DimGray 15 years ago
Kumar Devvrat d52f29092b Add resize ability across the full border and give solid outline around selected elements 15 years ago
Peter Forstmeier a03bcf45af ReportViewer can show ReportPreview in Landscape 15 years ago
Peter Forstmeier 978d5557fa Remove obsolete methods in ReportViewer.cs 15 years ago
Siegfried Pammer f5211322eb extended ExpressionFinder: now works with local variables and member variables 15 years ago
Peter Forstmeier 44983298ec Modify references, change designer to work with landscape reports 15 years ago
Mathias Simmack 837f5a2770 simple Search pad for the Help system included 15 years ago
Matt Ward 6261fba028 Update setup solution and project to use MSBuild 4.0 so it can be built inside SharpDevelop 4.0. 15 years ago
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 15 years ago
Siegfried Pammer b2371e3df2 fixed FormatException and possibly thrown NotSupportedException in Token 15 years ago
Matt Ward eeb136c17e Fixed null reference when compiling IronPython projects or projects that explicitly do not reference mscorlib. 15 years ago
Matt Ward d9eb7f997e Added support for integrated unit testing with IronPython. 15 years ago
Daniel Grunwald da7842263e Store RecentOpen lists in array (instead of joining strings) 15 years ago
Martin Koníček 51d9563d6c Added C# New file template for user Exception. 15 years ago
Daniel Grunwald 6bbcfb4a7f Update Mono.Cecil to commit a9195cc682bece967677152d7d6bc433a58d746c. 15 years ago
Daniel Grunwald 52bcef6455 Reports: don't specify version=2.0 for GAC references 15 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 15 years ago
Daniel Grunwald 6254ed2e6c Fix build. 15 years ago
Daniel Grunwald 7092ebf5b0 Remove unused parameter "buildServices" from IBuildable.StartBuild. 15 years ago
Daniel Grunwald fcff1190af Suppress MSB3644: The reference assemblies for framework ... were not found. 15 years ago
Daniel Grunwald cb0c99a10e Report error code when deleting file fails. 15 years ago
Mathias Simmack cfe33a098a included external help option (to display the help in the default viewer/browser) 15 years ago
Mathias Simmack 181f2f0372 new properties for the Help3Catalog class and translatable messages and labels 15 years ago
Peter Forstmeier e70ace69a6 Work on new Exporter, Event's are raised 15 years ago
Matt Ward c28d90af65 Added a custom unit test runner sample that supports running MbUnit tests with Gallio. 15 years ago
Mathias Simmack 21366bc84f checking in the Contents control (again) 15 years ago
Mathias Simmack 0990d2cac0 included (with his permission) Sebastian Ullrich's code for the Contents pad 15 years ago
Martin Koníček 8bebbe33fc CodeCompletion after dot shows only extension methods from imported namespaces. If Ctrl+Space is pressed, all extension methods from all referenced projects are shown. 15 years ago
Matt Ward daee118e45 Unit testing addin can now be extended with custom test runners. 15 years ago