vote up 1 vote down star

Is anyone aware of any text editors with Visual Studio editor functionality? Specifically, I'm looking for the following features:

CTRL+C anywhere on the line, no text selected -> the whole line is copied

CTRL+X or SHIFT+DEL anywhere on the line, no text selected -> the whole line cut Thanks!

flag

7 Answers

vote up 4 vote down check

Komodo Edit does the two things you specified.

I use it all the time as a secondary editor, for various scripting and other programming tasks. Tons of features, free, open source.

link|flag
+1 Open Source is always a good option when you have no budget! – John M Sep 17 at 13:48
vote up 1 vote down

EditPad Pro will cut or copy the line the cursor is on when no text is selected. People sometimes report that as a bug.

link|flag
vote up 0 vote down

Slickedit

link|flag
SlickEdit 2009 for Windows $299.00 Not Cheap! – John M Sep 17 at 13:35
vote up 0 vote down

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 UltraEdit which can be run from a thumb drive (for those people who lack Admin rights at work and can not install programs).

link|flag
+1 Looks like another responder downvoted all of our answers. #lame – Chris Ballance Apr 19 at 20:52
vote up 0 vote down

Zeus can emulate the Visual Studio keyboard.

To change the keyboard mapping just use the Options, Editor Option menu and in the Keyboard panel and select the MSVC as the active keyboard mapping.

alt text

link|flag
The cost of a single user license is: $USD 69.95 – John M Sep 17 at 13:34
vote up -1 vote down

Notepad++, UltraEdit and TextPad are good ones.

link|flag
vote up -1 vote down

VIM

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.