foobarfuzzbizz
foobarfuzzbizz

Reputation: 58725

Suggestions for a new IDE/text editor

I've been in search for a good text editor/IDE which is cross-platform and supports Mercurial, Git, or allows me to add in other version control systems.

I've pretty much run the gauntlet on free programs and now I'm willing to buy a license for a good program thats under $100 (I qualify for academic discounts if applicable).

I typically do work in assembly, C, C++, Java, and yacc/lex. I'd really like a way to interface with project shell scripts and makefiles as well. SSH support would be great too.

I was wondering if anyone has suggestions on a good proprietary editor that has version control plugins and is cross platform?

Upvotes: 1

Views: 475

Answers (5)

Jay Igor
Jay Igor

Reputation: 1826

You might take a look at Geany. It's fairly lightweight, supports syntax highlighting for a variety of languages and has a plugin for most popular version control systems.

Upvotes: 1

foobarfuzzbizz
foobarfuzzbizz

Reputation: 58725

I looked around a little bit and came across SlickEdit, which I really like the look of.

I couldn't use emacs, as I am a very proud vim user. I'm just looking for something a little more polished than vim or emacs but not quite as heavyweight as Netbeans or Eclipse.

Upvotes: 0

Gok Demir
Gok Demir

Reputation: 1402

Use emacs. it has mercurial, git etc. support. it is cross-platform and free.

Upvotes: 2

Thomas Geritzma
Thomas Geritzma

Reputation: 6697

NetBeans with Mercurial

Upvotes: 4

Paul Sonier
Paul Sonier

Reputation: 39510

I can recommend Eclipse highly.

Upvotes: 5

Related Questions