Author Topic: Export cpp files...?  (Read 5054 times)

OneShot

  • Guest
Export cpp files...?
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Export cpp files...?
« Reply #1 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".

OneShot

  • Guest
Re: Export cpp files...?
« Reply #2 on: May 03, 2008, 02:19:12 pm »
ok thx man, it's work now ;)