I am using Visual Studi开发者_运维技巧o 2008. I wrongly pressed some keys in the keyboard. So my C#.Net codings are broken into the next line.
If my coding line exceeds the monitor size then the remaining coding parts are displaying in the next line like this:
txtPOSubTotalAmt.Text = Convert.ToString((Convert.ToDecimal(POV)) + "Amount" +
"/-";
How to display it in a single line?
Edit -> Advanced -> Word Wrap.
Use the menu option: Edit -> Advanced -> Word Wrap
精彩评论