2262 Commits (5989e5653ecf23c837e6dc7df9074c64aa50001d)

Author SHA1 Message Date
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 15 years ago
Siegfried Pammer c3b06c0517 CaretHighlightAdorner animation is no longer played when stepping 15 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Daniel Grunwald c744659edb Use same icon for "collapse all" as in search results pad. 15 years ago
Daniel Grunwald c59338ab22 Avoid NullReferenceException in LazyCodeCompletionBinding when binding can not be created. 15 years ago
Siegfried Pammer eece1ecd85 fixed SD-1583 - Finalize() is visible in C# override completion 15 years ago
Siegfried Pammer 66cfa9957e fixed background color of ColorPicker popup 15 years ago
Daniel Grunwald 7b8e65a2d3 Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList. 15 years ago
Eusebiu Marcu 301352be07 add collapse all to unit tests pad 15 years ago
Eusebiu Marcu 0a986b486a Collapse all in project browser pad and class browser pad 15 years ago
Daniel Grunwald 43a01803db Optimize initializing TextDocument. 15 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 15 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 15 years ago
mkonicek c3eb3c38a6 Extend selection works with comments (CTRL+W, will be a command in menu). 15 years ago
Matt Ward 8c0fbdc203 Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open 15 years ago
Siegfried Pammer bbe1cdb13a use WpfDesigner color picker in ColorPicker button 15 years ago
mkonicek dccf197fb0 Editor context actions - Fix: "Check for (not) null" is only offered if the type of the assigned expression is reference type. Now the actions is offered pretty much only in the situations where it makes sense. 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
Siegfried Pammer 9f130b0233 fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception. 15 years ago
Daniel Grunwald b9b8378eae Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus 15 years ago
Matt Ward 9c333a8e6c Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception 15 years ago
Eusebiu Marcu daf172e700 Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion) 15 years ago
Eusebiu Marcu 73b5a6660a Fix SD-1782 - Interaction between bookmarks and breakpoints 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 93cd842df3 Fixed focus problem when opening workbench window containing multiple view contents. 15 years ago
Daniel Grunwald 238c0a2391 Fixed NullReferenceException in MSBuildBasedProject.get_MinimumSolutionVersion() when removing a project from the solution while the build is running. (http://community.sharpdevelop.net/forums/t/12316.aspx) 15 years ago
Daniel Grunwald 32c1efaf0f Revert "fix SD-1743 - Replace all in selection - standard search" 15 years ago
Daniel Grunwald 4b24dd80f8 Fixed commenting out lines selected from the line number margin. 15 years ago
Daniel Grunwald 83c01eee81 Fixed bug that caused Error/Warning markers not to reappear after debugging. 15 years ago
Daniel Grunwald 7bbe5fda50 Fixed keyboard navigation in text editor context menu. 15 years ago
Daniel Grunwald 597309b10d Handle COMException when dragging files from Thunderbird to SharpDevelop (http://community.sharpdevelop.net/forums/t/12271.aspx). 15 years ago
Matt Ward 795f6f88f7 Fix SD-1748 - ArgumentException when saving file using the name of another file already open in the editor 15 years ago
Matt Ward b61b8e72bb Fix null reference exception when selecting Show All Files after adding a new folder and file inside that folder. 15 years ago
Matt Ward e1cc2ab2e4 Fix SD-1718 - Post build events not added to end of project file. 15 years ago
Daniel Grunwald 931436dbb1 Fix SD-1703 - Deleted and removed projects remain in the solution 15 years ago
Daniel Grunwald 533605baf9 Add main menu command for "Add new project to existing solution". 15 years ago
Daniel Grunwald 64c646931c Fixed ArgumentNullException when currentDebugger.GetTooltipControl() returns null. 15 years ago
Daniel Grunwald 73ea786721 Help UDC identifying the location of the bug for AvalonEdit ArgumentOutOfRangeExceptions. 15 years ago
Daniel Grunwald 3f1827d849 Fixed NotSupportedException when using "Options" command in AddIn Manager. 15 years ago
Eusebiu Marcu cede650728 fix SD-1743 - Replace all in selection - standard search 15 years ago
Eusebiu Marcu 177338d47d fix SD-1743 - Replace all in selection - standard search 15 years ago
Daniel Grunwald 4eb879cda0 Avoid crash on invalid version numbers in assembly references. 15 years ago
Eusebiu Marcu 3fb5137762 remove files that are moved to Debugger.AddIn 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
Daniel Grunwald 893b1db554 Fixed expanding project node in classes pad when the project contains missing files. 15 years ago
Matt Ward 1d5f787daa Fix SD-1749 - New File Dialog: cannot scroll in category tree view. 15 years ago
Daniel Grunwald 953b992670 Look for SHFB using environment variable, if possible. 15 years ago
eusebiu bfefd4ed9a fix pinning 15 years ago