Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best windows text editor with SVN integration?

I wasn't sure if this is SuperUser or StackOverflow material, but since the end result is for programming I'll start here. I'm looking for a lightweight editor with svn support. What is your favorite?

like image 775
FLX Avatar asked Apr 30 '10 23:04

FLX


2 Answers

NotePad++, TortoiseSVN, non-Integrated.
Or, if you really need integration, it looks like somebody wrote a plugin: http://www.switchonthecode.com/tech-news/notepadplusplus-subversion-plugin

And if you are using Delphi, and/or want an easy way to add basic SVN to Delphi, use this method to add SVN commands to the TOOLS menu: http://delphi.wikia.com/wiki/Adding_TortoiseSVN_to_the_Tools_menu

ALSO - I think the trick for adding SVN to Delphi via the Tools menu, would work for notepad++ also - it's a very generic approach.

like image 104
Chris Thornton Avatar answered Sep 16 '22 12:09

Chris Thornton


I'm not sure that "simple" is the right word to describe it, but Emacs is a fantastic text editor with SVN support built in. Why do you need SVN support built into your editor?

like image 44
Paul McMillan Avatar answered Sep 19 '22 12:09

Paul McMillan