Re: [users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-18 Thread Laurent Etiemble
Hello, The Search/Replace regular expressions can be in MonoDevelop 2.4 by selecting Project Replace in Files. You can also use the Refactor Create Instance Variable menu available when right-clicking on the class declaration. Give a name and a type, it will produce the code. Regards, Laurent

Re: [users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-18 Thread Fabian Kropp
Am 18.03.2011 um 16:58 schrieb Laurent Etiemble: Hello, The Search/Replace regular expressions can be in MonoDevelop 2.4 by selecting Project Replace in Files. That is what i had tried, it didn't find any matches :-( this works - more or less - can't get the newline in ...

Re: [users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-18 Thread Laurent Etiemble
Hello, After reading my notes again, it appears that the regexp was made under Visual Studio. I have updated the tutorial page with a regexp that works under MonoDevelop 2.4. I was unable to produce line breaks, but after Edit Format Format Document the source code is nice. Search:

[users@lists.monobjc.net] [ANN] Monobjc 3.0.1352.0 Release

2011-03-15 Thread Laurent Etiemble
Hello, I am proud to announce that a new release of Monobjc bridge is available ( http://www.monobjc.net/). The Monobjc bridge provides the necessary tools to develop and run .NET applications (written in C#, VB.NET http://vb.net/, etc.) that interact with Objective-C frameworks and libraries