Author Topic: hang c::b  (Read 2388 times)

Offline topohit

  • Single posting newcomer
  • *
  • Posts: 2
hang c::b
« on: February 15, 2015, 11:03:41 am »

I am using codeblocks in windows 7 64 bit. Sometimes simply working with the editor, hang me for 20 or 30 seconds.

Any idea why this happens?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: hang c::b
« Reply #1 on: February 15, 2015, 01:41:35 pm »

I am using codeblocks in windows 7 64 bit. Sometimes simply working with the editor, hang me for 20 or 30 seconds.

Any idea why this happens?
Which version of C::B do you use?
Also, can you try to disable the CodeCompletion and try again?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline topohit

  • Single posting newcomer
  • *
  • Posts: 2
Re: hang c::b
« Reply #2 on: February 15, 2015, 03:02:17 pm »
Im using 13.12 version.
I'll see what happens when I disable CodeCompletion. However, now is working well.
Editor tab, get the name of the file I'm editing followed by the entire directory where you are staying. This prevented me to see how many files had open. I have closed all files (which were many) and I am left alone with one, and it seems working.

Thanks for responding so quickly.