diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2013-10-27 13:12:28 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-27 20:54:00 +0100 |
commit | 89cd61faff607b88387626b7131499119af0c73f (patch) | |
tree | d03f2fe10c00ba6b7a4cb526d365423fe9c98e9c /development/monodevelop/README | |
parent | 9cb9c65dfb5b67518f9e6244b756355c4183abdf (diff) | |
download | slackbuilds-89cd61faff607b88387626b7131499119af0c73f.tar.gz |
development/monodevelop: Updated for version 4.0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/monodevelop/README')
-rw-r--r-- | development/monodevelop/README | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/development/monodevelop/README b/development/monodevelop/README index b229dca1c6..45a0a3c0b8 100644 --- a/development/monodevelop/README +++ b/development/monodevelop/README @@ -1,3 +1,12 @@ -This is MonoDevelop which is intended to be a full-featured integrated -development environment (IDE) for mono and Gtk#. It was originally a -port of SharpDevelop 0.98. +MonoDevelop is a cross-platform IDE primarily designed for C# and +other .NET languages. MonoDevelop enables developers to quickly write +desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. +MonoDevelop makes it easy for developers to port .NET applications +created with Visual Studio to Linux and Mac OSX maintaining a single +code base for all platforms. + +Note: oxygen-gtk causes MonoDevelop source editor to be blank. +A workaround is to use a different GTK2 Theme; Adwaita, +Oxygen-Molecule, QtCurve, etc. +Another workaround is to set OXYGEN_DISABLE_INNER_SHADOWS_HACK=1 +environment variable. |