有没有办法从 Eclipse IDE 复制代码而不使用富文本格式?
最近,每次我从 Eclipse 复制一段代码并使用代码标签将代码粘贴到 TextEdit 或在线论坛中时,我都会得到具有富文本或 html 格式的代码,因此我必须复制到文本编辑器中删除再次格式化复制和粘贴,在过去,这不是问题,我曾经从 eclipse 复制并粘贴代码,根本没有任何格式,就像纯文本一样,我不知道我是否打开属性或我为此做了什么发生这种情况,有什么想法可以解决这个问题吗?
Recently every time I copy a block of code from Eclipse and paste the code into TextEdit or a online forum using the code tags, I get the code with the rich-text or html formatting, so I have to copy into a text editor remove the formatting copying and pasting again, In the past this was not a problem I used to copy from eclipse and paste the code without any formatting at all just as plain-text, I dont know if I turn on a property or what I did for this to happen, any ideas how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个为此提交的 Eclipse bug,可以投票:
https://bugs .eclipse.org/bugs/show_bug.cgi?id=45969
不过它已经开放 10 年了!
有些应用程序认为它们可以处理富文本,但实际上却不能。因此,对于那些人来说,我们似乎必须继续“复制-切换到记事本-粘贴-选择全部-复制-切换到最终应用程序-粘贴”一段时间。
There is an Eclipse bug filed for this that can be voted for:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=45969
It has been open for 10 years though!
There are applications out there that think they can handle rich text but can't. So for those it looks like we'll have to carry on with "Copy-Switch to Notepad-Paste-Select All-Copy-Switch to final app-Paste" for some time yet.
注意:SWT 编辑器的丰富格式似乎始终可用(bug 64498< /a>)。
您可以使用“编辑、粘贴和匹配样式”在文本编辑中。
Note: the rich formatting from a SWT editor seems to have always been available (bug 64498).
You could use "Edit, Paste and Match Style" in TextEdit.