5568 Commits (181f2f0372764b144ee87db64d1d126fb1387b5b)
 

Author SHA1 Message Date
Mathias Simmack 181f2f0372 new properties for the Help3Catalog class and translatable messages and labels 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
Mathias Simmack 34a8c8b85f new property for catalog class replaces the ToString() usage, fixed a misspelling in a debug message, options dialog uses data binding 15 years ago
Siegfried Pammer f3ef3d92f8 Integrated HelpViewer by Mathias Simmack into setup and removed old HtmlHelp2 15 years ago
Mathias Simmack a4dc802016 set core classes to public, fixed a bug in the search help URL and removed the DisplayCatalog menu command 15 years ago
Mathias Simmack c24ceaf5c3 renamed a few methods and includes the HelpLibraryManager.cs class (unused at this point) 15 years ago
Kumar Devvrat 868f37138b Fix bugs 15 years ago
Mathias Simmack d08b0f4968 fixed a probleme with the BrowserScheme extension and a few minor problems 15 years ago
Mathias Simmack 22ef602258 ShowErrorHelpCommand included and HelpMenu.cs renamed into Commands.cs 15 years ago
Mathias Simmack 608d54ffdf checked in the initial version of the new HelpViewer addin 15 years ago
Kumar Devvrat 5fe2988ee0 Fix error in commit:5827 15 years ago
Kumar Devvrat a481519d82 Filter DefaultEvent for controls derived from ItemsControl : Menu, TreeView, StatusBar 15 years ago
Kumar Devvrat b650045eb2 Fix bug : clicking on a selected control, if two or more controls were already selected in WPF designer did not change the selection. 15 years ago
Daniel Grunwald 355b7e9cf3 Add SharpDevelop.TargetingPack.targets to setup. 15 years ago
Daniel Grunwald 3516730165 StartPage: Move check if solution files still exist onto a background thread (solutions might be stored on slow network drive) 15 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 15 years ago
Daniel Grunwald 83c2b6bfa5 Fixed build. 15 years ago
Martin Koníček af05c72001 CodeCompletion shows only imported extension methods again (original behavior). Will show all available extension methods on Ctrl+Space. 15 years ago
Daniel Grunwald 841d20461a Fixed build order. 15 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 15 years ago
Daniel Grunwald 2b0a47d089 Merge /branches/3.0 to /trunk. 15 years ago
Daniel Grunwald 91e9ba0b9e C# parser: add support for named arguments in attributes. 15 years ago
Daniel Grunwald 3f1cc8907b Update string resources. 15 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 15 years ago
Daniel Grunwald 95544ce215 AvalonEdit Rope: Corrections for XML documentation. 15 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 15 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 15 years ago
Daniel Grunwald f3999228f2 Handle ProjectStartException when starting project with profiler. 15 years ago
Peter Forstmeier ed9a8b114b Add UnitTest's for ExportItemsConverter 15 years ago
Daniel Grunwald 92885625d8 Fixed SD2-1667: Putting caret into "dynamic" causes ArgumentNullException 15 years ago
Daniel Grunwald b7c912794f Fixed SD2-1666: Arrays of dynamic don't show code completion 15 years ago
Daniel Grunwald 780118df8a Update to Mono.Cecil 0.9.2 (commit f59c382). 15 years ago
Daniel Grunwald f2d8009bac Fixed NullReferenceException in TypeResolveResult.IsReferenceTo. 15 years ago
Daniel Grunwald b1098071ce Fixed ArgumentException in TextView.Redraw when deleting line in XML document. 15 years ago
Daniel Grunwald 18177903cf XamlOutlineContentHost: update outline view only if parse info of the correct file was updated (previously was updating whenever there was any new parse info) 15 years ago
Martin Koníček 91c48d4c30 Fixed bug in CodeCompletion filtering by substring. 15 years ago
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 15 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 15 years ago
Daniel Grunwald 67d1aa96d3 AvalonEdit: add TextEditor.IsModified property 15 years ago
Martin Koníček a9e7a20482 CodeCompletion optimization - as the user types, the filtered result is filtered again instead of always filtering the whole completion data. 15 years ago
Martin Koníček b0624e744f Show fully qualified type names in CC tooltip (to distinguish between more types with same name in the CC list). 15 years ago
Martin Koníček 4dc5cc48e6 The new auto-insert-using CodeCompletion now works for Extension methods too. 15 years ago
Martin Koníček 42b6e29d80 Fixes failing XAML test (caused by change in CodeCompletionItem.Complete()). 15 years ago
Peter Forstmeier 4f0bca3401 Cleanup 15 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 15 years ago
Martin Koníček c9c3931ba4 CC shows all types from all referenced assemblies. If type which is missing using is selected, the using is added automatically. TODO make work for extension methods. 15 years ago