Jump to content

Programmers, what Text Editor Do You Use?


hellocat

Recommended Posts

So, I am pretty curious as to what text editors everypony uses. I personally use Vim (A LOT of Vim), Eclipse, Aptana Studio, Netbeans, or Geany depending on what it is that I am working on.

 

I've recently been trying out SublimeText 2 a bit, and I like it a fair amount, but I'm not sure if it is worth switching to considering how much I like Vim.

 

I know this will probably create a flame war, but the only beverages I've had today have been alcoholic so I am not in the right mind to make smart decisions http://mlpforums.com/public/style_emoticons/#EMO_DIR#/wink.png

 

EDIT: I've been using Emacs with EVIL mode since a couple weeks after I posted this. I get the editing speed of Vim and the power of Emacs, so it's been awesome.

Edited by kotakotakota

post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

gVim is great, though I've been using Notepad++ a lot lately. I haven't been the fan of full-blown IDEs lately, they generally have less capable editors built in, I've been mostly opting to go the route of build scripts, makefiles, and ANT scripts.


b_560_95_1.png

 

What has fanfiction has Ashbad written lately?

We should totally find out by clicking this link.

(Protip, turn on "Show Mature" to see more)

Link to comment
Share on other sites

I've been looking for a suitable linux-compatible editor. I think VIM should be good.

But back in my Windows days, Notepad++ was the shit. It had some valuable features.


I HAD TO FALL TO LOSE IT ALL BUT IN THE END IT DOESN'T EVEN MATTER /WRISTS

On 4/28/2013 at 8:13 PM, gooM said:
Djenty...man you are crazy, but an awesome sort of crazy
Link to comment
Share on other sites

gVim is great, though I've been using Notepad++ a lot lately. I haven't been the fan of full-blown IDEs lately, they generally have less capable editors built in, I've been mostly opting to go the route of build scripts, makefiles, and ANT scripts.

 

Ah, right, Notepad++ is a great choice for the Windows platform. I've been working entirely in a Linux platform for years (when I need to do Windows work, I write the code in Linux and test it in a VM). I agree, often times the full-blown IDEs just get in the way, especially if you are working on something quick and simple. It's interesting that you mentioned gVim. I actually use straight console driven Vim. Is there any advantages in using gVim?

post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

I've been looking for a suitable linux-compatible editor. I think VIM should be good.

But back in my Windows days, Notepad++ was the shit. It had some valuable features.

 

Check out SublimeText2. I know it costs $50, but the evaluation version doesn't have a time limit. It is pretty cool. I am considering possibly switching to it. Another good one to look at is Geany.
  • Brohoof 1

post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

Im a big fan of Vim myself, but i'm more of a hobbyist. Kate (the default editor in the K desktop environment) is also not too bad of an editor for small projects and scripts.

  • Brohoof 1
Link to comment
Share on other sites

 

Ah, right, Notepad++ is a great choice for the Windows platform. I've been working entirely in a Linux platform for years (when I need to do Windows work, I write the code in Linux and test it in a VM). I agree, often times the full-blown IDEs just get in the way, especially if you are working on something quick and simple. It's interesting that you mentioned gVim. I actually use straight console driven Vim. Is there any advantages in using gVim?

 

I use Notepad++ under DragonflyBSD and Gentoo too ;)

 

gVim basically is the console Vim -- it just has a top bar with easy-to-access tools, really.


b_560_95_1.png

 

What has fanfiction has Ashbad written lately?

We should totally find out by clicking this link.

(Protip, turn on "Show Mature" to see more)

Link to comment
Share on other sites

Used visual studio in my early days, then switched to netbeans, and currently using notepad++.

Still a young filly when it comes to programming, but i love it, and i hope to make a living out of it one day.


fxfe3k.png

 

Link to comment
Share on other sites

I use solely Notepad++. You cant beat the features and simplicity of the program and it works for most languages.

 

Features-wise, it is pretty easy to beat. The overall slickness and the experience though? Notepad++ definitely does a good job with those.

 

