有没有办法从 Eclipse IDE 复制代码而不使用富文本格式?

发布于 2024-10-24 22:18:00 字数 199 浏览 1 评论 0原文

最近,每次我从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瘫痪情歌 2024-10-31 22:18:00

有一个为此提交的 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.

心头的小情儿 2024-10-31 22:18:00

注意:SWT 编辑器的丰富格式似乎始终可用(bug 64498< /a>)。

您可以使用“编辑、粘贴和匹配样式”在文本编辑中。

从“编辑”菜单中选择粘贴并匹配样式
或使用键盘快捷键 Shift Option Command V

粘贴的文本将采用从闪烁插入点左侧的字符开始的所有格式。这种技术也适用于邮件。

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.

From the Edit menu, choose Paste and Match Style,
or use the keyboard shortcut, Shift Option Command V.

The pasted text will pick up all the formatting from the character to the left of the flashing insertion point. This technique works in Mail as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文