What's a good text editor with Mercurial support?

5

1

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.

richzilla

Posted 2010-03-26T10:17:23.643

Reputation: 2 003

Question was closed 2016-02-29T08:04:54.407

Please elaborate about "mercurial support". Do you mean this in the context of merging changes from different branches and resolving conflicts? – geek – 2010-03-26T15:11:14.050

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 – 2010-03-26T16:11:12.510

Try emacs ... – Basile Starynkevitch – 2016-02-29T06:46:20.157

Answers

1

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

Shevek

Posted 2010-03-26T10:17:23.643

Reputation: 15 408

2

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

Naga Kiran

Posted 2010-03-26T10:17:23.643

Reputation: 233

2

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

Mehper C. Palavuzlar

Posted 2010-03-26T10:17:23.643

Reputation: 51 093

2

Unfortunately, it doesn't work on Windows today because our Mercurial support depends on Watchman, but we have made the Hg package for Atom that we use and develop at Facebook publicly available as part of Nuclide: https://atom.io/packages/nuclide.

Previously, we offered individual features of Nuclide as their own package, such as nuclide-hg-repository. However, due to performance issues with installing a collection of Atom packages, we decided to release Nuclide only as a single, monolithic package. This has solved a number of reported installation issues.

bolinfest

Posted 2010-03-26T10:17:23.643

Reputation: 233

Your link to the package is obsolete. Can you provide the new one? – abyss.7 – 2016-02-26T06:29:15.260

@abyss.7 Thanks. Fixed the post and added an explanation. – bolinfest – 2016-02-29T04:52:01.010

1

Have you tried Sublime Text?

I just did some research and found that from the official Mercurial site they have listed a mercurial plugin for Sublime Text.

GJ.

Posted 2010-03-26T10:17:23.643

Reputation: 233

0

Lazy Badger

Posted 2010-03-26T10:17:23.643

Reputation: 3 557