LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   what do you think which is the best programming GUI for linux?? (https://www.linuxquestions.org/questions/programming-9/what-do-you-think-which-is-the-best-programming-gui-for-linux-107077/)

linux juggler 10-22-2003 06:58 AM

what do you think which is the best programming GUI for linux??
 
i deal with Kylix 3 but its has much more problem ??

so tel me what yu think which is the best IDE??
or GUI for programming linux??

linux juggler 10-22-2003 07:05 AM

tell us why also

chakkerz 10-22-2003 08:02 AM

jEdit - it's platform independent, supports java compilation and maintenance.

Sure you need some plugins to make it an IDE, but it's quick and responsive, and can be adapted to manage any project.

At the same time, i don't like IDE's like KDevelop because everything is there already, with jEdit i can customize what features i want, and for the most part, where i want them. Also, i develop in Java so wherever the editor and it's plugins go and run, my own software will.

AMMullan 10-23-2003 05:53 AM

I'm new to programming (other than bash) and I actually prefer VI :)

Why? Because of the syntax highlighting :)

chakkerz 10-23-2003 07:08 AM

interesting. i can't get my head around vi. i got mildly used to it at one stage, and then after not using it for 4 or 5 month, forgot again how to use it. i have a manual for it somewhere, but i like GUIs, though emacs ain't bad.

jEdit does the whole highlighting thing as well. same with emacs, infact it seems most GUI based editors do it. goes to show, linux was made for programmers.

wisey 10-23-2003 07:08 AM

I generally use VIM for everything, but when I fancy a real GUI experience from
my IDE I use Bluefish which handles
html as well as syntax highlighting for shell, C, C++ amongst others.

But VIM owns all :)

AMMullan 10-23-2003 12:38 PM

tried Bluefish, found that really good aswell :)

8route 05-23-2004 02:34 AM

You can try Magic C++
 
You can try Magic C++.

It's a handy tool for developing C/C++ on remote unix/linux based servers. that is, if you prefer to work in windows ( I do, so.)

djadhav 05-23-2004 09:12 AM

emacs is the best ........nothing else

chakkerz 05-25-2004 02:45 AM

emacs is good ... especially when using over ssh.

But it's everything and IDE could be and the kitchen sink (and dog kennel)

laceupboots 05-25-2004 10:09 AM

I use Kate, it has the highlights for C++ and you can open a terminal to compile and debug programs and line numbers. I have plans to learn emacs though, just because I've heard so much about it. :)

KneeLess 05-25-2004 09:58 PM

I wouldn't run jEdit on anything slower than 800Mhz or so. I ran it on a 233Mhz and it took more than 3 minutes to start up and was extremely unresponsive. I use vim because I don't have X most of the time. But please let's not start a vi vs. emacs debate. :'(

ascend 05-26-2004 12:22 AM

out of curiosity, found the download site for magic c++

http://www.magicunix.com/download.html


just had a test run with it. it was fairly cool. I'm not a religious emacs fan, so was pleasantly surprised by its ease of use and user friendliness ( very MS VC like) , especially to ppl who used to develop on windows. Has more fancy features than jEdit.

laceupboots 05-26-2004 10:42 AM

Well then.........I think I will have a peek at that myself thank for the link :)

johnMG 05-26-2004 11:23 AM

> I wouldn't run jEdit on anything slower than 800Mhz or so. I ran
> it on a 233Mhz and it took more than 3 minutes to start up and
> was extremely unresponsive.

As with all Java programs running on a JVM, the program runs
much faster after you've used it for a minute or two. After that, it's
great.


All times are GMT -5. The time now is 01:21 PM.