visual studio - Can VS be configured to automatically remove blank line(s) after text is cut? -


is there way (or shortcut) tell vs 2008 cuts line this:

before:

some text here   gets cut   code there 

after:

some text here  code there 

what want:

some text here   code there   

ps: don't want select whole line or this... text want cut.

unless misunderstood you:
place cursor on line want cut (no selection) , press ctrl + x. cuts line (leaving no blanks) , puts text in clipboard. (tested in ms vc# 2008 express no additional settings i'm aware of)

is want?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -