2

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!

S.Lott
  • 359,791
  • 75
  • 487
  • 757
Martin
  • 35,202
  • 58
  • 178
  • 268
  • This should not be marked a duplicate. The linked article is asking 'how can I select a different text editor when writing commit messages'. This question is how can I find a windows Text Editor (or IDE) that has a plugin and/or native support for Git (clone, push, fetch). @nawfal – osowskit Jun 01 '16 at 21:47

4 Answers4

4

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 Klement
  • 3,196
  • 2
  • 27
  • 33
1

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
  • 231
  • 2
  • 6
1

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
  • 710
  • 7
  • 11
0

Have you tried vim with this plugin?

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

Marc Vitalis
  • 1,779
  • 3
  • 20
  • 30