RTF copy/paste for Netbeans 6.8 FCS - plugin detailExtension for NetBeans to copy editor content into RTF format documents. For example, the plugin allows you to copy the contents of the editor Netbeans OpenOffice or MS Office preserving syntax coloring.
[ You have to be logged in to be able to comment. ] User CommentsNot only Java.
If you are trying to use the context menu, then it works also for other formats (eg xml, c + +), but for example for PHP is not working. However, there is a workaround by using 'Copy as RTF format" option in drop-down menu "Edit".
Also I think that adding the option to copy the HTML would be great, but now I have a lot of other things to do and I'm busy. If you are interested (or anyone else) of the implementation of this, you can download the source and I can briefly introduce you in the structure of the code. I think that the implementation of this option is a simple task. Best wishes, Michael
Posted by misias on Jan 07, 2010
Only Java?Does this only work with Java files? I tried it with a PHP file, but the "Copy as RTF format" option was not there. (It worked in a Java file.) NB 6.8 / Mac OS X 10.5 / Java 6 Really cool, otherwise. It would be interesting to have a "Copy as HTML format" option as well.
Posted by overzealous on Jan 06, 2010
|