1058 Commits (6bbac6dd41ece1b7ab7e77bb533873b6e0ffb768)

Author SHA1 Message Date
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 16 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 16 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 16 years ago
Martin Koníček 73d846fa74 Fixed minor bug with context action popup closing. 16 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 16 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 16 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 16 years ago
Kumar Devvrat f722685771 Fix null reference exception. 16 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. 16 years ago
Siegfried Pammer 138742401f - improved handling of highlighting of current parameter 16 years ago
Kumar Devvrat 5c91c8bb32 - Add StackPanelPlacementSupport.cs in .csproj to be compiled. 16 years ago
Kumar Devvrat 9d8a8b3add Extend top left drag handle for Image and MediaElement. 16 years ago
Kumar Devvrat 27535f252e - Modify and add more default sizes for controls. 16 years ago
Kumar Devvrat 742659979e - Do not select the outer list box that displays images. 16 years ago
Kumar Devvrat 4f215c6883 Support re-ordering elements in StackPanel. 16 years ago
Philipp Maihart bd6cd43f3a Data Add-In Connection Wizard: new UI 16 years ago
Matt Ward 868420a05e Fixed incorrect relative filenames in setup. Fixed incorrect release output path in projects. 16 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Siegfried Pammer 8ba3ec3ac8 added keyword mapping for VB snippets 16 years ago
Siegfried Pammer 21511453dd fixed isUserModified detection in CodeSnippet 16 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 16 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 16 years ago
Daniel Grunwald 68a3515a39 Fixed SD-1706 - Windows Forms Designer resets IsDirty flag 16 years ago
Martin Koníček 53f53a3320 First implementation of GUI for editor context actions. 16 years ago
Kumar Devvrat b10fe96942 Reset the corresponding alignment if the both the margins are set by clicking on the handle. 16 years ago
Kumar Devvrat a6dbf4a1e3 Do not change alignment while moving inside grid, only decide alignments when changing the container. 16 years ago
Kumar Devvrat ed83e866e1 Do not create an event when the default event doesn't exist on double clicking an element. 16 years ago
Daniel Grunwald 37e2705abf Fix NullReferenceException in GeneralEditorOptions.SaveOptions when closing options dialog before the font list is fully loaded. 16 years ago
Kumar Devvrat 20fa167774 Bring back ContainerDragHandle and add drag support. 16 years ago
Kumar Devvrat 9787dc9e13 Enable changing margins through mouse-click on the Handle. 16 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 16 years ago
Kumar Devvrat 65b8191069 - Readjust styles 16 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 16 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 16 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 16 years ago
Kumar Devvrat 1d94e769fa - Support changing DockPanel.Dock through quick operations. 16 years ago
Kumar Devvrat 42fbcbc050 Fix build 16 years ago
Kumar Devvrat 05151dfa48 - Implement IServiceProvider members in MockViewContent's. Hopefully fixes build. 16 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 16 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 16 years ago
Siegfried Pammer a245aa9cb9 save only changed snippets in the SharpDevelop options 16 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 16 years ago
Siegfried Pammer e89b10cea5 added code snippets for Try-Catch and Using and Properties 16 years ago
Kumar Devvrat d7ee6b9f51 - Set tooltips for Grid unit selectors and in-place editor. 16 years ago
Kumar Devvrat 3cfef6401f - Add a QuickOperationMenu for changing quickly properties and take some action which is attachable to the primary selection. 16 years ago
Martin Koníček ba590ca416 Shortcuts: 16 years ago
Kumar Devvrat 7420a7907e - Turn SizeDisplay on when the element is resized and hide margin handles at the time. 16 years ago
Kumar Devvrat 54b533eacf Add possible null checks 16 years ago
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 16 years ago
Siegfried Pammer 2868186abc - added some code snippets for loops and conditional statements 16 years ago