Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hm. The list is cropped at 250, but the point is mostly that you're supposed to 
search for a specific function. I've also had some trouble settling on a 
criteria for what should come up without a search.

In any case, this is happening with the SVN version? I'm mainly curious whether 
the glitch is the visualizer or whether the function is flat out not in the 
database. The underlying data code for that visualizer got a total rewrite and 
I'm wondering if I screwed it up.

Original comment by [email protected] on 17 Jul 2010 at 12:17

from slimtune.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
No, this is with a search. The functions are in the database, at least 
partially since they are shown in the other visualizers.

The version I am using has not been updated since my last commit, so it doesnt 
include your recent changes(I was waiting for thing to stabalize before 
updating:-).

I would be interested to know why you think you need to crop the list of 
functions? Listviews should be able to handle 10 000s of entries without 
problems if used correctly. (Perhaps this would require some sort of 
virtualization though).

Original comment by [email protected] on 17 Jul 2010 at 11:56

from slimtune.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Having a gigantic list of every function in the app didn't seem very useful, so 
I clamped it to an arbitrary number. I could use a larger arbitrary number? Or 
do you really want a list of thousands of functions? I need to mess with how 
the sort is handled as well.

Original comment by [email protected] on 17 Jul 2010 at 1:54

from slimtune.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Well it isnt really that important, but I would have gone with a gigantic list 
sorted by name. That way I can browse through the namespaces by scrolling down 
the list.

The real problem is functions not showing up when searching.

Original comment by [email protected] on 17 Jul 2010 at 2:49

from slimtune.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Yeah I'm not too sure about that -- I just ask the database via LIKE %keyword%. 
But the visualizer's data code just got rewritten anyway.

I'll see what's most effective to do with the function list. Maybe the thing to 
do is to strip out "uninteresting" functions when there's no search text and 
report the entire rest of the set.

Original comment by [email protected] on 17 Jul 2010 at 2:53

from slimtune.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Closing this for the time being, but wouldn't mind revisiting past 3.1 (soon). 

Original comment by [email protected] on 8 Mar 2011 at 5:29

  • Changed state: WontFix

from slimtune.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.