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

2005-12-10 Thread Bu Bacoo
Q1) Why not to develop on windows and only run on linux?  Q2) Have you tried http://www.monodevelop.org/Main_Page
Q3)
Check anjuta (latest devel), btw, what do you expect from an IDE?
Instead of editing/compiling/debuging -> which you get from vi/gdb
:-)
BuOn 12/9/05, Okehee Goh <[EMAIL PROTECTED]> 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 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-10 Thread Felipe Almeida Lessa
2005/12/10, Bu Bacoo <[EMAIL PROTECTED]>:
> btw, what do you expect from an IDE? Instead of editing/compiling/debuging -> 
> which you get from vi/gdb :-)

Code completion. It's usually so important that on the MonoDevelop
page it's the first feature to be mentioned.

Also maybe support for CVS/SVN, but AFAIK MonoDevelop doesn't handle this yet.

Cya,
Felipe.
___
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-10 Thread Joshua Tauberer

Felipe Almeida Lessa wrote:

Also maybe support for CVS/SVN, but AFAIK MonoDevelop doesn't handle this yet.


There is a plugin ('Version Control') that does many/most SVN things.

--
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **


___
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 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


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] good IDE tool to work with MONO source codes in Linux?

2005-12-13 Thread Anna Ellis








 

I tried Eclipse….its a really good
IDE to use if you are used to developing in Visual Studio.  (I’m using
c++).  But I haven’t worked out yet how to “plug” Mono to it
unfortunately.  If anyone knows, please let me know J

 

Anna









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bu Bacoo
Sent: 10 December 2005 15:19
Cc: Mono-devel-list@lists.ximian.com
Subject: Re: [Mono-dev] good IDE
tool to work with MONO source codes in Linux?



 

Q1) Why not to develop on
windows and only run on linux?  
Q2) Have you tried http://www.monodevelop.org/Main_Page 
Q3) Check anjuta (latest devel), btw, what do you expect from an IDE? Instead
of editing/compiling/debuging -> which you get from vi/gdb :-) 

Bu



On 12/9/05, Okehee
Goh <[EMAIL PROTECTED]>
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


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

2005-12-13 Thread Sunny
On 12/13/05, Anna Ellis <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> I tried Eclipse….its a really good IDE to use if you are used to developing
> in Visual Studio.  (I'm using c++).  But I haven't worked out yet how to
> "plug" Mono to it unfortunately.  If anyone knows, please let me know J
>
>
>
> Anna
>

Here is C# plugin:
http://www.improve-technologies.com/alpha/esharp/

It can compile, but does not use the debugger as far as I know.

Cheers

--
--
Svetoslav Milenov (Sunny)
___
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-13 Thread Jérémie Lumbroso
I don't understand what "not for C# ,
but for mono codes" means, but X-develop is a very nifty crossplatform IDE that supports refactoring, live code analysis, and also completely supports Mono with debugger (as fully as as 
VS.Net supports the native .Net framework).http://www.omnicore.com- Jérémie Lumbroso
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list