8447 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)
 

Author SHA1 Message Date
Daniel Grunwald db502cb7ad Ignore error when trying to load a malformed project memento. 14 years ago
Daniel Grunwald ced227b8ab Fix NullReferenceException when opening split view after enabling the "change margin" setting. 14 years ago
Daniel Grunwald b0051f4960 Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing 14 years ago
peterforstmeier 07700c7175 Change property RightToLeft to RTL because of inheritance trouble 14 years ago
Siegfried Pammer d01a87961a implement SD-1855 - Add option for disabling ChangeMarkerMargin 14 years ago
Matt Ward c692824b5d Resolve assemblies referenced by T4 templates that are not referenced by the project. 14 years ago
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 14 years ago
Daniel Grunwald c67e7b2394 WPF Designer: Fixed "Cannot undo when item is moved inside outline view" (http://community.sharpdevelop.net/forums/t/13247.aspx) 14 years ago
Daniel Grunwald c1ba2b7a41 WPF Designer: Fixed "Cannot move multiple controls" (http://community.sharpdevelop.net/forums/t/13250.aspx) 14 years ago
Daniel Grunwald acefecc74e Ignore ExternalException when clipboard cannot be opened for pasting. 14 years ago
Daniel Grunwald 18b03738c2 Fix ArgumentOutOfRangeException in TypeInference when a class is being used with an incorrect number of type arguments (http://community.sharpdevelop.net/forums/t/13134.aspx) 14 years ago
Daniel Grunwald 99b802c134 Fixed 'toggle bookmark' command. 14 years ago
Daniel Grunwald a32eb48327 Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin 14 years ago
Daniel Grunwald 3a6ef5746a Handle ObjectDisposedException in VBNetCompilationUnit.get_OptionInfer 14 years ago
Matt Ward 94b19a39cf Fix parser exception when a T4 template includes another T4 template with a class feature block. 14 years ago
Siegfried Pammer 2dfbaffa45 fix http://community.sharpdevelop.net/forums/t/13749.aspx 14 years ago
Daniel Grunwald a8a16ef26f Fixed crash when closing Add Reference dialog while search is still running. 14 years ago
Siegfried Pammer c27f08fc70 fix SD-1815 - SharpDevelop hangs when searching entire project that contains a file with only one character (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1815&PROJID=4) 14 years ago
Daniel Grunwald 084de7e917 Merge branch 'eusebiu/DebugDecompilation' into master. 14 years ago
Eusebiu Marcu 93948ebc56 Show tooltip pins only for frames with symbols (source exists). 14 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 14 years ago
Eusebiu Marcu 3963965559 Force reclaiming decompilation memory. 14 years ago
Eusebiu Marcu 5dab783842 Properly resolve local assemblies. 14 years ago
Eusebiu Marcu 6cac9f69ad Remove decompilation data when view content is disposed. 14 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 14 years ago
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 14 years ago
Siegfried Pammer 5ef85c6c5e fix SD-1849 - Unhandled exception when replacing all text in text editor (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1849&PROJID=4) 14 years ago
Siegfried Pammer 50a678c30c fix bugs in FormLocationHelper if working on high DPI displays 14 years ago
Siegfried Pammer 9dc3902892 fix SD-1554 - AvalonDock: windows placed on the second screen stay there even when unplugged (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1554&PROJID=4) 14 years ago
Matt Ward 788044949c Fix ordering of OK and cancel buttons on Select Projects dialog. 14 years ago
Siegfried Pammer 8f6fa645cf fix SD-1774 - Floating and AutoHide windows are reset to Docked state when BringPadToFront() is called (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1774&PROJID=4) 14 years ago
Siegfried Pammer 3bb6b1fab2 fix non-disposed change watcher on file rename 14 years ago
Siegfried Pammer a40960c9d5 fix http://community.sharpdevelop.net/forums/t/13742.aspx 14 years ago
Daniel Grunwald 6fc1d200d4 Dispose ProjectChangeWatcher when solution is disposed. 14 years ago
Siegfried Pammer d5f606eda2 SD-1847 - Search Results should use same font as the text editor (http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4) 14 years ago
Siegfried Pammer 74ff5b60f4 fix SD-1833 - Method Insight popup exceeds screen (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4) 14 years ago
peterforstmeier 355ac48390 Update Sample, small changes from FxCop 14 years ago
peterforstmeier 4ea91aa6de SqlParameters, remove dead code 14 years ago
Daniel Grunwald dfef26e0b0 Merge branch '4.1' into master (4.2) 14 years ago
Siegfried Pammer 37516c1a01 disable ReferenceNode, ReferenceFolder and other node actions in Project Browser if project is readonly 14 years ago
Matt Ward 302718ecfa Support defining the primary place holder ID when generating ASP.NET MVC ASPX pages. 14 years ago
Matt Ward d504eb9f1a Set default master page when selecting ASPX view engine in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward 27924e0199 Support generating ASP.NET MVC content pages from T4 templates. 14 years ago
Matt Ward c2a505b93d Add Razor layout and ASP.NET master page options to ASP.NET MVC Add View dialog. 14 years ago
Daniel Grunwald f9dfd7811c Fix RGB <-> HSV conversion. 14 years ago
Matt Ward 6560b99a46 Do not show Visual Basic classes from My namespace in model lists in ASP.NET MVC Add View dialog. 14 years ago
Daniel Grunwald 4f5fc89e8f Handle FileNotFoundException when file gets deleted/renamed while a background parse operation for that file is starting. 14 years ago
Matt Ward 280a79ad9b Do not show HttpApplication derived class in list of models in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward b6c483150a Do not show controllers in list of models in ASP.NET MVC Add View dialog. 14 years ago
Daniel Grunwald 392871bf63 Save width+height of floating pad using invariant culture. 14 years ago