-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function & Data Members in same view #5
Comments
Hi Soumya, Ok, I'll have to look at it. The idea of the znode window is to have the In terms of implementation, what I ment was that the object 'usage' returns if you run the function_calls.js it would generate the following object: class_members[key][0]['line'] will return the line number but sometimes the index is not correct so you get back 'undefined'... thanks, On Wed, Apr 18, 2012 at 12:27 PM, Soumya Tripathy <
|
Hey Rem, |
Hey Soumya, I just looked at it and it looks good. I mean, if a user click on "display functions" button on a node, then he Oh, and the usage data is working now. It is getting the correct data and Looks like we are really close to finish. Just need to get the last things thanks, On Wed, Apr 18, 2012 at 4:49 PM, Soumya Tripathy <
|
Hi Soumya, two questions:
Otherwise, we can just use the new button you added "D" and remove my view That do you think? Thanks, On Wed, Apr 18, 2012 at 6:01 PM, Re'em Fazio [email protected] wrote:
|
|
Hi Soumya,
We could probably do the following:
What do you think? Thanks p.s: I think I fixed the svg bug. I'll push the patch once I am done with On Wed, Apr 18, 2012 at 11:48 PM, Soumya Tripathy <
|
Sorry I didn't understand what you meant in (2). So what other data needs to be displayed... Can you give me an example of what else should be displayed... (a code example actually. ?? ).. Its so good that you could track down that svg bug.. its really important.. Thanks so much. Could you push that sooner than later :). |
Hi Soumya, Sorry for the late reply. I will reply back with more details when I get home. Thanks Sent from my iPhone On Apr 19, 2012, at 10:32 AM, Soumya [email protected] wrote:
|
Hey rem,
I saw your function call thing. The problem with that is that it used the original znode window which really doesn't match with our UI. The key factor for a UI is that it should be uniform across all functionality. So I added a "D" button to the nodes which will show the data members and their usage all together while also showing the inherited members out of it.
The other thing is since we are showing a list of classes you shouldn't use a window listing the same thing. Its redundant.
Take a look at the view and you will see what I was talking about.
Use the multi-level-inheritance file to see it.
Also, I didn't understand the issue you mentioned with your implementation. Could you elaborate and show me a test case and what happens there.
The text was updated successfully, but these errors were encountered: