views:

361

answers:

4

Hello all,

I am looking for a Text Editor on Windows which is integrated with GIT (check out, check in from the UI). Also, it would be nice is this editor could also support Python syntax highlighting.

Is there anything like that available?

Thanks!

+1  A: 

Eclipse should be able to fit the bill. I know there's a decent python plugin, and I'm sure there's one for git by now.

Ryan McIlmoyl
+3  A: 

Here's a list of Editors and IDEs that integrate GIT, not sure if there's something that fits your need. The most fitting would be the Eclipse Plugin.

Michael Barth
A: 

Have you tried vim with this plugin?

http://github.com/motemen/git-vim

Marc Vitalis
A: 

E Text Editor is the text editor for windows that i fell in love with. It "has support" for GIT via the project pane, because the project pane works with TortoiseGit. Depending on your preferences this may or may not be the optimal setup.

Cdsboy