有没有办法从 eclipse 复制代码,包括 ine 数字
我正在写一些文档和代码解释。我想从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 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
您可以通过打印源文件的 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
另一个不太干净的解决方法来实现这一点。这是特定于 Subversive 插件的。
遵循 3 个步骤:
打开补丁文件并使用其中的内容。
这还包括文件名(如果需要)以及行号并保留缩进。
Another not-so-clean work-around to achieve this. This is specific to the Subversive plug-in.
3 steps to follow:
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.