| Next: Looking for advice on Linux for x86 to run browse.. |
| Author |
Message |
Guofu Chen External

Since: Jul 10, 2007 Posts: 1
|
Posted: Tue Jul 10, 2007 4:04 pm Post subject: Is there any IDE similar to Visual Studio under Linux? Archived from groups: comp>os>linux>development>apps (more info?) |
|
|
|
| Hi,
I like the GUI of Visual Studil to edit multiple files in Windows. Is there
any IDE that is similar to Visual Studio under Linux? Thanks!
|
|
|
| Back to top |
|
 |
Måns_Rullgård External

Since: Jul 29, 2004 Posts: 951
|
Posted: Tue Jul 10, 2007 9:20 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
"Guofu Chen" <gchen.RemoveThis@mathworks.com> writes:
> Hi,
>
> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
> any IDE that is similar to Visual Studio under Linux? Thanks!
Thank goodness, no. Learn some Emacs instead, and you'll never look back.
--
Måns Rullgård
mans.RemoveThis@mansr.com |
|
| Back to top |
|
 |
Tim Southerwood External

Since: Apr 23, 2007 Posts: 113
|
Posted: Tue Jul 10, 2007 10:12 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård coughed up some electrons that declared:
> "Guofu Chen" <gchen.TakeThisOut@mathworks.com> writes:
>
>> Hi,
>>
>> I like the GUI of Visual Studil to edit multiple files in Windows. Is
>> there any IDE that is similar to Visual Studio under Linux? Thanks!
>
> Thank goodness, no. Learn some Emacs instead, and you'll never look back.
>
No, VIM is the best choice because you don't need 26 fingers and the mutated
hand of a spider-alien to operate it.
<readies asbestos codpiece and prepares to engage>
;==>
Seriously, to the OP: kate is a pretty reasonable syntax-highlighting editor
that has a windows feel - it's part of KDE. If you want to get fancier,
kdevelop is a full blown IDE with integrated editor, debugger and a basic
understanding of several standard "make" systems (qmake, cmake,
autoconf+gnumake).
But Mans has a point - you should attempt to learn a few of the basics in
VIM or Emacs, because on the day that your Xserver dies or you are at the
other end of a show ssh session, you will appreciate it.
Cheers
Tim |
|
| Back to top |
|
 |
Ulrich Eckhardt External

Since: Jul 30, 2004 Posts: 83
|
Posted: Wed Jul 11, 2007 9:26 am Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Guofu Chen wrote:
> I like the GUI of Visual Studil to edit multiple files in Windows. Is
> there any IDE that is similar to Visual Studio under Linux?
Not specifically for Linux, but typically rather for general X11/POSIX
systems I'm using kate and kdevelop here, both parts of KDE. There are
others for GNOME or no desktop environment at all, you should rather make a
websearch or try you packagemanager's search function to see what is
available.
Uli |
|
| Back to top |
|
 |
David Given External

Since: Mar 05, 2007 Posts: 19
|
Posted: Wed Jul 11, 2007 5:32 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Guofu Chen wrote:
[...]
> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
> any IDE that is similar to Visual Studio under Linux? Thanks!
Only about a million. Take a look in your Linux distro's package manager for IDEs.
The one I use habitually is Eclipse, with the CDT C and C++ addon, but that's
mostly because I need a cross-platform IDE.
--
┌── ï½„ï½‡ï¼ ï½ƒï½ï½—lï½ï½’k.cï½ï½ ─── http://www.cowlark.com ───────────────────
│
│ "There does not now, nor will there ever, exist a programming language in
│ which it is the least bit hard to write bad programs." --- Flon's Axiom |
|
| Back to top |
|
 |
Hadron External

Since: Dec 05, 2006 Posts: 98
|
Posted: Wed Jul 11, 2007 6:24 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård <mans.DeleteThis@mansr.com> writes:
> "Guofu Chen" <gchen.DeleteThis@mathworks.com> writes:
>
>> Hi,
>>
>> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
>> any IDE that is similar to Visual Studio under Linux? Thanks!
>
> Thank goodness, no. Learn some Emacs instead, and you'll never look
> back.
I use emacs, but its not a touch in terms of ease of use and
functionality on Visual Studio or Eclipse - they "just work". To get
emacs up & running as a decent C IDE takes months of effort IMO. |
|
| Back to top |
|
 |
