2596 Commits (7f0d78b7344599533f32de216dac527741d108ee)

Author SHA1 Message Date
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 71ebb24fcd fixed NullReferenceException in VBNetExpressionFinder.FindFullExpression (Crash #1554) 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
Daniel Grunwald 754cb29bfd Fix off-by-one error in profiler's "Go to definition". 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 3e13c25cb1 Fixed performance issue in Ctrl-Space completion. 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 f6077076b2 Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult) 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
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
Daniel Grunwald 7ec189fc1d Add 200ms timeout to CaretReferencesRenderer. 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 0305d641c8 Fixed distinguishing the virtual and override modifiers when reading from metadata. 15 years ago
Daniel Grunwald a7e0084e09 Fix SD-1692 - Code Competion shows instance members twice 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
Daniel Grunwald 4eb879cda0 Avoid crash on invalid version numbers in assembly references. 15 years ago
Daniel Grunwald 893b1db554 Fixed expanding project node in classes pad when the project contains missing files. 15 years ago
Siegfried Pammer 7c2d283fc5 fixed SD-1751 - Code completion does not show extension methods defined in VB code (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1751&PROJID=4) 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
Daniel Grunwald 5199e8b69d Allow running SharpDevelop from network drives 15 years ago
Siegfried Pammer 1e8057c8ee fixed http://community.sharpdevelop.net/forums/t/12237.aspx 15 years ago
Boris Kozorovitzky 36f3f09689 Allow custom find logic for treenodes 15 years ago