LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2013 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2013-linuxquestions-org-members-choice-awards-109/)
-   -   IDE/Web Development Editor of the Year (https://www.linuxquestions.org/questions/2013-linuxquestions-org-members-choice-awards-109/ide-web-development-editor-of-the-year-4175488221/)

jeremy 12-16-2013 09:48 PM

IDE/Web Development Editor of the Year
 
What is your IDE of choice?

--jeremy

kooru 12-17-2013 01:38 AM

I feel ok with BlueFish

heinblöd 12-17-2013 03:54 AM

I quite like Aptana Studio, if they would manage to sort out Syntax colorisation for php - it always looks broken

nattydread69 12-17-2013 04:38 AM

I love code::blocks for small projects, qtcreator for GUI development, and eclipse for large projects,
eclipse is the winner though

gax7497 12-17-2013 06:24 AM

Geany

mtlhd 12-17-2013 08:35 AM

NetBeans
 
Love Netbeans, been using it for the last 3 years.

caladran 12-17-2013 09:35 PM

My vote is for Eclipse. It loves to consume memory, but it's well worth it.

Tux! 12-18-2013 01:41 AM

I still make my websites with elvis (a vi clone). Nothing beats a simple text editor.

For more complex stuff, like web-based applications, I am forced to use an IDE. I've tried many and netbeans seems the one that is least annoying. I have no idea what the target audience is for Eclipse or Emacs: both just make me curse from start to finish. Not a single function/`feature' is in a spot where I would expect it.

astrogeek 12-18-2013 01:46 AM

Quote:

Originally Posted by Tux! (Post 5083058)
I still make my websites with elvis (a vi clone). Nothing beats a simple text editor.

I totally agree!

My IDE for all purposes, for all projects is urxvt/tmux/Vi(m), nothing else needed or wanted!

lm8 12-18-2013 06:15 AM

I use SciTE for web development and as a programming editor. I created a html.api file that brings up tooltip and auto-completion information for HTML tags. I can preview pages in a browser of my choice. I can also spell-check through SciTE using hunspell and it will check only the text and ignore the HTML tags.

NGRhodes 12-21-2013 10:06 AM

I recently swapped to Kate after using Geany, I find the editor view marginally superior, split view works better for example, depends if I am using a GTK (Geany) based desktop or KDE (Kate), to which I use.

homberghp 12-21-2013 01:10 PM

switching from emacs for all to netbeans for most
 
Using emacs as a long time unix user (I have even coded java in emacs for quite some time), I come to love netbeans-IDE.
I use it always for my java coding (SE,EE) and for php too. In particular the php support ie very good since 7.2 and we are at 7.4 now.

The extensibility of netbeans-IDE is a perfect match to the FOSS world and it is wonderful to be able to use the open-ide framework as the foundation of your own projects. The documentation is quite extensive, with a lot of tutorials and video intros on youtube.
Hope oracle will keep up the good work here.

antoniog 12-28-2013 10:11 AM

Lazarus.

fredvs 12-28-2013 12:17 PM

Lazarus

arneolav 12-28-2013 04:30 PM

Lazarus

dugan 12-29-2013 02:41 AM

I assume the "Komodo" choice is Komodo Edit, not Komodo IDE (which is AFAIK not open source).

Komodo Edit is great on Windows, but the last time I used it on Linux (which was many years ago), it had absolutely horrid font rendering. I tried to do my own build but wasn't successful.

dugan 12-29-2013 09:59 AM

There are a lot of new accounts recommending Lazarus.

fredvs 12-29-2013 12:03 PM

Quote:

There are a lot of new accounts recommending Lazarus.
Im one of this new user. I do use lot of programation languages (from assembler to C++) and i realy prefer to develop in Pascal. And Lazarus has a fantastic code editor, the best for Pascal users. For graphic widgetsets, you have the choice of LCL (who links with GTK2 or Qt) or fpGUI or msei who are pure pascal widgetsets and links directly with X11.

dugan 12-29-2013 12:24 PM

Fair enough. I didn't realize there were so many Pascal programmers.

captbill 12-29-2013 01:08 PM

Quote:

Originally Posted by dugan (Post 5088572)
Fair enough. I didn't realize there were so many Pascal programmers.

Lazarus truly is a marvelous piece of engineering. Truly worth a second and third look.

What I a am confused about is what it is doing in the Web Development category?!! Maybe I need to take another look. Are people actually developing web sites with Lazarus out there? Wouldn't surprise me. Using the Brook Framework maybe?

In fact, if you really consider what FredVs was pointing out about FPgui, shouldn't you add Lazarus to the "Window Manager of the Year"? Haha When it sinks in that you can program without Qt or Gtk or without even a window manager in FreePascal, and on top of that, via many different avenues (Fpgui, MseIDE, CustomDrawn etc). This means that your app, since you are doing all the drawing directly to X11 OR GDI, you can be confident your app looks the same wherever it is hosted.

Oh, and FredVs is one of the "pioneers" in this area, btw.

hpp3 12-30-2013 07:01 PM

I wish I could vote for two. I love Lazarus for GUI programming, but Geany hits a sweet spot formerly held by SciTE for pure Pascal coding. Out of habit I use Nano for Bash scripting. That would probably qualify as a BAD habit ;)