Måns_Rullgård External

Since: Jul 29, 2004 Posts: 951
|
Posted: Wed Jul 11, 2007 8:40 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hadron <hadronquark.RemoveThis@gmail.com> writes:
> Måns Rullgård <mans.RemoveThis@mansr.com> writes:
>
>> "Guofu Chen" <gchen.RemoveThis@mathworks.com> writes:
>>
>>> Hi,
>>>
>>> I like the GUI of Visual Studil to edit multiple files in
>>> Windows. Is there any IDE that is similar to Visual Studio under
>>> Linux? Thanks!
>>
>> Thank goodness, no. Learn some Emacs instead, and you'll never look
>> back.
>
> I use emacs, but its not a touch in terms of ease of use and
> functionality on Visual Studio or Eclipse - they "just work". To get
> emacs up & running as a decent C IDE takes months of effort IMO.
Eclipse may be easy to use for the things it can do (although I
personally find it mostly annoying). Emacs, however, can do lots more
with a only a little effort once you've made the initial learning
investment.
--
Måns Rullgård
mans.RemoveThis@mansr.com |
|
| Back to top |
|
 |
Grant Edwards External

Since: Jun 08, 2004 Posts: 1264
|
Posted: Wed Jul 11, 2007 9:19 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On 2007-07-11, Måns Rullgård <mans.TakeThisOut@mansr.com> wrote:
>>>> Windows. Is there any IDE that is similar to Visual Studio
>>>> under Linux? Thanks!
>>>
>>> Thank goodness, no. Learn some Emacs instead, and you'll
>>> never look back.
>>
>> I use emacs, but its not a touch in terms of ease of use and
>> functionality on Visual Studio or Eclipse - they "just work".
>> To get emacs up & running as a decent C IDE takes months of
>> effort IMO.
>
> Eclipse may be easy to use for the things it can do (although
> I personally find it mostly annoying).
It's annoying and it's so huge/slow, I'd have to buy a new
computer if I wanted to use it.
> Emacs, however, can do lots more with a only a little effort
> once you've made the initial learning investment.
There are a bunch of others from which to choose as well
kdevelop
anjunta
nedit
slickedit
etc.
--
Grant Edwards grante Yow! My Aunt MAUREEN was a
at military advisor to IKE &
visi.com TINA TURNER!! |
|
| Back to top |
|
 |
Hadron External

Since: Dec 05, 2006 Posts: 98
|
Posted: Wed Jul 11, 2007 11:51 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård <mans.TakeThisOut@mansr.com> writes:
> Hadron <hadronquark.TakeThisOut@gmail.com> writes:
>
>> Måns Rullgård <mans.TakeThisOut@mansr.com> writes:
>>
>>> "Guofu Chen" <gchen.TakeThisOut@mathworks.com> writes:
>>>
>>>> Hi,
>>>>
>>>> I like the GUI of Visual Studil to edit multiple files in
>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>> Linux? Thanks!
>>>
>>> Thank goodness, no. Learn some Emacs instead, and you'll never look
>>> back.
>>
>> I use emacs, but its not a touch in terms of ease of use and
>> functionality on Visual Studio or Eclipse - they "just work". To get
>> emacs up & running as a decent C IDE takes months of effort IMO.
>
> Eclipse may be easy to use for the things it can do (although I
> personally find it mostly annoying). Emacs, however, can do lots more
> with a only a little effort once you've made the initial learning
> investment.
You have completion and decent code navigation working reliably? You use
tags or cscope? Do you use cedet at all? ecb? Lets compare
notes. (Note, I dont use eclipse (yet) as it is a bit of a dog. But it
works well like it says on the tin ...) |
|
| Back to top |
|
 |
Hadron External

Since: Dec 05, 2006 Posts: 98
|
Posted: Wed Jul 11, 2007 11:52 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
David Given <dg.RemoveThis@cowlark.com> writes:
> Guofu Chen wrote:
> [...]
>> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
>> any IDE that is similar to Visual Studio under Linux? Thanks!
>
> Only about a million. Take a look in your Linux distro's package
> manager for IDEs.
There are almost zero IDEs like Visual Studio.
>
> The one I use habitually is Eclipse, with the CDT C and C++ addon, but that's
> mostly because I need a cross-platform IDE.
-- |
|
| Back to top |
|
 |
