1048 Commits (5c91c8bb320af6913f4ee486f84bd14dd57398e8)

Author SHA1 Message Date
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 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
Daniel Grunwald f9ed7c06df Remove all ctrl+alt+letter shortcuts. These conflict with text input methods on some keyboard layouts (e.g. Ctrl+Alt+Q='@' on German keyboard; Ctrl+Alt+B='{' on Slovenian, etc.). 16 years ago
Kumar Devvrat 0448eb6924 Add editor in the property grid for properties of type ImageSource. 16 years ago
Kumar Devvrat 095af95ea2 Fix issue related to context menu display in the PropertyGrid 16 years ago
Daniel Grunwald b6cd22bd66 Make editor read-only when opening a read-only file. 16 years ago
Kumar Devvrat fd598d1ea5 Fix bug which caused the edited text to be invisible on clicking outside the element. 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
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
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
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 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 16 years ago
Kumar Devvrat b134b6ff0d Round height/width in SizeDisplay 16 years ago
Kumar Devvrat 4ee75a37cd Add size display for primary selection. 16 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 16 years ago
Kumar Devvrat aaf0463086 Add margin display in the handle 16 years ago
Kumar Devvrat 6b031226b9 Add margin-handle and stub 16 years ago
Kumar Devvrat 5f5cd03d89 Change border brush for Panels to DimGray 16 years ago
Kumar Devvrat d52f29092b Add resize ability across the full border and give solid outline around selected elements 16 years ago
Kumar Devvrat 868f37138b Fix bugs 16 years ago
Kumar Devvrat 6ecd265791 - Removed selection of RowDefinitions/ColumnDefinitions from GridRailAdorner 16 years ago
Kumar Devvrat 42e3c962fc Fix build for Mirador - WPF Designer branch 16 years ago
Kumar Devvrat 5fe2988ee0 Fix error in commit:5827 16 years ago
Kumar Devvrat a481519d82 Filter DefaultEvent for controls derived from ItemsControl : Menu, TreeView, StatusBar 16 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. 16 years ago
Siegfried Pammer 1bdc261692 change alpha channel of bracket highlighting colors 16 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 16 years ago
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 16 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. 16 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 16 years ago
Martin Koníček 51f65cb98c Fixed build, sorry. 16 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 16 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 16 years ago
Martin Koníček 16c0871796 Highlight references to expression under caret - changed the color to light blue. 16 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 16 years ago
Martin Koníček 04fbe5ad03 Switch snippet code improved based on Daniel's advice. 16 years ago
Martin Koníček de1fefa9a9 Implemented switch snippet which inserts switch body dependent on switch condition. For enum condition prefills are enum cases. For non-enum condition inserts generic switch body with one case, like the old snippet. 16 years ago
Matt Ward b48dc4a228 Prevent xml.xsd from being downloaded whilst running xml editor unit tests. 16 years ago
Daniel Grunwald 44de5f2def Fixed build. 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Daniel Grunwald b6cea6adb3 Fixed "is assembly in GAC" check for .NET 4 assemblies (thanks to Feng Chen). 16 years ago