Stand-alone text editor with Visual Studio editor functionality - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T03:24:07Zhttp://stackoverflow.com/feeds/question/128625http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/128625/stand-alone-text-editor-with-visual-studio-editor-functionality1Stand-alone text editor with Visual Studio editor functionalityGreg2008-09-24T17:45:43Z2009-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-1Answer by Chris Ballance for Stand-alone text editor with Visual Studio editor functionalityChris Ballance2008-09-24T17:47:02Z2008-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#1286670Answer by indiv for Stand-alone text editor with Visual Studio editor functionalityindiv2008-09-24T17:51:28Z2008-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#1287204Answer by Jerry for Stand-alone text editor with Visual Studio editor functionalityJerry2008-09-24T17:57:38Z2008-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#1287820Answer by Erdrick01 for Stand-alone text editor with Visual Studio editor functionalityErdrick012008-09-24T18:03:29Z2008-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-1Answer by TheTodd for Stand-alone text editor with Visual Studio editor functionalityTheTodd2008-09-24T18:03:50Z2008-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#1314500Answer by jussij for Stand-alone text editor with Visual Studio editor functionalityjussij2008-09-25T04:14:45Z2008-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#4956421Answer by Jan Goyvaerts for Stand-alone text editor with Visual Studio editor functionalityJan Goyvaerts2009-01-30T14:22:10Z2009-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>