Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: OneShot on May 03, 2008, 11:49:29 am

Title: Export cpp files...?
Post by: OneShot on May 03, 2008, 11:49:29 am
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
Title: Re: Export cpp files...?
Post by: Jenna on May 03, 2008, 01:22:34 pm
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".
Title: Re: Export cpp files...?
Post by: OneShot on May 03, 2008, 02:19:12 pm
ok thx man, it's work now ;)