Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » bug: code completion is not working when namespaces are used
Re: bug: code completion is not working when namespaces are used [message #24324 is a reply to message #24317] Mon, 11 January 2010 08:24 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
aftershock wrote on Sun, 10 January 2010 10:43

They should not be ignored..Do not you think?



In ideal world, yes.

In real world, I trade fast autocompletition for ignoring namespaces.

BTW, it is still the same issue: You can do this "correct way": that means running preprocesor on the file each time you request autocomplete and each time you leave the file (to have the global map of symbols).

Preprocessor itself on average file runs for 2-3 seconds. It creates an output that has about one million of lines (because of includes) - then you have to parse this file.

Plus, autocomplete would cease to work in certain header files too...

That is why I believe it is essential to cheat here.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: another parsing bug
Next Topic: umk options suggestion
Goto Forum:
  


Current Time: Tue May 14 00:47:58 CEST 2024

Total time taken to generate the page: 0.02776 seconds