I just upgraded to the latest MonoDevelop (2.8) and upon opening MonoDevelop, it asked to migrate my MonoTouch project to allow it to 开发者_JAVA技巧use XCode 4 with MonoDevelop 2.8.
Is it possible to change the template used by MonoDevelop when you right click a field in C#开发者_JAVA百科 select Refactor -> Encapsulate Field?
I\'m new in monodevelop and I have a question. I have some assemblies developed in Visual开发者_StackOverflow社区 Studio 2010 in C# and I would like to use them with monotouch in Mac, my question is:
I\'m writing a little engine to download text from some .php files, I\'ve done this engine in Visual c# and I haven\'t got problems.
I\'ve been mucking around with MonoTouch and the Xcode interface builder from some sample code which had an interface defined already.
I\'m writing a program in monomac to ftp files to a server. I used the FtpWebRequest as FtpWebRequest request =(FtpWebRequest)WebRequest.Create(\"ftp://serverip/filename\");
I downloaded the Red Laser MonoTouch sample and ran the project in MonoDevelop, I had to first update the solution file so that it would load up in MonoDevelop.
I am trying to build an automatic download, compile & run pro开发者_StackOverflowgram for a project just to make it easier for other users on mac and myself so we do not have to do everything over
In MonoDevelop I\'m creating a \'MonoTouch Single View Application - Universal (Storyboard)\', when I compile the solution I get the following error:
I can commit it fine using the command line and monodevelop has no issue with t开发者_如何学Pythonhe public repo but when i try to push it to github it keeps asking me for the password to idrsa, I hav