Greg
Greg

Reputation:

Stand-alone text editor with Visual Studio editor functionality

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!

Upvotes: 6

Views: 3688

Answers (7)

jussij
jussij

Reputation: 10560

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
(source: zeusedit.com)

Upvotes: 3

Twistpad looks something like Visual Studio 2005/2008 editor and seems has the same key bindings, including Ctrl-X to cut whole line if no text was marked.

Upvotes: 1

Jan Goyvaerts
Jan Goyvaerts

Reputation: 21999

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

Upvotes: 1

Erdrick01
Erdrick01

Reputation: 209

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).

Upvotes: 0

Jerry
Jerry

Reputation: 163

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.

Upvotes: 5

indiv
indiv

Reputation: 17846

Slickedit

Upvotes: 0

Chris Ballance
Chris Ballance

Reputation: 34337

Notepad++, UltraEdit and TextPad are good ones.

Upvotes: 2

Related Questions