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 » 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 Jul 18 16:14:18 CEST 2025

Total time taken to generate the page: 0.03801 seconds