icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Fixed DropShadow issue in NavigatorWindowStyle & added multi view edit to the CodeEditor #564

Closed abdelkarim closed 9 years ago

abdelkarim commented 10 years ago

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the #develop open source product (the "Contribution"). My Contribution is licensed under the MIT License.

Fixed an issue with the DropShadowEffect in the NavigatorWindowStyle of AvalonDock.

_Before_ sd_before_window

_After_ After

Tweaked the the right margin for membersComboBox of the QuickClassBrowser.

Before After

margin_before | margin_after

Added multi view edit to the to the code editor, _For this one I need more help for better integration because I don't understand everything around Avalond Editor_

editor_multiview

siegfriedpammer commented 9 years ago

I've only picked the changes regarding drop shadow and the QuickClassBrowser, because the editor's split view was removed recently. Thanks for your contribution!