1497 Commits (c09ab8c07238d142bd36b4129794137a5fec7d35)

Author SHA1 Message Date
Kumar Devvrat 49202257d4 Fix a bug where Outline was not displayed in the first switch to Design tab. 15 years ago
Kumar Devvrat 86d1e42f90 Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop. 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
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
Kumar Devvrat a851d04ff9 Add collection editor for editing Menu, TreeView, ListBox, ComboBox items 15 years ago
Martin Koníček 745d903188 Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet. 15 years ago
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 15 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 15 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 15 years ago
Martin Koníček 73d846fa74 Fixed minor bug with context action popup closing. 15 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 15 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 15 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 15 years ago
Kumar Devvrat f722685771 Fix null reference exception. 15 years ago
Kumar Devvrat 89ec55d12f - Fix in-place editor placement and resolve issue when resizing while editing text too;caused an exception due to nested transactions. 15 years ago
Siegfried Pammer 138742401f - improved handling of highlighting of current parameter 15 years ago
Kumar Devvrat 5c91c8bb32 - Add StackPanelPlacementSupport.cs in .csproj to be compiled. 15 years ago
Kumar Devvrat 9d8a8b3add Extend top left drag handle for Image and MediaElement. 15 years ago
Kumar Devvrat 27535f252e - Modify and add more default sizes for controls. 15 years ago
Kumar Devvrat 742659979e - Do not select the outer list box that displays images. 15 years ago
Kumar Devvrat 4f215c6883 Support re-ordering elements in StackPanel. 15 years ago
Philipp Maihart bd6cd43f3a Data Add-In Connection Wizard: new UI 15 years ago
Matt Ward 868420a05e Fixed incorrect relative filenames in setup. Fixed incorrect release output path in projects. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Siegfried Pammer 8ba3ec3ac8 added keyword mapping for VB snippets 15 years ago
Siegfried Pammer 21511453dd fixed isUserModified detection in CodeSnippet 15 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Daniel Grunwald 68a3515a39 Fixed SD-1706 - Windows Forms Designer resets IsDirty flag 15 years ago
Martin Koníček 53f53a3320 First implementation of GUI for editor context actions. 15 years ago
Kumar Devvrat b10fe96942 Reset the corresponding alignment if the both the margins are set by clicking on the handle. 15 years ago
Kumar Devvrat a6dbf4a1e3 Do not change alignment while moving inside grid, only decide alignments when changing the container. 15 years ago
Kumar Devvrat ed83e866e1 Do not create an event when the default event doesn't exist on double clicking an element. 15 years ago
Daniel Grunwald 37e2705abf Fix NullReferenceException in GeneralEditorOptions.SaveOptions when closing options dialog before the font list is fully loaded. 15 years ago
Kumar Devvrat 20fa167774 Bring back ContainerDragHandle and add drag support. 15 years ago
Kumar Devvrat 9787dc9e13 Enable changing margins through mouse-click on the Handle. 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
Kumar Devvrat 65b8191069 - Readjust styles 15 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 15 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Kumar Devvrat 1d94e769fa - Support changing DockPanel.Dock through quick operations. 15 years ago
Kumar Devvrat 42fbcbc050 Fix build 15 years ago
Kumar Devvrat 05151dfa48 - Implement IServiceProvider members in MockViewContent's. Hopefully fixes build. 15 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 15 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 15 years ago
Siegfried Pammer a245aa9cb9 save only changed snippets in the SharpDevelop options 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago