6574 Commits (0365a3f26c4f95c3b0ae8a7ca6b7637ec2ca72ab)
 

Author SHA1 Message Date
Matt Ward c56b325727 XML folds are now generated by the XmlLanguageBinding instead of by the ParserService. 15 years ago
Martin Koníček dcf8bd5df4 Commented out previous commit. Will have to do it differently due to RenamedClass - probably get rid of RenamedClass. 15 years ago
Martin Koníček 4a7dc4bf4e Very simple implementation of inserting e.g. "List<" when user selects "List<T>" in CC. Works for C#. 15 years ago
Tomáš Linhart 6af05c8c90 Added Metrics tab which contains Treemap. 15 years ago
Martin Koníček 99a3286f72 Debugger visualizers are loaded from AddInTree. 15 years ago
Tomáš Linhart 86b8e7e9b6 Added WPF Toolkit libraries for TreeMap control. 15 years ago
Tomáš Linhart 89ffbd64b7 MatrixControl now implements IScrollInfo and supports UI virtualization. 15 years ago
Peter Forstmeier 5d5f6a987b Implement IDataItem Interface to have easier access to Images, Images are displayed again 15 years ago
Matt Ward 52cc3ff712 Merged - SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 15 years ago
Matt Ward c3aa874d24 SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 15 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 15 years ago
Christoph Wille bafecf9e86 Fix requestValidation in web.config (happened on conversion to .NET 4.0) 15 years ago
Christoph Wille bfa14cb3a4 Modified dependency copy script 15 years ago
Christoph Wille 88ac00af24 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6421 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 15 years ago
Peter Forstmeier 49c0190dae Implement ComponentChangeService.ComponentRename in all Designers: 15 years ago
Peter Forstmeier 11f809982d cleanup, extend ISimpleContainer with Backcolor to get off cast's 15 years ago
Peter Forstmeier f93debc659 Print Report with GroupHeader 15 years ago
Martin Koníček c2428e204d Context actions UI: made checkboxes more lightweight. 15 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 15 years ago
Martin Koníček 36f79924cb Visible / hidden actions are saved to SharpDevelop properties. 15 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 15 years ago
Martin Koníček 3696b9d6ae Updated Context actions UI. 15 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 15 years ago
Matt Ward 7ddeac739c Update PartCover to version 4.0.10801 15 years ago
Kumar Devvrat ff9486c3d6 Fix a bug where the initial text disappeared when clicking on any other editable text. 15 years ago
Kumar Devvrat 49202257d4 Fix a bug where Outline was not displayed in the first switch to Design tab. 15 years ago
Siegfried Pammer a20f8e7bac fixed similar bug as in rev. 6405, but with Using statements, added unit tests 15 years ago
Kumar Devvrat 86d1e42f90 Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop. 15 years ago
Siegfried Pammer 36591a0942 fixed http://community.sharpdevelop.net/forums/t/11681.aspx 15 years ago
Siegfried Pammer 930702e9af fixed some bugs in VBNetExpressionFinder: 15 years ago
Siegfried Pammer 6f668e1749 fixed bug in EF parser grammar regarding Using statements 15 years ago
Kumar Devvrat 72f208e637 -Add support for custom controls. 15 years ago
Kumar Devvrat e22ed87a60 - Fix a bug which caused a ContentControl to be placed inside another ContentControl when it should not be. 15 years ago
Matt Ward bef6600d56 A form with a base class which is not System.Windows.Forms.Form can now be designed in the IronPython forms designer. 15 years ago
Martin Koníček b169fe6311 - Implemented "Collapse all" context menu item in project browser. 15 years ago
Kumar Devvrat 6b249a878d - Hide the exceptions show by AbstractViewContentHandlingLoadErrors, instead show a friendly error window. 15 years ago
Kumar Devvrat d2a1fe9e83 - Add tests for grid placement and tab/shift+tab navigation. 15 years ago
Siegfried Pammer a797c6740e fixed NullReferenceException in CacheClassAtCaret.GetClass 15 years ago
Siegfried Pammer 017af12002 fixed deadlock in ContextActionsService; added thread safety remarks to BeginParse* methods of ParserService 15 years ago
Tomáš Linhart d21fc2d0c9 MatrixControl is drawn by WPF. 15 years ago
Daniel Grunwald af677c1dc8 Avoid crash when using snippet parser on empty input. Fixes NullReferenceException in ICSharpCode.NRefactory.Parser.CSharp.Parser.ParseBlock. 15 years ago
Siegfried Pammer 6784d914d2 fixed bug in VB Lexer: ParameterList in ExpressionRangeVariable was not recognized 15 years ago
Siegfried Pammer babad5da81 ExpressionFinder: 15 years ago
Martin Koníček 58aa53cd4f Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions. 15 years ago
Martin Koníček 16e22783e9 Fixed build. 15 years ago
Martin Koníček 46060649fb Moved "Add check for null" and "And range check" from context menu to context actions. 15 years ago
Peter Forstmeier 83346ae71e Display GroupHeader in Designer. Filter ReportItemCollection by ItemType 15 years ago
Martin Koníček e0be701baa Refactored EditorContext to allow sharing of data between Context actions. 15 years ago
Tomáš Linhart 11454252ad Added a support for instructions. 15 years ago
Siegfried Pammer 0d977e0a84 moved CallStackPad to WPF; this should fix the repaint problems/errors 15 years ago