Måns_Rullgård External

Since: Jul 29, 2004 Posts: 951
|
Posted: Wed Jul 11, 2007 11:52 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hadron <hadronquark.TakeThisOut@gmail.com> writes:
> David Given <dg.TakeThisOut@cowlark.com> writes:
>
>> Guofu Chen wrote:
>> [...]
>>> I like the GUI of Visual Studil to edit multiple files in
>>> Windows. Is there any IDE that is similar to Visual Studio under
>>> Linux? Thanks!
>>
>> Only about a million. Take a look in your Linux distro's package
>> manager for IDEs.
>
> There are almost zero IDEs like Visual Studio.
None, actually. At least I've yet to come across one in Linux that
will reliably crash the entire OS pretty much every time it's used.
--
Måns Rullgård
mans.TakeThisOut@mansr.com |
|
| Back to top |
|
 |
Nemanja Trifunovic External

Since: Jul 12, 2007 Posts: 1
|
Posted: Thu Jul 12, 2007 8:54 am Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Jul 10, 4:04 pm, "Guofu Chen" <g... DeleteThis @mathworks.com> wrote:
> Hi,
>
> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
> any IDE that is similar to Visual Studio under Linux? Thanks!
MinGW Studio http://en.wikipedia.org/wiki/MinGW_Developer_Studio is
aiming to look like MSVC 6.0. The last time I tried it it had issues
with the integrated debugging, but it may have improved in the
meantime. |
|
| Back to top |
|
 |
Ron Ruble External

Since: Jul 14, 2007 Posts: 1
|
Posted: Sat Jul 14, 2007 2:11 am Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård wrote:
> Hadron <hadronquark RemoveThis @gmail.com> writes:
>
>> David Given <dg RemoveThis @cowlark.com> writes:
>>
>>> Guofu Chen wrote:
>>> [...]
>>>> I like the GUI of Visual Studil to edit multiple files in
>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>> Linux? Thanks!
>>> Only about a million. Take a look in your Linux distro's package
>>> manager for IDEs.
>> There are almost zero IDEs like Visual Studio.
>
> None, actually. At least I've yet to come across one in Linux that
> will reliably crash the entire OS pretty much every time it's used.
>
You must have a messed up installation of Windows.
I can honestly say I've never had the VStudio IDE
crash the OS...
....bring it to a crawl, sometimes a dead stop for
10, 15 minutes or so, but never -crash- it...
....of course I do keep a command prompt open and
"pskill devenv", sometimes 3 or 4 times a day. |
|
| Back to top |
|
 |
Måns_Rullgård External

Since: Jul 29, 2004 Posts: 951
|
Posted: Sat Jul 14, 2007 12:04 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Ron Ruble <raffles2.RemoveThis@att.net> writes:
> Måns Rullgård wrote:
>> Hadron <hadronquark.RemoveThis@gmail.com> writes:
>>
>>> David Given <dg.RemoveThis@cowlark.com> writes:
>>>
>>>> Guofu Chen wrote:
>>>> [...]
>>>>> I like the GUI of Visual Studil to edit multiple files in
>>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>>> Linux? Thanks!
>>>> Only about a million. Take a look in your Linux distro's package
>>>> manager for IDEs.
>>> There are almost zero IDEs like Visual Studio.
>> None, actually. At least I've yet to come across one in Linux that
>> will reliably crash the entire OS pretty much every time it's used.
>>
>
> You must have a messed up installation of Windows.
> I can honestly say I've never had the VStudio IDE
> crash the OS...
>
> ...bring it to a crawl, sometimes a dead stop for
> 10, 15 minutes or so, but never -crash- it...
I never waited that long for it to recover. Besides, none of the
Linux vstudio lookalikes manage that feat either.
--
Måns Rullgård
mans.RemoveThis@mansr.com |
|
| Back to top |
|
 |
Andre Abrantes External

