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 » parsing bugs in the IDE
parsing bugs in the IDE [message #24267] Fri, 08 January 2010 11:54 Go to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Hi,
The current parser does not seem to find formal arguments of a procedure
If I use ctrl+g, it does not come up in the list, and it does not come up in code completion either.

E.g. string compactcommandline(string defaultcommandline,string commandline)
{
defaultcommandline will not be found.
Good Luck!
Re: parsing bugs in the IDE [message #24311 is a reply to message #24267] Sun, 10 January 2010 14:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Is it std::string or U++ string?

TheIDE at this moment is unable to parse external headers, because they tend to be loaded with macros.
Re: parsing bugs in the IDE [message #24314 is a reply to message #24311] Sun, 10 January 2010 16:30 Go to previous messageGo to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
It is std::string.
Re: parsing bugs in the IDE [message #24316 is a reply to message #24314] Sun, 10 January 2010 16:41 Go to previous messageGo to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
This seems to be different problem.. see this:

int compactcommandline(int asas)
{

as // if you try to autocomplete as it will not offer asas.
int i,j;
}
Re: parsing bugs in the IDE [message #24323 is a reply to message #24316] Mon, 11 January 2010 08:18 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
aftershock wrote on Sun, 10 January 2010 10:41

This seems to be different problem.. see this:

int compactcommandline(int asas)
{

as // if you try to autocomplete as it will not offer asas.
int i,j;
}


Ah, that is a feature, albeit poor one (I guess it will need to be improved): Local variables are not suggested.

Mirek
Previous Topic: new feature request, find next error
Next Topic: Suggestion: package-list with same "widget" as file-list
Goto Forum:
  


Current Time: Thu Mar 28 15:12:46 CET 2024

Total time taken to generate the page: 0.01483 seconds