1497 Commits (c09ab8c07238d142bd36b4129794137a5fec7d35)

Author SHA1 Message Date
Daniel Grunwald 0dd221f463 Fixed CaretHighlightAdorner animation. 15 years ago
Siegfried Pammer e9ea4767b7 replaced CaretHighlight control by animated rectangle geometry 15 years ago
Siegfried Pammer bc4c41c036 renamed FocusHighlight to CaretHighlight to avoid confusion 15 years ago
Siegfried Pammer 274f6d6596 added an option to deactivate the focus highlight 15 years ago
Siegfried Pammer e379983c8a display a focus highlight when moving the caret by JumpTo() 15 years ago
Daniel Grunwald 1d25ed2fd1 Fix bug in WPF designer: ChangeGroup was left open when creating a control by clicking on the design surface (http://community.sharpdevelop.net/forums/t/12410.aspx) 15 years ago
Matt Ward be8c299f6a WPF designer now looks in project references for assemblies when opening the designer. 15 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 15 years ago
Daniel Grunwald 84ed7ca178 Avoid test failure on build server when unit tests for several branches are running concurrently. 15 years ago
mkonicek 1681740ef4 Move statement up/down - basic version with comments. 15 years ago
mkonicek 27306d3f29 Move statement - moves also class members up/down. 15 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 15 years ago
Siegfried Pammer ef888b4c22 SD-1592: color of line numbers is now customisable 15 years ago
mkonicek 3eb705c21f Extend selection - refactoring. 15 years ago
Siegfried Pammer d7a6c74a91 SD-1592: color for non-printable characters is now customisable 15 years ago
mkonicek bb888bf171 Extend selection - moved to separate file. 15 years ago
mkonicek a201a4b412 Extend selection - fix for one-line methods. 15 years ago
mkonicek c3eb3c38a6 Extend selection works with comments (CTRL+W, will be a command in menu). 15 years ago
Siegfried Pammer b467d76b21 updated default colors for BracketHighlightRenderer (now with transparency) 15 years ago
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
Siegfried Pammer f5a56a05bd SD-1592: color used for bracket highlighting is now customisable 15 years ago
Daniel Grunwald 7ec189fc1d Add 200ms timeout to CaretReferencesRenderer. 15 years ago
mkonicek 2a826a7a5f Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!) 15 years ago
Eusebiu Marcu 1c446023e1 Fix SD-701 - Moving the mouse over multiple references to the same object leaves the tooltip displayed 15 years ago
Daniel Grunwald 3b45327b37 Fix SD-1787 - Memory Leak in ContextActionsBulbPopup 15 years ago
Daniel Grunwald 12f96be5bf Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo() 15 years ago
Matt Ward 10b427cfaf Fix SD-1657 - Grid adorner - File no longer marked as dirty when just moving the mouse over the column header. 15 years ago
Daniel Grunwald e9079036d7 Fix SD-1740 - Generating same event handler twice in WPF designer 15 years ago
Daniel Grunwald d6b864e5ce Fix SD-1737 - Keyboard shortcuts do not work in WinForms Designer 15 years ago
Daniel Grunwald e7fbe12b24 Fixed forms designer not updating toolbar status when selecting controls / changing properties. 15 years ago
Daniel Grunwald 4f4f67135b Fix SD-1763 - Code completion is active even when it is disabled in the options 15 years ago
Daniel Grunwald 73684b9a45 Fixed build. 15 years ago
Daniel Grunwald d5aaa9df39 Fixed interaction between snippets with bound elements and Undo/Redo. 15 years ago
Daniel Grunwald 4eb879cda0 Avoid crash on invalid version numbers in assembly references. 15 years ago
Daniel Grunwald 2516d10889 Make Boo regex literal a span 15 years ago
Matt Ward b7c5d1f128 Fix SD-1754 - Forms Designer should use case insensitive method name comparison for VB 15 years ago
Matt Ward 5e98f8f577 Fix bug introduced in last commit - return value from ProjectService.FindProjectContainingFile instead of null. 15 years ago
Matt Ward 7929de1418 Fix SD-1760 - NullReferenceException when double-clicking button in WPF designer when .xaml file does not belong to a project 15 years ago
Daniel Grunwald 19d03f6b28 SettingsEditor: added support for VB.NET "My.Settings" 15 years ago
Daniel Grunwald e032e042a7 Settings editor: update the app.config file. 15 years ago
Daniel Grunwald 0f0ada0c78 Add template for new .settings file. 15 years ago
Daniel Grunwald a4797dcb1a Re-enable settings editor. 15 years ago
eusebiu af9798ef45 Edit Pin control v0.1 15 years ago
Daniel Grunwald 046dac649d Fixed NullReferenceException in ICSharpCode.Data.EDMDesigner.Core.IO.SSDLIO.WriteXElement when wizard is cancelled. 15 years ago
Daniel Grunwald 8c1f9b3a02 Adjust unit tests to IViewContent interface change. 15 years ago
Daniel Grunwald d339654cdc Fixed synchronization between OpenedFile.IsDirty and UndoStack.IsOriginalFile. 15 years ago
Daniel Grunwald 9f506bf2c6 AvalonEdit default style: since we specify an explicit background color, also specify the foreground color. 15 years ago
Daniel Grunwald 4ef89926d0 Remove TextEditor.HideScrollBar() and expose {Horizontal,Vertical}ScrollBarVisibility properties instead. 15 years ago
Daniel Grunwald 45d3a71730 Add workaround for ArgumentNullException in FormsDesignerViewContent.ShowSourceCode. 15 years ago
Daniel Grunwald bb227dbb21 Fixed compiler warnings 15 years ago