User forums > Nightly builds
The 10 October 2009 build (5859) is out.
rjwgnr27:
--- Quote from: jens on October 21, 2009, 01:55:05 pm ---
--- Quote from: jens on October 13, 2009, 09:14:07 am ---To all with large projects and long timeouts, please try to disable the symbols browser, not the whole codecompletion and post here whether it changes anything.
Check "Settings -> Editor... -> Code-completion and symbols browser -> Symbols browser -> Disable symbols browser"
--- End quote ---
Symbols-browser should now (svn r5872) should now be much faster.
Please test (if possible) and report back any issues.
--- End quote ---
Just tested it out. Not only much faster than the problem version I reported earlier, but appears even faster than the old CC I was holding at! Thanks! Great job! :D
Jenna:
I just commented ou the call of the RemoveDoubles-function (svn r5873) .
I think it's better to have some doule tokens, than to lose (or better not to see) useful information.
It's surely not a simple job to parse the complex structure of the compilers include-files, but it can not be handled correctly by the symbols browser.
It has to be done by the parser.
ollydbg:
--- Quote from: jens on October 21, 2009, 11:57:26 pm ---I just commented ou the call of the RemoveDoubles-function (svn r5873) .
I think it's better to have some doule tokens, than to lose (or better not to see) useful information.
It's surely not a simple job to parse the complex structure of the compilers include-files, but it can not be handled correctly by the symbols browser.
It has to be done by the parser.
--- End quote ---
You are right, it's parser's problem. I just parse one file (copy the contents of vector.tcc to main.cpp).
It seems there are five vector classes. :(
I will check the bug.
ollydbg:
--- Quote from: ollydbg on October 22, 2009, 03:21:30 am ---
--- Quote from: jens on October 21, 2009, 11:57:26 pm ---I just commented ou the call of the RemoveDoubles-function (svn r5873) .
I think it's better to have some doule tokens, than to lose (or better not to see) useful information.
It's surely not a simple job to parse the complex structure of the compilers include-files, but it can not be handled correctly by the symbols browser.
It has to be done by the parser.
--- End quote ---
You are right, it's parser's problem. I just parse one file (copy the contents of vector.tcc to main.cpp).
It seems there are five vector classes. :(
I will check the bug.
--- End quote ---
A patch to solve this problem in
http://forums.codeblocks.org/index.php/topic,11187.msg77545.html#msg77545
Trigve:
Hi,
I've tried this nightly release and have some suggestion. When using the symbol tab, one can select type of sorting the members of some class (or whatever) you choose in top symbol window. But all sort options are mutually exclusive. It would be good if I could chose "sort by kind" and also "sort alphabetically". So I think that these options should be split up to 2 categories: 1. category will be sort options, 2. should be display options (display by kinds, by member access, ...) . So one can then use sorting options with display options. What do you think?
Thanks
Trigve
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version