复制并粘贴在Code Project论坛中 [英] Copy&Paste in Code Project forum

查看:127
本文介绍了复制并粘贴在Code Project论坛中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

复制

Copy

if (bug)
  cry();



粘贴变为



Paste becomes to

<pre>
if (bug)
  cry();
</pre>





< pre>
如果(错误)
cry();
</pre>

在我看来,这没有任何意义,而且确实很烦...



or

<pre>
if (bug)
cry();
</pre>

Which makes no sense in my view and is really annoying ...

推荐答案

粘贴时,请确保已选中允许HTML"单选按钮. 在此处添加您的解决方案"编辑器窗口.这样,您的粘贴将不会被包裹在预块中.在自动检测"设置中,粘贴将自动包裹在预块中.
When you are pasting, ensure that you have selected the "allow HTML" radio button below the "Add your solution here" editor window. Your paste will then not be wrapped in a pre block. In the Auto Detect setting, the paste will automatically be wrapped in the pre block.


粘贴时,请选择以下单选按钮
编码HTML字符"
While pasting please select the following radio button
"encode HTML character"


非常感谢!

允许HTML 单选按钮完成了该操作.

Thanks a lot!

allow HTML radio button did it.

cout << "Hello world." << endl;


这篇关于复制并粘贴在Code Project论坛中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