在 Windows 上从 Eclipse 复制粘贴到 Gmail 时保留文本颜色?

发布于 2024-11-30 15:21:40 字数 161 浏览 3 评论 0原文

当我从 eclipse/RAD 复制粘贴到 Outlook 时,所有文本颜色和代码格式都会保留,就像在 RAD 7.5 IDE 中一样。但是当我将相同的内容复制粘贴到 gmail 时,我就没有颜色了。这是浏览器的缺陷还是操作系统的缺陷?我不太了解 Windows 剪贴板的行为方式?非常感谢任何建议。谢谢 !

When I copy paste from eclipse/RAD to outlook all the text colors and code formatting is preserved just as in RAD 7.5 IDE. But when I copy paste the same to gmail, I am left with no colors. Is this a browser shortcoming or operating systems? I do not know a whole lot about how windows clip board behaves? Any suggestions are greatly appreciated. Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

提笔落墨 2024-12-07 15:21:40

最简单的方法是:

  1. 将代码从 Eclipse 复制到 MS Word
  2. 将代码从 MS Word 复制到 gmail

这对我有用。

The easiest way is to :

  1. copy your code from eclipse to MS word
  2. copy your code from MS word to gmail

It works for me.

冷月断魂刀 2024-12-07 15:21:40

这不是最干净的方法,但我发现如果我从 Visual Studio 复制代码,并将其粘贴到 MS Word 中,然后从 Word 复制到 Gmail (Chrome) 中,它会保持正确的格式。我猜原因是因为 Word 在粘贴时将格式更改为 HTML,而 Chrome 可以很好地处理。

It's not the cleanest way, but I find that if I copy my code from Visual Studio, and paste it into MS Word, then copy it from Word and into Gmail (Chrome) it stays formatted properly. I'm guessing the reason is because Word, upon pasting, is changing the format to HTML, which Chrome can handle just fine.

垂暮老矣 2024-12-07 15:21:40

我正在尝试使用 Visual Studio 2010 和 IE9(均来自 MS)做同样的事情,它实际上效果很好。但是,它不适用于任何其他浏览器。我认为这是IDE和浏览器之间理解的问题。 IDE 将数据以特定格式放入剪贴板,浏览器负责理解它。但是,如果 Outlook 适合您,那么也许 IE8/9 也可以。只是一个想法。

I'm trying to do the same thing with Visual Studio 2010 and IE9 (both from MS) and it actually works great. However, it doesn't work with any other browser. I think it's a matter of understanding between the IDE and the browser. The IDE puts data in the clipboard with a specific formatting, and the browser is responsible for understanding it. However, if Outlook worked for you, then maybe IE8/9 works too. Just an idea.

兔小萌 2024-12-07 15:21:40

也适用于 Libre Office 和 Linux

  1. 将文本从 Eclipse
  2. Past 复制到 Libre Office-writer
  3. 从 Libre Office-writer 复制文本
  4. 粘贴到您的文档,例如博客文章或 gmail 或其他任何内容

Also works in Libre Office and Linux

  1. Copy text from Eclipse
  2. Past to Libre Office-writer
  3. Copy text from Libre Office-writer
  4. Paste to your document, such a blog post or gmail or anything else
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文