Author Topic: Problems with Code Completion and external library. (SFML)  (Read 3910 times)

Offline ljrobison

  • Single posting newcomer
  • *
  • Posts: 2
Problems with Code Completion and external library. (SFML)
« on: June 23, 2013, 12:23:40 am »
Hello all.  I recently switched to a Linux a few months ago and I am loving it.  Not being able to use Visual Studio, I naturally installed Code::Blocks.  I am absolutely thrilled with the program.  It's much quicker, and I find it cleaner and easier to use.  However, I only have one problem.  The Code Completion feature doesn't work for external libraries (SFML, etc).

Example:
http://imgur.com/9sOYb2f

The code completion does not show up with any of the methods or anything for the RenderWindow instance related to SFML.  (Ex. There should be .close() .draw() etc).  This isn't really a huge deal.  But I was wondering if there was a way to fix it.  

Thank you all!

(Keep in mind, I am a hobbyist programmer, so I don't know if I got the correct terms across, but I hope it makes sense haha)

Offline ljrobison

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problems with Code Completion and external library. (SFML)
« Reply #1 on: June 23, 2013, 05:53:09 am »
It seems I have fixed my problem.  A fresh install of the nightly build works. This can now be closed.