U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Wed Sep 16 01:12:58 GMT+2 2026

Total time taken to generate the page: 0.00605 seconds