有没有办法从 eclipse 复制代码,包括 ine 数字

发布于 2024-09-02 09:21:59 字数 100 浏览 9 评论 0原文

我正在写一些文档和代码解释。我想从 eclipse 复制代码(包括行号),以便更容易引用文本中的代码。

有没有办法在 eclipse 或其他 IDE、编辑器中做到这一点?

I am writing a little bit of documentation and code explanation. I would like to copy code from eclipse including line numbers, so that it becomes easier to reference the code in the text.

Is there any way to do this in eclipse or some other IDE, editor?

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

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

发布评论

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

评论(3

明明#如月 2024-09-09 09:21:59

Eclipse 3.4 和 bug 19602 开始,您将打印以下行编号(如果您已在 Eclipse 编辑器上激活它们)。

替代文本 http://img706.imageshack.us/img706/7605/eclipseshowlines.png< /a>

打印源代码将为您提供:

替代文本 http://img341.imageshack。我们/img341/9899/eclipseprint.png

Since Eclipse 3.4 and bug 19602, you will print the line numbers if you have activated them on the Eclipse editor.

alt text http://img706.imageshack.us/img706/7605/eclipseshowlines.png

Printing a source will give you:

alt text http://img341.imageshack.us/img341/9899/eclipseprint.png

逐鹿 2024-09-09 09:21:59

您可以通过打印源文件的 PDF,然后从 PDF 文档复制带有行号的源来完成此操作。

它适用于 eclipse PDT + CutePDF,它也应该适用于 Acrobat PDF 打印机

You can do it by printing a PDF of source file, then copying source with line numbers from the PDF document.

It works for me with eclipse PDT + CutePDF, it should also work with Acrobat PDF printer

温馨耳语 2024-09-09 09:21:59

另一个不太干净的解决方法来实现这一点。这是特定于 Subversive 插件的。

遵循 3 个步骤:

  1. 删除需要复制的代码段并保存源文件。
  2. 右键单击该文件并选择选项 Team ->创建 Patch.. 并将其保存到文件中,例如 copy.patch
  3. 撤消 (Ctrl + Z) 更改以恢复步骤 1 中完成的删除,然后再次保存源文件。

打开补丁文件并使用其中的内容。

这还包括文件名(如果需要)以及行号并保留缩进。

Another not-so-clean work-around to achieve this. This is specific to the Subversive plug-in.

3 steps to follow:

  1. Delete the piece of code you need to copy and save the source file.
  2. Right click the file and chose option Team -> Create Patch.. and save it to a file, say copy.patch
  3. Undo (Ctrl + Z) the changes to revert the deletion done in step 1 and save the source file again.

Open the patch file and use the contents.

This also includes the file-name (if desired) along with the line number and retains the indentation.

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