开发者

How to bring back long C#.Net Coding line in a Single Line?

开发者 https://www.devze.com 2023-03-26 00:31 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消