3571 Commits (4f215c688301fd22d525af206c1da83aaf5c9b2b)

Author SHA1 Message Date
Kumar Devvrat 4f215c6883 Support re-ordering elements in StackPanel. 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
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
Kumar Devvrat 65b8191069 - Readjust styles 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
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
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
Kumar Devvrat 901b1ce927 - Add Context menu with general set of operations. 16 years ago
Kumar Devvrat 9654056635 Indicate number range and type validation in the numeric editor through foreground colour 16 years ago
Kumar Devvrat d6ba95a4b4 Add description for attached properties 16 years ago
Kumar Devvrat 05fa1b13f0 Hide obsolete properties in the grid. 16 years ago
Kumar Devvrat f1e2aa28c8 Support editing attached properties in the property grid. 16 years ago
Kumar Devvrat 0448eb6924 Add editor in the property grid for properties of type ImageSource. 16 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Kumar Devvrat 095af95ea2 Fix issue related to context menu display in the PropertyGrid 16 years ago
Daniel Grunwald 481864c82e Handle error when trying to create a C++ project on a machine without Windows SDK installed. 16 years ago
Daniel Grunwald 1d876d91ee Use global lock when running Boo parser (Boo compiler's type system is static, so we cannot run the parser concurrently for multiple files) 16 years ago
Daniel Grunwald b6cd22bd66 Make editor read-only when opening a read-only file. 16 years ago
Daniel Grunwald 2c084ee84a Cache svn status results; fixes SD2-1672 - Subversion AddIn extremely slow 16 years ago
Daniel Grunwald 65860bf555 UDC: use system time only on startup and then work with timespans relative to that. This ensures we don't collect confusing data if the system time changes while SharpDevelop is running. 16 years ago
Kumar Devvrat fd598d1ea5 Fix bug which caused the edited text to be invisible on clicking outside the element. 16 years ago
Siegfried Pammer c9e82672d8 added additional null checking - possible fix for ExceptionGroupId 126 16 years ago
Mathias Simmack b3d5bd36c4 intercepting DocumentComplete to hide the lightweight TOC in the help content (required after using Search, for example) 16 years ago
Matt Ward bd0975ba7d Code coverage addin now uses the new text editor - AvalonEdit. 16 years ago
Mathias Simmack 696120c74a some Combobox improvements in the Search pad (MRU ability, reverse order for saved terms) 16 years ago
Matt Ward d4d0a1aaed Added option to generate Visual Studio style event handlers in the Windows Forms designer. 16 years ago
Kumar Devvrat e89cfde038 Add In-place editor, can edit any text in the designer which is wrapped under a TextBlock in the visual tree for example Window.Title, Button.Content, Label etc. 16 years ago
Matt Ward 898237df05 Python addin now recognises tests that use the unittest2 library. 16 years ago
Kumar Devvrat 7f41404e6e Bind to actual height/width rather than height/width. 16 years ago
Martin Koníček a2034b31db CodeCompletion window is empty when no EmptyText is set. 16 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 16 years ago
Mathias Simmack da52443f3c replaced TextBox by ComboBox in the Search pad 16 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 16 years ago
Martin Koníček 0d742ce90f Commented out the style for SharpDevelopCompletionWindow so that the "Set property 'System.Windows.Setter.Property' threw an exception.' Value cannot be null." crash in ctor of CompletionWindow dissapears. 16 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 16 years ago
Tomáš Linhart f71f35b7c5 Created basic ingtegration of CodeQualityAnalysis AddIn to SharpDevelop. 16 years ago
Tomáš Linhart 19b4d75de9 Initial commit of Code Quality Analysis AddIn. 16 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. 16 years ago
Daniel Grunwald 67c9a984b9 Fix SD2-1669: Exception when opening DatabasesTreeViewPad 16 years ago
Daniel Grunwald 6378f749d5 UDC: Upload name of feature branch 16 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 16 years ago
Mathias Simmack dd5980e682 fixed exception when opening the options dialog with no catalogs installed 16 years ago