Author Topic: What search c::b when i open file  (Read 4220 times)

Offline sobolev

  • Single posting newcomer
  • *
  • Posts: 4
What search c::b when i open file
« on: June 05, 2015, 05:41:07 pm »
Hi
I have big problem: each time i open some files from project in c::b begins very long processing of full disk. How can i avoid this,

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: What search c::b when i open file
« Reply #1 on: June 05, 2015, 07:59:36 pm »
First suggest turn off the "code completion plugin".

Second suggest if that fails turn off all plugins except for the compiler plugin.
Edit: If the problem goes away turn the plugins on one by one to locate the cause.
else the problem is in the main program, sdk, or compiler plugin.

Once the plugin causing the issue is located, ask for suggestions to fix the issue.

Or, post more information on possible causes of the issue.

Edit2: The CB version and OS information likely would help us help you!

Tim S.
« Last Edit: June 05, 2015, 08:04:04 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline sobolev

  • Single posting newcomer
  • *
  • Posts: 4
Re: What search c::b when i open file
« Reply #2 on: June 06, 2015, 05:44:30 am »
Thank you. I sure now: problem in codecompletion. But that plugin very important for me.
os - win 2003 server, c::b - regular release 13.12
what can i do to resolve trouble?

Offline sobolev

  • Single posting newcomer
  • *
  • Posts: 4
Re: What search c::b when i open file
« Reply #3 on: June 06, 2015, 06:15:10 am »
Problem accured after i had try install "gnu tools" (http://sourceforge.net/projects/cbadvanced/?source=directory).
removing gnutools and reinstalling c::b not helped me.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: What search c::b when i open file
« Reply #4 on: June 06, 2015, 03:59:53 pm »
I do NOT use code completion so; not much help on the cause.

The only issue I remember is you need to have the CB Project and the source files in the CB project on a single drive and you want only the files needed by the project inside the folder that contains the CB project cbp file.

You can wait for answers for other users of code completion or search the forum for answrers.

Note: The other option is to try a recent nightly and see if the problem goes away.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: What search c::b when i open file
« Reply #5 on: June 06, 2015, 04:08:55 pm »
Problem accured after i had try install "gnu tools" (http://sourceforge.net/projects/cbadvanced/?source=directory).
removing gnutools and reinstalling c::b not helped me.

If this is the true cause; it would be worth while to delete the Code::Blocks config (while CB is NOT running) and see if the problem goes away.

I will add where the config is once I am on windows likely be a few hours. I believe the file is called default.cfg it is under hidden APPDATA folder.

Correction: File called default.conf and it is in "C:\Users\USERNAME\AppData\Roaming\codeblocks" where USERNAME is your username.

Tim S.
« Last Edit: June 06, 2015, 06:50:13 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline sobolev

  • Single posting newcomer
  • *
  • Posts: 4
Re: What search c::b when i open file
« Reply #6 on: June 06, 2015, 09:54:57 pm »
Thanks for all who answer. I recognize the nature of my problem: codecompletion seeks from top level of filesystem whom belong any file of project. I have invetored projects and resolve trouble.
(sorry fo my broken language)