Stand-alone text editor with Visual Studio editor functionality - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T03:24:07Z http://stackoverflow.com/feeds/question/128625 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality 1 Stand-alone text editor with Visual Studio editor functionality Greg 2008-09-24T17:45:43Z 2009-01-30T14:22:10Z <p>Is anyone aware of any text editors with Visual Studio editor functionality? Specifically, I'm looking for the following features:</p> <p>CTRL+C anywhere on the line, no text selected -> the whole line is copied</p> <p>CTRL+X or SHIFT+DEL anywhere on the line, no text selected -> the whole line cut Thanks!</p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/128632#128632 -1 Answer by Chris Ballance for Stand-alone text editor with Visual Studio editor functionality Chris Ballance 2008-09-24T17:47:02Z 2008-09-24T17:47:02Z <p>Notepad++, UltraEdit and TextPad are good ones.</p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/128667#128667 0 Answer by indiv for Stand-alone text editor with Visual Studio editor functionality indiv 2008-09-24T17:51:28Z 2008-09-24T17:51:28Z <p><a href="http://www.slickedit.com/" rel="nofollow">Slickedit</a></p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/128720#128720 4 Answer by Jerry for Stand-alone text editor with Visual Studio editor functionality Jerry 2008-09-24T17:57:38Z 2008-09-24T17:57:38Z <p><a href="http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml" rel="nofollow">Komodo Edit</a> does the two things you specified.</p> <p>I use it all the time as a secondary editor, for various scripting and other programming tasks. Tons of features, free, open source.</p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/128782#128782 0 Answer by Erdrick01 for Stand-alone text editor with Visual Studio editor functionality Erdrick01 2008-09-24T18:03:29Z 2008-09-24T18:03:29Z <p>Not to steal Chris' thunder for his suggestions on Notepad++, UltraEdit, and TextPad, but I would like to point out that there is a version of <a href="http://www.ultraedit.com/products/ue3.html" rel="nofollow">UltraEdit</a> which can be run from a thumb drive (for those people who lack Admin rights at work and can not install programs). </p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/128784#128784 -1 Answer by TheTodd for Stand-alone text editor with Visual Studio editor functionality TheTodd 2008-09-24T18:03:50Z 2008-09-24T18:03:50Z <p><a href="http://www.vim.org/" rel="nofollow">VIM</a></p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/131450#131450 0 Answer by jussij for Stand-alone text editor with Visual Studio editor functionality jussij 2008-09-25T04:14:45Z 2008-09-25T04:14:45Z <p><a href="http://www.zeusedit.com" rel="nofollow">Zeus</a> can emulate the Visual Studio keyboard. </p> <p>To change the keyboard mapping just use the <strong>Options</strong>, <strong>Editor Option</strong> menu and in the <strong>Keyboard</strong> panel and select the MSVC as the active keyboard mapping.</p> <p><img src="http://www.zeusedit.com/images/_lookmain.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality/495642#495642 1 Answer by Jan Goyvaerts for Stand-alone text editor with Visual Studio editor functionality Jan Goyvaerts 2009-01-30T14:22:10Z 2009-01-30T14:22:10Z <p><a href="http://www.editpadpro.com/" rel="nofollow">EditPad Pro</a> will cut or copy the line the cursor is on when no text is selected. People sometimes report that as a bug.</p>