Code::Blocks Forums
User forums => Help => Topic started by: rob on February 24, 2005, 12:48:17 am
-
Hi all
First, I really like codeblocks and I try to get rid of the bloated MS Visual Studio.
One strange thing I have observed. The message (from subject) is always popping up, whenever I give focus to another application, e.g. a webbrowser. I have no other application using my source files, they have been created with codeblocks itself. How can I get rid of those messages ?
I have the newest codeblock distribution running on Windows XP.
regards
rob
-
We 've had some reports of this happening. This used to happen when you created a new file in the IDE. There is a bug in there and you must close the new file and re-open it from the project tree. Then it should work.
Also mind that the modification check is performed when the IDE receives focus again. It doesn't matter if you were using a webbrowser, a spreadsheet or anything else. If you modify a file outside the IDE (which is open inside the IDE), switch to your webbrowser and then switch to the IDE you will get notified about it...
HTH,
Yiannis.
-
But, you will get this message when you have loaded the same file twice, too. This happens always, if you have files with case letters (i.e. File.h/File.cpp) and use the swap header/source function (F11). Sometimes, if the compiler find an error message and loads the source file, you will get a second copy of the source file. It seems, that c::b does not recognizes all loaded files.
So, next time you will get this message, have a look in the Window menu.
And yes, this is a very nice IDE!
bye,
stefan
-
But, you will get this message when you have loaded the same file twice, too. This happens always, if you have files with case letters (i.e. File.h/File.cpp) and use the swap header/source function (F11). Sometimes, if the compiler find an error message and loads the source file, you will get a second copy of the source file. It seems, that c::b does not recognizes all loaded files.
So, next time you will get this message, have a look in the Window menu.
And yes, this is a very nice IDE!
bye,
stefan
Yeah, I've had this problem too when the IDE will keep multiple copies of the same file open at once.
-
I think I 've fixed in CVS. I can't make it happen anymore (previously I could).
I guess, we 're gonna see it in the next update where more people will be testing it :)
Yiannis.
-
I experience this occasionally even in 10.04, when the file has unsaved modifications for several minutes.
-
I experience this occasionally even in 10.04, when the file has unsaved modifications for several minutes.
please don't hijack 7 year old threads! ???
topic locked.