Hi everyone...
I read the code blocks manuel.. http://www.codeblocks.org/docs/manual_en.pdf
I want to export the code with color and in the manuel they said:' to export a file to rtf, you must do, file ==> export..'
but i can't find export in file...
Anybody can help me?
thanks
I think you don't have the Source exporter plugin installed, or it's disabled.
If you have C::B 8.02 on windows the contrib-plugins are not installed by default, you have to reinstall C::B and include the contrib-plugins this time.
On debian and perhaps other linux-derivates) there should be a package called "codeblocks-contrib*" that has to be installed.
If you compile C::B yourself you have to build either "ContribPlugins.workspace" or "ContribPlugins-unix.workspace" depending on your OS or do "./configure --with-contrib-plugins=all" before running "make".