ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Simple auto-saving text editor for mercurial commits

(1/1)

cthorpe:
I am looking for a simple text editor that auto-saves and closes with a single hotkey combination.

I want to hook this editor to mercurial so whenever I do a commit the editor pops up, I can type my commit message, and then I can hit Ctrl+Enter (or something like that) to auto-save and close the editor to complete the commit.

Ideally, the editor would have word-wrap, the ability to use the mouse to select text, and copy/cut/paste functionality.

I know you can put your commit message into the command line, but I tend to write lengthy commits, so I would prefer to be in a text editor of some kind.

Edit: I'm looking for this in Windows

wraith808:
Where do you want this editor to hook into?  I'm not understanding the use case totally.

You have a mercurial client (and/or are using the commandline), and you want the text to be inserted in there after you close it?  Sort of like something that pops up at will linked to the current window and will save the text there?

Shades:
Well, it is not a simple editor:
http://tillschneidereit.net/2012/05/14/editing-git-commit-messages-with-sublime-text-2/

Perhaps this link suits you better:
https://mercurial.selenic.com/wiki/editor

Navigation

[0] Message Index

Go to full version