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: CodeEditor, Assist++, Topic++ » how to enable code completion feature for standart c++ library?
how to enable code completion feature for standart c++ library? [message #1590] Thu, 09 March 2006 10:35 Go to next message
runnig is currently offline  runnig
Messages: 1
Registered: March 2006
Junior Member
how to enable code completion feature for standart c++ library?
Re: how to enable code completion feature for standart c++ library? [message #1599 is a reply to message #1590] Thu, 09 March 2006 15:22 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
runnig wrote on Thu, 09 March 2006 04:35

how to enable code completion feature for standart c++ library?


Not implemented yet, sorry. It will take some time, you can expect parsing of external headers in the second half of year. (The problem is that we have to find quick and dirty way how to deal with plentiful macros in standard C++ library - our parser does not preprocess files for performance reasons).

Mirek
Re: how to enable code completion feature for standart c++ library? [message #3945 is a reply to message #1599] Mon, 10 July 2006 16:48 Go to previous messageGo to next message
qwerty is currently offline  qwerty
Messages: 130
Registered: May 2006
Experienced Member
...and would be there parsing all included headers in 'project'???
Re: how to enable code completion feature for standart c++ library? [message #3948 is a reply to message #3945] Mon, 10 July 2006 17:33 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
The real trouble is not finding the included headers, but fact that stdlib code is full of macros that current parser is unable to deal with....

Mirek
Re: how to enable code completion feature for standart c++ library? [message #3952 is a reply to message #3948] Tue, 11 July 2006 08:37 Go to previous messageGo to next message
qwerty is currently offline  qwerty
Messages: 130
Registered: May 2006
Experienced Member
pardon me, but why to worry about c++ stdlibs?? It looks like upp handle of sort of things. just make prasing possible for any includable object as it is possible without any big chalenges. those, wich won't parse, parse not(maybee drop note like "unable to parse" if Assist++) Smile. Just something, if it can parse, use it... or I am missing something(again Razz )?
Re: how to enable code completion feature for standart c++ library? [message #3959 is a reply to message #3952] Tue, 11 July 2006 17:30 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, if nothing else, handling macros is a nice challenge. The fun part is that in theory, it is not possible within current parsing model.

Moreover, if you want to parse just U++ things, you have headers in packages and they get parsed....

Mirek
Re: how to enable code completion feature for standart c++ library? [message #3967 is a reply to message #3959] Tue, 11 July 2006 19:47 Go to previous message
qwerty is currently offline  qwerty
Messages: 130
Registered: May 2006
Experienced Member
ok, I was just wondering about Very Happy
Previous Topic: Browse topics / Print problem
Next Topic: Assist++ doesn't work!
Goto Forum:
  


Current Time: Fri Mar 29 16:35:31 CET 2024

Total time taken to generate the page: 0.01410 seconds