Re: [Mono-dev] good IDE tool to work with MONO source codes in Linux?

2005-12-11 Thread Curtis Wensley
Since most of mono is written in C#, x-develop might be good for  
you.  Has awesome code completion svn/cvs and nunit integration.  I  
use it for all my c# work on both windows and linux (and currenly osx  
since my x86 machine died).  I like it MUCH better than vs.net  
actually, and it uses the same project/solution format as vs.net  
which makes it easy to move over.


http://www.omnicore.com/xdevelop.htm

Cheers,
Curtis.

On 9-Dec-05, at 10:26 AM, Okehee Goh wrote:


Hello,
My question is quite off from this list. I'm sorry about that.

When work with Mono's windows version using Visual studio in  
windows, the working environment was quite good.
After switching to Linux version for some experiment , it becomes  
quite difficult because only tool i use is vi editor and gdb.
Is there good IDE tool to work with MONO source codes in Linux (not  
for C# , but for mono codes)?


When googled, i got anjuta. But, I'm a little afraid that it  
might be hard to make integrated working environment for huge mono  
project with the tool?


Thanks for any tip.

Regards,

Okehee
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Console programs doesn't finish

2005-12-11 Thread Andrés G. Aragoneses
Hello. I have a strange problem. If I use mono in my Mandriva box my 
programs doesn't finish, I mean, they keep blocked when the execution 
should end. With my SUSE 10.0 they work perfectly, they die when they 
should. But with Mandriva I have to hit CTRL+C to go back to the prompt.


SUSE version:

 mono --version
Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and 
Contributors. www.mono-project.com

TLS:   normal
GC:Included Boehm (with typed GC)
SIGSEGV  : normal

Mandriva version:

# mono --version
Mono JIT compiler version 1.1.9.1, (C) 2002-2005 Novell, Inc and 
Contributors. www.mono-project.com

TLS:   __thread
GC:Included Boehm (with typed GC)
SIGSEGV  : normal
Globalization: normal

My sample program:

// project created on 10/12/2005 at 21:42
using System;

class MainClass
{
public static void Main(string[] args)
{
Console.WriteLine(Hello World!);
}
}

Does anybody know why?

Thanks in advance,

Andrew  [ knocte ]

--



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Console programs doesn't finish

2005-12-11 Thread Carlos Solorzano
I don't know if this is the same problem as I have but basically my  
programs finish, the last line in Main runs but yet control never  
returns to the shell, the mono processes stay running. I have not  
found yet what causes that problem yet or have an small example to  
file a bug with.


--Carlos

On Dec 10, 2005, at 2:49 PM, Andrés G. Aragoneses wrote:

Hello. I have a strange problem. If I use mono in my Mandriva box  
my programs doesn't finish, I mean, they keep blocked when the  
execution should end. With my SUSE 10.0 they work perfectly, they  
die when they should. But with Mandriva I have to hit CTRL+C to go  
back to the prompt.


SUSE version:

 mono --version
Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and  
Contributors. www.mono-project.com

TLS:   normal
GC:Included Boehm (with typed GC)
SIGSEGV  : normal

Mandriva version:

# mono --version
Mono JIT compiler version 1.1.9.1, (C) 2002-2005 Novell, Inc and  
Contributors. www.mono-project.com

TLS:   __thread
GC:Included Boehm (with typed GC)
SIGSEGV  : normal
Globalization: normal

My sample program:

// project created on 10/12/2005 at 21:42
using System;

class MainClass
{
public static void Main(string[] args)
{
Console.WriteLine(Hello World!);
}
}

Does anybody know why?

Thanks in advance,

Andrew  [ knocte ]

--



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] good IDE tool to work with MONO source codes in Linux?

2005-12-11 Thread ted leslie


i love slickedit because (as you say you like VI) and slickedit allows you to vi
inside the GUI windows, kinda nice!
not sure how x-develop and slickedit compare however, or if x-dev has VI mode 
as well.

-tl

On Sun, 11 Dec 2005 00:06:54 -0800
Curtis Wensley [EMAIL PROTECTED] wrote:

 Since most of mono is written in C#, x-develop might be good for  
 you.  Has awesome code completion svn/cvs and nunit integration.  I  
 use it for all my c# work on both windows and linux (and currenly osx  
 since my x86 machine died).  I like it MUCH better than vs.net  
 actually, and it uses the same project/solution format as vs.net  
 which makes it easy to move over.
 
 http://www.omnicore.com/xdevelop.htm
 
 Cheers,
 Curtis.
 
 On 9-Dec-05, at 10:26 AM, Okehee Goh wrote:
 
  Hello,
  My question is quite off from this list. I'm sorry about that.
 
  When work with Mono's windows version using Visual studio in  
  windows, the working environment was quite good.
  After switching to Linux version for some experiment , it becomes  
  quite difficult because only tool i use is vi editor and gdb.
  Is there good IDE tool to work with MONO source codes in Linux (not  
  for C# , but for mono codes)?
 
  When googled, i got anjuta. But, I'm a little afraid that it  
  might be hard to make integrated working environment for huge mono  
  project with the tool?
 
  Thanks for any tip.
 
  Regards,
 
  Okehee
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] good IDE tool to work with MONO source codes in Linux?

2005-12-11 Thread Bu Bacoo
How is it with SlickEdit and debugging?On 12/11/05, ted leslie [EMAIL PROTECTED] wrote:
i love slickedit because (as you say you like VI) and slickedit allows you to viinside the GUI windows, kinda nice!not sure how x-develop and slickedit compare however, or if x-dev has VI mode as well.
-tlOn Sun, 11 Dec 2005 00:06:54 -0800Curtis Wensley [EMAIL PROTECTED] wrote: Since most of mono is written in C#, x-develop might be good for you.Has awesome code completion svn/cvs and nunit integration.I
 use it for all my c# work on both windows and linux (and currenly osx since my x86 machine died).I like it MUCH better than vs.net actually, and it uses the same project/solution format as 
vs.net which makes it easy to move over. http://www.omnicore.com/xdevelop.htm Cheers, Curtis.
 On 9-Dec-05, at 10:26 AM, Okehee Goh wrote:  Hello,  My question is quite off from this list. I'm sorry about that.   When work with Mono's windows version using Visual studio in
  windows, the working environment was quite good.  After switching to Linux version for some experiment , it becomes  quite difficult because only tool i use is vi editor and gdb.  Is there good IDE tool to work with MONO source codes in Linux (not
  for C# , but for mono codes)?   When googled, i got anjuta. But, I'm a little afraid that it  might be hard to make integrated working environment for huge mono
  project with the tool?   Thanks for any tip.   Regards,   Okehee  ___  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com 
http://lists.ximian.com/mailman/listinfo/mono-devel-list___Mono-devel-list mailing listMono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] good IDE tool to work with MONO source codes in Linux?

2005-12-11 Thread ted leslie

it simply passes you through to the back-end language's debugger via the 
ability to
set up shell commands (link to keys), etc. It basically just allows you to 
excerise whatever debugging the
language platform behind has available. Unless you set it up, it will not 
have any.
I have never used the mono debugger so I can't comment.
If you need debugging via breakpoint nav. etc, I don't even know if mono has 
that yet? that is C#
code debugging in mono, that can run GUI based with breakpoints, etc?

-tl


On Sun, 11 Dec 2005 09:37:34 +0100
Bu Bacoo [EMAIL PROTECTED] wrote:

 How is it with SlickEdit and debugging?
 
 On 12/11/05, ted leslie [EMAIL PROTECTED] wrote:
 
 
 
  i love slickedit because (as you say you like VI) and slickedit allows you
  to vi
  inside the GUI windows, kinda nice!
  not sure how x-develop and slickedit compare however, or if x-dev has VI
  mode as well.
 
  -tl
 
  On Sun, 11 Dec 2005 00:06:54 -0800
  Curtis Wensley [EMAIL PROTECTED] wrote:
 
   Since most of mono is written in C#, x-develop might be good for
   you.  Has awesome code completion svn/cvs and nunit integration.  I
   use it for all my c# work on both windows and linux (and currenly osx
   since my x86 machine died).  I like it MUCH better than vs.net
   actually, and it uses the same project/solution format as vs.net
   which makes it easy to move over.
  
   http://www.omnicore.com/xdevelop.htm
  
   Cheers,
   Curtis.
  
   On 9-Dec-05, at 10:26 AM, Okehee Goh wrote:
  
Hello,
My question is quite off from this list. I'm sorry about that.
   
When work with Mono's windows version using Visual studio in
windows, the working environment was quite good.
After switching to Linux version for some experiment , it becomes
quite difficult because only tool i use is vi editor and gdb.
Is there good IDE tool to work with MONO source codes in Linux (not
for C# , but for mono codes)?
   
When googled, i got anjuta. But, I'm a little afraid that it
might be hard to make integrated working environment for huge mono
project with the tool?
   
Thanks for any tip.
   
Regards,
   
Okehee
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
  
   ___
   Mono-devel-list mailing list
   Mono-devel-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-devel-list
  
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Console programs doesn't finish

2005-12-11 Thread Andrés G. Aragoneses

Carlos Solorzano wrote:
I don't know if this is the same problem as I have but basically my  
programs finish, the last line in Main runs but yet control never  
returns to the shell, the mono processes stay running. I have not  found 
yet what causes that problem yet or have an small example to  file a bug 
with.




Yes, I suppose it is the same problem because the last line runs but the 
control never returns to shell.


Regards,

Andrew  [ knocte ]

--

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] LINQ Standard Query Operators for Mono

2005-12-11 Thread Alejandro Serrano

Hi,
I'm currently working on implementing the LINQ Standard Query Operators 
(http://msdn.microsoft.com/netframework/future/linq) from the latest 
Microsoft bits. I'm not working,however, on DLinq, XLinq or any other 
parts from this idea. Although it's not in an even pre-release stage, I 
think this classes in System.Query could help everyone using .NET or Mono.
I'm currently using the Nemerle programming language, and I would like 
to post the code to anywhere in Mono, so it can be included or used by 
the entire community. Which is the best place to do that?


Thanks in advance,
Serras

P.D.: I have no name, but System.Query is OK ;-)


__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] LINQ Standard Query Operators for Mono

2005-12-11 Thread Todd Berman
On Mon, 2005-12-12 at 11:35 +0900, Atsushi Eno wrote:
 Hi,
 
 Alejandro Serrano wrote:
  Hi,
  I'm currently working on implementing the LINQ Standard Query Operators 
  (http://msdn.microsoft.com/netframework/future/linq) from the latest 
  Microsoft bits. I'm not working,however, on DLinq, XLinq or any other 
  parts from this idea. Although it's not in an even pre-release stage, I 
  think this classes in System.Query could help everyone using .NET or Mono.
  I'm currently using the Nemerle programming language, and I would like 
  to post the code to anywhere in Mono, so it can be included or used by 
  the entire community. Which is the best place to do that?
 
 Oh, interesting. Mono would be the best place and we need System.Query
 implementation (at least in the future). Please post your code here
 (this ML) so that everyone can try and someone can review for the
 commit.
 

One issue (if I understood the original email fully) is that the
implementation is in Nemerle. Correct me if I am wrong, but a C#
implementation is more or less required for inclusion in Mono.

--Todd

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list