1497 Commits (c09ab8c07238d142bd36b4129794137a5fec7d35)

Author SHA1 Message Date
Siegfried Pammer d01ae06ee0 improve information provided in WpfDocumentError 14 years ago
Siegfried Pammer 8ffb5462d8 fix SD-1816 - Forms Designer generates invalid code when targeting previous versions of .NET 14 years ago
PeterForstmeier 731dc8870d Sql Server 2005 is back 14 years ago
Siegfried Pammer c6e87d5b03 remove unused code from ConnectionWizardWindow and properly implement exception handling 14 years ago
PeterForstmeier 620f473b2a Cleanup 14 years ago
PeterForstmeier 7a340184f8 Database Tools, Fix: http://community.sharpdevelop.net/forums/p/12955/37213.aspx#37213 14 years ago
Siegfried Pammer 3b601df39b implement a version check in the SQLServerDatabaseDriver. Versions 2000 and 2005 are no longer supported. 14 years ago
Daniel Grunwald eadbd3d3c0 LineNumberMargin: align baselines of line number and main text 14 years ago
Siegfried Pammer 732db6e2e7 fix possible NullReferenceException in HiddenDefinitionRenderer 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Siegfried Pammer 4c6bbb31be small improvements on ILSpy integration: 14 years ago
Daniel Grunwald 68f75c067b Fix SD-1872 - Forms Designer is unbearably slow in 4.2 14 years ago
Siegfried Pammer 71fbb38182 fix SD-1875 - "Copy" command in context menu on values in debugger tooltips does not work correctly 14 years ago
Siegfried Pammer 394166496e added AutoInsertBlockEnd option to options dialog 14 years ago
Siegfried Pammer 71db1c62ac fix NullReferenceException in DisplayCaretHighlightAnimation 14 years ago
Siegfried Pammer ac717c602d allow ShowHiddenDefinitions to be used independently from HighlightBrackets setting 14 years ago
Siegfried Pammer 6bbb231db8 add EnableVirtualSpace setting to options dialog 14 years ago
Matt Ward fcd870f77d Fix argument null exception in caret references renderer when finding references and last resolve result has been set to null. 14 years ago
Siegfried Pammer 3c7c5d703f fix SD-1873 - Unhandled WPF Exception when deleting text in text editor 14 years ago
Siegfried Pammer 63bbc50e24 fixed some compiler warnings 14 years ago
Siegfried Pammer 4457c68054 integrate changes for virtual space into SharpDevelop 14 years ago
Siegfried Pammer fd4a575bd9 fix SD-1489 - Document reload due to external changes removes all bookmarks 14 years ago
Siegfried Pammer d579a21ab7 add using-snippet 14 years ago
Siegfried Pammer 8b6d1d6a39 implement Ctrl+Shift+W - shrink selection; move CodeManipulation to CSharpBinding 14 years ago
Siegfried Pammer 3da54df351 finish CreateProperties code generator 14 years ago
Siegfried Pammer 40ae341392 implement localization of SearchPanel in SharpDevelop 14 years ago
Siegfried Pammer d33c4781c8 small addition to fix SD-1862 - Folding tooltip text should be truncated, if too long 14 years ago
Daniel Grunwald 2e063ef04c Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485). 14 years ago
Siegfried Pammer 6615fb1b38 add usage tracking to Hex Editor 14 years ago
Siegfried Pammer 891d09ae30 fix display problem in hex editor 14 years ago
Siegfried Pammer c8ad6e1eca Remove incremental search from AvalonEdit.AddIn 14 years ago
Siegfried Pammer 713e43efc7 remove search commands from the TextAreaDefaultInputHandlers; register SearchInputHandler manually -> we don't want Ctrl+F in every AE instance (e.g. Condition-Field in BreakpointsPad) 14 years ago
Daniel Grunwald 5843b2b30b Add support for <MenuItem type="CheckBox"/> in WPF menus. 14 years ago
Daniel Grunwald aa83bf1c44 Don't show folding region tooltip when the mouse hovers behind the collapsed section (after the end of line). 14 years ago
Daniel Grunwald 677f69bf46 Avoid redundant repainting of the IconBarMargin. 14 years ago
Daniel Grunwald 6aaaadd81f IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run). 14 years ago
Daniel Grunwald 9f70a1fb76 Fixed NullReferenceException in CodeManipulation.ExtendSelection. 14 years ago
Matt Ward eebe2e928c Reformat code. 14 years ago
Matt Ward f0ab34006f Stop WPF designer from reformatting XAML in text editor when nothing is changed in the designer. 14 years ago
Daniel Grunwald e2e52d35d5 Fixed crash when opening an invalid file in the settings editor (using AbstractViewContentHandlingLoadErrors). 14 years ago
Siegfried Pammer e97f4aa88b fix memory leak in ChangeMarkerMargin: IChangeWatcher was never disposed after the document was closed. 14 years ago
Daniel Grunwald ced227b8ab Fix NullReferenceException when opening split view after enabling the "change margin" setting. 14 years ago
Siegfried Pammer d01a87961a implement SD-1855 - Add option for disabling ChangeMarkerMargin 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 a32eb48327 Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin 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