Im a big fan of Vim myself, but i'm more of a hobbyist. Kate (the default editor in the K desktop environment) is also not too bad of an editor for small projects and scripts.

 

+1 for KDE.

 

I use Notepad++ under DragonflyBSD and Gentoo too ;)

 

gVim basically is the console Vim -- it just has a top bar with easy-to-access tools, really.

 

Isn't Notepad++ Windows only? Are you running it through Wine?

 

As for gVim... I think I'll just stick with cli Vim then :P

 

Notepad++ on Windows, TextWrangler on Mac and Nano on Linux. I've never really been a fan of vim :/.

 

I have a friend who swears by TextWrangler. It seems pretty slick and nice. I'll admit I don't like Nano very much... It has a severe shortage of features :/ But admittedly, Vim has a very very steep learning curve, and it is hard to pick up, so I understand that a lot of ponies prefer Nano.

 

Used visual studio in my early days, then switched to netbeans, and currently using notepad++.

Still a young filly when it comes to programming, but i love it, and i hope to make a living out of it one day.

 

Good luck!!

 

 

I'm surprised at how many Notepad++ users there are. Also, I'm surprised at the lack of Emacs... I would have imagined someone would have come about and told me that Emacs is better than Vim by now :P


post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

Notepad++ all the way. If you're one of those script kiddies, then use Visual Studio 2010. I suggest you learn a language instead of using crappy ol' Visual Studio 2010.

 

Lol I know A LOT of developers who work in a professional environment with Visual Studio. Albeit, I personally don't use Notepad++ OR VS because I'm under Linux and I prefer to do everything the old fashioned way (Vim!! :D)


post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

I use solely Notepad++. You cant beat the features and simplicity of the program and it works for most languages.

 

This. I've used it for ASP.NET and alongside an SDK for a handheld platform. It's simple, customizable and has drag-n-drop portability.

 

The strangest IDE I've used was Visual J++ 6.0. It was what a modding team was using when I joined, so I was pretty much stuck with it.

 

The oldest IDE I've used is GWBASIC for DOS 3.0. It was old when I was young.

Edited by NLR Soldier

Regards,

PlunderSteed

Bassist, pianist, and backing vocalist for MLP-themed metal band Draconequus.  Check out our latest music video, a metal cover of "Tricks up my Sleeve" here.

Bassist, pianist, and vocalist for MLP-themed alt rock band Worst Princess.  Check our recent live performance of "Shine Like Rainbows" here.

Link to comment
Share on other sites

Lol I know A LOT of developers who work in a professional environment with Visual Studio. Albeit, I personally don't use Notepad++ OR VS because I'm under Linux and I prefer to do everything the old fashioned way (Vim!! :D)

 

I prefer Notepad++ over VS2010 because you can do a crapload of programming languages. It's okay if you use Vim, though. I'm sure it's fine.

Link to comment
Share on other sites

This. I've used it for ASP.NET and alongside an SDK for a handheld platform. It's simple, customizable and has drag-n-drop portability.

 

The strangest IDE I've used was Visual J++ 6.0. It was what a modding team was using when I joined, so I was pretty much stuck with it.

 

The oldest IDE I've used is GWBASIC for DOS 3.0. It was old when I was young.

 

Is J++ a .NET implementation of Java? That seems bizarre indeed especially considering C#/.NET was created in order to directly compete with Java....

 

I prefer Notepad++ over VS2010 because you can do a crapload of programming languages. It's okay if you use Vim, though. I'm sure it's fine.

 

I'm really surprised, you make it sound like you haven't heard of Vim..... Am I really getting that old? :P

post-5664-0-12428500-1342244318.png

PM me when you're bored!! I always love meeting new ponies ;)

Link to comment
Share on other sites

I write code in text messages on my phone, email them to myself, then copy/paste them directly into a custom compiler I wrote in binary a few years ago.Get on my level.

 

 

I use Notepad++

 

Edited by Evilshy
  • Brohoof 3

Signature now 99% less edgy!

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...