我使用notepad++来编写代码。
如何复制notepad++中的代码及其格式粘贴到Microsoft Word中?(即语法突出显示等)
我使用notepad++来编写代码。
如何复制notepad++中的代码及其格式粘贴到Microsoft Word中?(即语法突出显示等)
当前回答
在我看来,最好和最简单的方法是Dennis G的评论:
现在转到[设置>快捷映射器>插件命令>复制全部 格式到剪贴板],并设置为CTRL+SHIFT+C——>即时快乐。 CTRL+C复制原始文本,CTRL+SHIFT+C复制与格式。 这应该是默认值。
希望能帮助到像我这样的人!
其他回答
选择文本。
右键单击。
插件命令->复制文本与语法突出显示
把它粘贴到Word或者别的什么。
这是一个图像从notepad++当你选择文本复制为html。
以及格式化后的文本在OneNote中粘贴后的样子(类似于任何其他支持“粘贴特殊”的应用程序):
从这里开始:
You can use Notepad++ to accomplish this in three ways. Just so you know, Notepad++ is a more advanced version of Notepad, which supports syntax highlighting of different code files "out of the box" - PHP included! Download & install it, fire it up, and load up your PHP file. You should automatically see it beautifully coloured (if not, because the file extension is something other than .php, go to Language -> PHP or Language -> P -> PHP). If you need to change any of the colours, you can easily do so - just go to Settings -> Styler Configurator. From that menu, you can change the various highlighting and font options, to suit your needs - although the default usually suffices for most. Then, go to Plugins -> NppExport. From there, you have three options you can consider: Export to RTF Export to HTML Copy all formats to clipboard Start with the last one - "Copy all formats to clipboard" - which will copy the entire file with the highlighted syntax to the clipboard. Once you click it, then open Microsoft Word, and just hit paste! You should see the beautifully syntax-highlighted code. If something goes wrong, then you can try one of the other options (export to RTF/HTML), although I've never had a problem with the clipboard method.
值得一提的是,64位notepad++不支持插件管理器和NPPExport,所以它们不会显示在插件菜单中。如果你尝试手动添加NPPExport插件,很可能你会看到:
64位notepad++不支持NPPExport插件
幸运的是,有NPP_Export插件可以从这里下载,它可以很好地与64位notepad++(在我的情况下是v7.2.2)和插件管理器的支持正在进行中(查看GitHub的更新)。
I practised almost all methods sent by other users in this thread but in my opinion my solution works perfect. I pasted even content from Notepad++ but supports only one font. I decided to use native programs desired to make apps. I set in every code editor (Visual Studio, Intellij Idea, Android Studio, etc) my fav font so I copy source code from my environment program and paste code formatting to my documentation together (with font also). Looks great and clear The first image shows the view in Android Studio.
第二张图片显示了粘贴的源代码。我只是复制了源代码的选定部分,并粘贴到我的文档编辑器。