monodevelop
                                
                                
                                
                                    monodevelop copied to clipboard
                            
                            
                            
                        MonoDevelop is a cross platform .NET IDE
Real talk: Gtk# 2.6 shipped in 2005, and we don't support 2.4. This should fix Gtk#2 projects going screwy if you have Gtk#3 installed
We've told people to use "MonoLiraries.msi" for years to satisfy MonoDevelop build dependencies on Windows. This is antique - grabbed from Mono 2.6, signed with an expired Novell Authenticode cert....
Fixes VSTS #515125
Splitting the Docking components into interfaces with the UI components hidden from the world. Doesn't have a Cocoa backend yet, but I'd like to get the interfaces in so I...
We have a huge chaos in file and folder icons. I am trying to clean it up here. As a part of https://github.com/xamarin/icons/issues/194 I cleaned up our special folder references....
Adds feature in our TabStrip to include a new container with a new type of Tabs, the Preview Tabs. They are aligned to the right of the screen. In the...
I don't know why, but we don't exit if the user closes the main IDE window on Mac. Instead we just hide it (we event don't minimize with the typical...
Code is assuming that IUnitTestMarkers [] is never null but I keep hitting this. ``` FATAL ERROR [2018-01-30 10:50:52Z]: An unhandled exception has occured. Terminating Visual Studio? True System.NullReferenceException: Object...
Don't merge yet. Waiting for [FCS merge/bump](https://github.com/fsharp/FSharp.Compiler.Service/pull/841)