I'm looking for a decent Windows editor with solid Mercurial support. I've had some trouble with Notepad++ (the Windows Explorer plugin was constantly crashing). What are some alternatives?

I'm not averse to shelling out a reasonable sum for a worthwhile product.

link|improve this question

45% accept rate
Please elaborate about "mercurial support". Do you mean this in the context of merging changes from different branches and resolving conflicts? – geek Mar 26 '10 at 15:11
ideally, switching branches, merging and pushing or pulling to an external repo. the ability to switch branches in the editor would be fantastic, although i appreciate that merging may be out of the scope of a editor. – richzilla Mar 26 '10 at 16:11
feedback

4 Answers

up vote 1 down vote accepted

UltraEdit is a commercial product which has:

Configurable tool support (run compiler, run a batch file, integrate with version control, etc.) provides smart and dynamic command-line interaction with active file(s)

It costs $59.95

link|improve this answer
feedback

Have you given a try at Vim Editor?
one good advantage with this editor, we can get many plugins suiting our needs (like mercurial support) and can configure extensively.

MinSCM : An abstract front-end for Mercurial/Git/Bazaar
http://www.vim.org/scripts/script.php?script_id=2637

link|improve this answer
feedback

I did not try but this page says that Emacs has mercurial support. Here is the link to Emacs for Windows and Linux.

Check out the following link as well:
How to use Emacs to work with Mercurial

link|improve this answer
feedback

Give Programmer's Notepad a try, it's free

link|improve this answer
I looked at that, it doesnt appear to have mercurial support? – richzilla Mar 26 '10 at 10:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.