Difference between revisions of "MonoDevelop"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(→‎Reference: wikibooks page appears to be gone (possibly merged into C Sharp tutorial))
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
==Reference==
 
==Reference==
 
* [http://www.monodevelop.com/ official web site]
 
* [http://www.monodevelop.com/ official web site]
* [[wikibooks:Programming/LearnByExample/CSharpMonoDevelopGTK|WikiBooks]]
+
 
 +
==Notes==
 +
* '''project files''': MonoDevelop does not register any file-types, so you can't load projects by double-clicking on them; if a project doesn't appear in the "recent" list (or won't open from there because it has been moved), you can open it with '''File->Open...''' and select the '''.mdp''' file.
 +
* The "create new project" dialog is a little confusing:
 +
** The project will live in a folder named after your project, which lives ''underneath'' whatever folder you select. You can't change the name of the final folder; e.g. if you already have a folder called YourProjectName for another version of that project, you can't put the MonoDev project in YourProjectName-MonoDev.
 +
** When you've entered all the necessary information to create the project, you have to press the [New] button to actually create it. This is apparently MonoDev-ish for [Create] or [Ok].

Latest revision as of 18:23, 8 March 2007

Navigation

computing: software: programming: Mono: MonoDevelop

Overview

MonoDevelop is an IDE for Mono.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Reference

Notes

  • project files: MonoDevelop does not register any file-types, so you can't load projects by double-clicking on them; if a project doesn't appear in the "recent" list (or won't open from there because it has been moved), you can open it with File->Open... and select the .mdp file.
  • The "create new project" dialog is a little confusing:
    • The project will live in a folder named after your project, which lives underneath whatever folder you select. You can't change the name of the final folder; e.g. if you already have a folder called YourProjectName for another version of that project, you can't put the MonoDev project in YourProjectName-MonoDev.
    • When you've entered all the necessary information to create the project, you have to press the [New] button to actually create it. This is apparently MonoDev-ish for [Create] or [Ok].