Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I noticed on a recent video from Miguel that he was accessing MonoDoc with the contents of http://iosapi.xamarin.com

Is there an install location for MonoDoc (there doesn't seem to be one at http://www.mono-project.com/Documentation that works) that allows us to add http://iosapi.xamarin.com/ to MonoDoc?

Pressing help in MonoDevelop does not seem to open anything.

share|improve this question

3 Answers

up vote 1 down vote accepted

I have submitted a bug fix request to Xamarin and will update this when it is completed.

share|improve this answer

As per this SO answer, I had to run /Applications/MonoDevelop.app/Contents/MacOS/MonoDoc.app/Contents/MacOS/macdoc in Terminal in order for the Help menu item to start working in MonoDevelop.

share|improve this answer

MonoTouch installs the documentation for MonoDoc to use. You do not need to do anything, except hit Help from MonoDevelop

share|improve this answer
1  
I have the Enterprise MonoTouch license with the newest MonoDevelop, but when I select the help menu item nothing happens. Is there something I need to enable to get the documentation? (P.S. I found your Enya-Monotouch-Cat video helpful, please record more if you have time) – BahaiResearch.com Aug 7 '12 at 18:58
Odd, that is part of MonoDevelop. What version of MonoDevelop are you using? – miguel.de.icaza Aug 7 '12 at 19:43
MonoDevelop 3.0.3.5, Mono 2.10.9, Monotouch: 5.2.12, Mac OS X 10.7.4, Human 1.0.1 – BahaiResearch.com Aug 7 '12 at 20:07
Did you select the Help menu item under the Help menu ? the Search item comes from OSX and won't let you find anything from MT. – poupou Aug 8 '12 at 23:36
Me too. I've been asking a question over here stackoverflow.com/q/13242106/132599 about context sensitive help in MonoDevelop. Very confused when trying to follow the answer provided and nothing happens. – David Clarke Nov 8 '12 at 8:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.