Since: Jul 15, 2007 Posts: 1
|
Posted: Sun Jul 15, 2007 12:10 am Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Jul 10, 5:04 pm, "Guofu Chen" <gc....RemoveThis@mathworks.com> wrote:
> Hi,
>
> I like the GUI of Visual Studil to edit multiple files in Windows. Is there
> any IDE that is similar to Visual Studio under Linux? Thanks!
I already think about it. Now, I'm using Eclipse in Windows and Linux.
I think it is the best. With this you can use CDT plug-in for C++
projects and works very well.
Eclipse have many types of plug-ins, with these you can access CVS,
SVN repositories, use Together from Borland to draw UML. I'm not sure,
but I believe that you can draw your classes and then make the C++
code, as Visio with Visual Studio Integration.
If you want write C++ code with good user interface, take a look at
www.trolltech.com , there you can download QT framework, with Samples
and more. Try to find the QT Eclipse Integration, with this tool will
be able to use a QTDesigner inside Eclipse, with much others new
features.
It's all. Regards,
André Abrantes. |
|
| Back to top |
|
 |
Hadron External

Since: Dec 05, 2006 Posts: 98
|
Posted: Sun Jul 15, 2007 3:06 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård <mans DeleteThis @mansr.com> writes:
> Hadron <hadronquark DeleteThis @gmail.com> writes:
>
>> David Given <dg DeleteThis @cowlark.com> writes:
>>
>>> Guofu Chen wrote:
>>> [...]
>>>> I like the GUI of Visual Studil to edit multiple files in
>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>> Linux? Thanks!
>>>
>>> Only about a million. Take a look in your Linux distro's package
>>> manager for IDEs.
>>
>> There are almost zero IDEs like Visual Studio.
>
> None, actually. At least I've yet to come across one in Linux that
> will reliably crash the entire OS pretty much every time it's used.
That statement makes anything else you say highly dubious. |
|
| Back to top |
|
 |
Måns_Rullgård External

Since: Jul 29, 2004 Posts: 951
|
Posted: Sun Jul 15, 2007 3:06 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hadron <hadronquark.TakeThisOut@gmail.com> writes:
> Måns Rullgård <mans.TakeThisOut@mansr.com> writes:
>
>> Hadron <hadronquark.TakeThisOut@gmail.com> writes:
>>
>>> David Given <dg.TakeThisOut@cowlark.com> writes:
>>>
>>>> Guofu Chen wrote:
>>>> [...]
>>>>> I like the GUI of Visual Studil to edit multiple files in
>>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>>> Linux? Thanks!
>>>>
>>>> Only about a million. Take a look in your Linux distro's package
>>>> manager for IDEs.
>>>
>>> There are almost zero IDEs like Visual Studio.
>>
>> None, actually. At least I've yet to come across one in Linux that
>> will reliably crash the entire OS pretty much every time it's used.
>
> That statement makes anything else you say highly dubious.
Oh, so you're saying your Linux IDE manages to crash the OS? Remarkable.
--
Måns Rullgård
mans.TakeThisOut@mansr.com |
|
| Back to top |
|
 |
Hadron External

Since: Dec 05, 2006 Posts: 98
|
Posted: Sun Jul 15, 2007 3:07 pm Post subject: Re: Is there any IDE similar to Visual Studio under Linux? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Måns Rullgård <mans.RemoveThis@mansr.com> writes:
> Ron Ruble <raffles2.RemoveThis@att.net> writes:
>
>> Måns Rullgård wrote:
>>> Hadron <hadronquark.RemoveThis@gmail.com> writes:
>>>
>>>> David Given <dg.RemoveThis@cowlark.com> writes:
>>>>
>>>>> Guofu Chen wrote:
>>>>> [...]
>>>>>> I like the GUI of Visual Studil to edit multiple files in
>>>>>> Windows. Is there any IDE that is similar to Visual Studio under
>>>>>> Linux? Thanks!
>>>>> Only about a million. Take a look in your Linux distro's package
>>>>> manager for IDEs.
>>>> There are almost zero IDEs like Visual Studio.
>>> None, actually. At least I've yet to come across one in Linux that
>>> will reliably crash the entire OS pretty much every time it's used.
>>>
>>
>> You must have a messed up installation of Windows.
>> I can honestly say I've never had the VStudio IDE
>> crash the OS...
>>
>> ...bring it to a crawl, sometimes a dead stop for
>> 10, 15 minutes or so, but never -crash- it...
>
> I never waited that long for it to recover. Besides, none of the
> Linux vstudio lookalikes manage that feat either.
What Linux vstudio look alikes? |
|
| Back to top |
|
 |
|