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

Home » Developing U++ » U++ Developers corner » Assist++ future
Re: Assist++ future [message #16977 is a reply to message #10914] Thu, 24 July 2008 10:24 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
I got some idea today and I wonder if it makes sense.

What about search function cooperating with Assist++ parsed data, like you would enter "\assignment x" (eventually with whole word flag), and from source
void foo( int & x )
{
  int b = x * 10;
  x = b - x;
}

it would find only the line "x = " and ignore those x in function parameters and calculation.

Mirek, after parser refactoring, would you store some data similar to this, so you can tell whether some piece of source is assignment / usage / class definition / inheritance definition / etc..?
And if yes, does anyone think such extended search would be practical and good to use?
(*I* can imagine to use it rarely, so I would need easy way to see what options I can use (probably droplist after "\" character, because I would not remember all the options)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ infrastructure server...
Next Topic: Decimal
Goto Forum:
  


Current Time: Fri Jun 12 10:16:02 GMT+2 2026

Total time taken to generate the page: 0.00658 seconds