Author Topic: SMALL BUG - file is grayed on project tree after turning compilation on  (Read 6140 times)

Offline froff

  • Multiple posting newcomer
  • *
  • Posts: 16
hello
When I have inactive file - with compilation and linking turned off it is displayed in gray color on project tree.
But when I turn compilation and linking on it stays grayed.
After project reload it becomes black again.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7786
    • My Best Post
The will likely be ignored since no version/SVN of Code::Blocks with the problem was stated.
Note, please read the C::B wiki page for the proper location to report bugs.

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 froff

  • Multiple posting newcomer
  • *
  • Posts: 16
The will likely be ignored since no version/SVN of Code::Blocks with the problem was stated.
Note, please read the C::B wiki page for the proper location to report bugs.

Tim S.

svn 6181
Ok, next time I'll report by formal procedure.

P.S.: It works improperly in both directions - when You include or exclude from compilation file color doesn't change until project reload.

Offline rcoll

  • Almost regular
  • **
  • Posts: 150
I am running svn 6186, compiled with TDM GCC 4.4.1 on Win XP.  I don't see this problem, unless I am not understanding you correctly?

Ringo

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
I can confirm this bug in linux and on windows.

I attach a patch that can fix it, and what's more fixes another error:
if the project-tree gets rebuild the expanded nodes get remembered, but not the selected node (you can see this if you add new files with the classwizard, after adding the root item will always be selected).

Please test it !

It seems to work without problems, but I have no time to do a longer test, because I will not be at home the next two weeks from monday to friday and I have no internet at work (at least not the ifrst week).
Any response will reache me until this tomorrow morning 5:00 AM UTC or next friday late evening.

Other devs please have a look into the changes to globals.*, especially if their are objections to commit it (if no substantial errors will be found).


[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: SMALL BUG - file is grayed on project tree after turning compilation on
« Reply #5 on: August 02, 2010, 11:48:06 pm »
Patch committed (svn r6441).