Difference between revisions of "MonoDevelop"
Jump to navigation
Jump to search
(→Reference: notes: project files) |
|||
Line 6: | Line 6: | ||
* [http://www.monodevelop.com/ official web site] | * [http://www.monodevelop.com/ official web site] | ||
* [[wikibooks:Programming/LearnByExample/CSharpMonoDevelopGTK|WikiBooks]] | * [[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. |
Revision as of 21:51, 14 November 2006
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.