DevC++ file parsing

Started by
2 comments, last by Feidias 19 years, 7 months ago
I have a project with 45+ source files and after loading the project DevC++ begins to parse the files. What is this file parsing and why it takes 50 seconds? Also I noticed that saving an individual project file takes some seconds more than it would in small projects. It's actually more annoying than 50 secs file parsing every time I load the project. I moved this project from Rhide (DOS) to DevC++. In Rhide there is no delays whatsoever in loading the project or saving files.
Advertisement
I think it's DevC++ rebuilding the autocomplete cache for your project. It happened to me a couple of times whilst I was using DevC++ and then it just stopped. I'm not too sure what fixed it :/
I have to admit that I have no experience in DevC++ or Rhide what so ever, but I guess DevC++ looks for the symbols in source files every time you load your project. If your using Rhides project files DevC++ might not have any means to save the symbol information anywhere. Try saving your project in native DevC++ format if not already.
Quote:Original post by Winograd
I guess DevC++ looks for the symbols in source files every time you load your project.


Class browser was the reason why it did that. I turned it off.

This topic is closed to new replies.

Advertisement