最終更新:2023-02-10 (金) 16:33:04 (440d)  

MonoDevelop
Top / MonoDevelop

Mono上で動作する.NET統合開発環境

MonoDevelop is a free GNOME IDE primarily designed for C♯ and other .NET languages.

http://www.monodevelop.com/

バージョン

  • MonoDevelop 7.6?
    2013/03MonoDevelop 4.0.1?Unity 4.3?
    2013/02MonoDevelop 4.0?

対応OS

サポート言語

メモ

The main features of MonoDevelop are:

  • Code Completion. MonoDevelop's intelligent code completion attempts to complete type, method and field names as you're typing. The IDE will automatically get the class information from your source code files and from the libraries referenced in your project.
  • Class Management. MonoDevelop has a class viewer which allows you to list the classes in your project, their methods, and properties. Your namespaces are also kept track of to keep the classes separated.
  • Built-in Help. The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.
  • Project Support. MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.
  • Add-ins. MonoDevelop has a powerful add-in engine, which together with a modular API and a complete set of extension points, provides a seamless platform upon which to build your own development tools. MonoDevelop also provides an Add-in Manager you can use to install add-ins from online repositories.

Windowsへのインストール

必須コンポーネント

Mac OS Xで文字化けする場合

/Library/Frameworks/Mono.framework/Versions/Current/etc/gtk-2.0/gtkrc

の最後の方を変更

#gtk-font-name = "Lucida Grande 12"
gtk-font-name = "Hiragino Kaku Gothic Pro"

そして

/Library/Frameworks/Mono.framework/Versions/Current/etc/pango.aliases

を新規作成して

"Lucida Grande" = "Hiragino Kaku Gothic Pro"

関連

参考