拷贝 C++ 源码到Word

来源:互联网 发布:淘宝申请代付额度超限 编辑:程序博客网 时间:2024/06/16 12:41

参考:http://stackoverflow.com/questions/387453/best-way-to-show-code-snippets-in-word


  1. go to "insert" tab, click "object" button (it's on the right)
  2. choose "openDocument Text" which will open a new embedded word document
  3. copy and paste your code from Visual Studio / Eclipse / Notepad++ inside this embedded word page
  4. save and close

The result looks very nice. Here are the advantages of this method:

  • the code keeps its original layout and colors
  • the code is separated from the rest of the document, as if it was a picture or a chart
  • spelling errors won't be highlighted in the code (this is cool !)

And it takes only few seconds.


从Notepad++ 拷贝有syntax标记的C++代码

screenshot from notepad++


【关于手工安装Plugin】


可以手工下载plugin安装包,一般是zip文件。提取其中的dll,放到 Notepad++ installation path/plugins 下。貌似不用重启 Notepad++ 就能使用新的plugin了


0 0
原创粉丝点击