Author Topic: Code::Blocks it's sweet!  (Read 3237 times)

juanfgs

  • Guest
Code::Blocks it's sweet!
« on: January 30, 2008, 07:40:30 pm »
I've just found Code::Blocks this morning and I've been using it, once I figured out how to configure it (code autocompletion and linking with Gtkmm), it was really useful and intuitive (and a lot faster than Eclipse, which was the main reason I wasn't using it). I'm going to use it for my C++ college project, so a big thanks to all the developers who make C::B possible!.
Also, is there any plugin that allows using C::B with PHP? (with autocompletion, etc.etc.), that would be really nice.

Excuse me for my poor english.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code::Blocks it's sweet!
« Reply #1 on: January 31, 2008, 08:21:43 am »
Also, is there any plugin that allows using C::B with PHP? (with autocompletion, etc.etc.), that would be really nice.
Not for autocompletion (at least not to my knowledge), but syntax highlighting is built-in. But this requires a recent nightly build btw.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