blastradius 01-02-2014 12:26 PM

Emacs!
 
I love Emacs, I'm relatively new to coding and when I looked at the main IDE's (meaning things like Kdevelop, Eclipse etc) I found myself just trying to learn the IDE rather than learning (in my case) C++, fired up Emacs and I'm coding away like a happy little code elf :)

PECABA 01-08-2014 03:17 AM

Lazarus. Especially it's CodeTyphon incarnation.

TuxRag3r 01-10-2014 11:17 AM

Geany
 
I rarely use an IDE, but when I do, I prefer Geany. Use only directed. Please code responsibly.

Linuxgr8 01-14-2014 10:13 PM

Isn't Quanta Plus discontinued?

tadeas 01-15-2014 03:39 AM

XCode

metalaarif 01-15-2014 03:44 AM

Kompozer

mariuz 01-22-2014 08:32 AM

Lazarus IDE as Usual

gotfw 01-25-2014 01:17 PM

Quote:

Originally Posted by Tux! (Post 5083058)
I still make my websites with elvis (a vi clone). Nothing beats a simple text editor.

For more complex stuff, like web-based applications, I am forced to use an IDE. I've tried many and netbeans seems the one that is least annoying. I have no idea what the target audience is for Eclipse or Emacs: both just make me curse from start to finish. Not a single function/`feature' is in a spot where I would expect it.

From my experience, if I had to guess... the target audience for Eclipse is Winwoes Java coders who don't want to have to pay for a commercial Java IDE. Emacs as an IDE appeals to those already familiar with Emacs keybindings and willing to go the extra mile to tweak it to the requisites of the task/project at hand. Ditto for those using Vi/m. Indeed, the "Pragmatic Programmer" makes an excellent case for ditching fancy IDE's in favor of the latter.

I don't do much coding these days but was quite favorably impressed with Netbeans back when I was running Nevada and then OpenSolaris as my desktop. Post Oracle takeover, and the ensuing screwing, I came to distrust _anything_ out of Oracle, and presumed that, like OpenSolaris and a few other Sun FOSS offerings, that Oracle would eventually kill the project. Nice to hear Netbeans is alive and well. Will have to take a look.

wheaties_box 02-02-2014 02:44 PM

Emacs but no vim? Do you seek battle?

TheMysteriousMan 02-03-2014 02:02 AM

I vote for eclipse, it likes to take up memory, but it is worth it, I do this without it:

void doSomething()
{
return someFloat;
}

rstudio 02-03-2014 02:06 AM

Eclipse

irgunII 02-03-2014 01:01 PM

Again, there's nothing decent anymore for website creation. I loved Quanta/Quanta+, but it's turned into some horrid beast that's absolutely useless to me or anyone else as far as I can tell.

gotfw 02-04-2014 02:47 AM

Got to vote Emacs because it offers everything & the kitchen sink. If I were smarter, I could probably get it to do the dishes....

That said, Netbeans gets an honorable mention. Used to use Bluefish quite a bit but it doesn't seem to appeal to me much these days.

samhain 02-04-2014 07:14 AM

kate (ftom trinity desktop) or geany

gotfw 02-05-2014 01:55 AM

Whoa, Emacs made a much more respectable showing here than I expected - not far behind Geany and Netbeans. Rock on! :)

eufawif 03-19-2014 04:03 AM

I've used code::blocks for a while, and I'm okay with it.


All times are GMT -5. The time now is 02:47 PM.