First of all: Sorry for my bad english.
I think I found some errors on the new CVS-Version, here's the list:
- Older workspace/project-files couldn't be loaded
I think that this is because in the old files there is "Code::Blocks_workspace_file" width "::" in it and in the new files there is "CodeBlocks_workspace_file" without "::"
- I wanted to switch the view in the project tree "categorize by filenames"
in the right-click-popup-menu nothing happened, in the headmenu the view switched
same in classbrowser with "flat" and "structured"
Then, I don't know if it is a bug or a feature in Code-Completetion. If I type a word and the list comes up and I continue writing a word that doesn't belong to the list the list becomes clear but it is still there. I think it would be better if the list closes in that situation.
Another thing in the codecompletetion is that it only shows the members of the specified class. No inherited Members are listed. Is it a bug, or will it come in a next version?
At last a feature request: Perhaps it is possible to parse the headers like <windows.h> for code-completetion? Or is it in another way possible to get the WinAPI-Functions for example in the list for Code-Completetion?