Search found 3 matches

by Buurmas
Wed Sep 30, 2009 4:49 pm
Forum: Compare It! - Suggestions
Topic: For source code, display function declaration
Replies: 4
Views: 16936

Thinking about this more

It seems like one trickiest part here is, given a line of code, identifying the preceding function. And it's language dependent. For C++, I think you want to look for a pattern like this: ReturnValue FunctionName(*)*{ ... where * are wildcards. FunctionName might be ClassName::FunctionName, but it s...
by Buurmas
Mon Feb 09, 2009 3:01 pm
Forum: Compare It! - Suggestions
Topic: For source code, display function declaration
Replies: 4
Views: 16936

Thank you!

Thank you! And thanks again for a very useful product.
by Buurmas
Wed Feb 04, 2009 4:26 pm
Forum: Compare It! - Suggestions
Topic: For source code, display function declaration
Replies: 4
Views: 16936

For source code, display function declaration

Thanks for your great product. All our developers use Compare It! We have been using it (among other things) for C++ code reviews. It does a great job of taking us right to the change. But then the question always follows: "Wait, what function are we in?" We page up and locate the function and then ...