[20:30] hatch: https://codereview.appspot.com/8186045 is a sample of what I'm thinking for events. Just a little extension to track/clean up. [21:55] rick_h_ ahh you made a little factory extension [21:55] my only concern would be that sometimes yuiid's change [21:56] so you could be trying to show an indicator on a node that doesn't exist [22:32] hatch hmmm..not sure what to do for that case. [22:33] what does this indicator show? [22:33] hatch but yea. i figure to make an extension for our event stuff too. [22:33] a skinny graphic centered on the target node. auto sizing and all that. [22:34] ok so it shoudln't really be that much work to instantiate? Maybe it's worth just destroying when done? [22:36] maybe. I was going to link you but the thing won't load on the tablet atm. [22:37] basically when we list files we keep one indicator on the view and the dom structure for the overlay is all setup [22:37] you should check out irc management software so you can use the same username on all devices :) [22:37] s/username/account [22:37] so multiple file browsing doesn't need to keep adding/clearing from the dom [22:38] heh I do have it in my irssi instance. just like using the tablet on its own. [22:38] oh ok :) [22:38] I'm out with the wife atm [22:38] so away from my laptop [22:39] anyway, go to /bws/sidebar and click Cassandra. then click on hooks and the files listed [22:40] oh I don't have any of that stuff running right now :) [22:40] I'm doing some Unity 3d stuff for fun - boy do I wish javascript had IDE's like they do for C# [22:42] heh vim or bust [22:42] why I never get around to doing android. [22:42] why? Python could bennefit from this type of autocompletion too [22:43] actually anything with the native ability to import classes [22:43] hatch meant to load it on upstage and you csnse [22:43] autocomplete is evil :p [22:44] you can get good autocomplete in python with wingide or pycharm [22:44] oh does it know what methods are available from the classes you have imported? [22:44] yea [22:45] ahh that's great [22:45] it does all kinds of magic [22:45] wish javascript had that [22:45] I mean, sublimes autocomplete works great but it would be even better if it would ac from the other classes [22:47] autocomplete can let you getaway with really bad naming and names pacing. see php heh [22:48] sure but you can't blame the tool for it being used improperly [22:49] forks don't feed people - people feed people :P [22:52] I don't think anyone follows any conventions in C# [22:52] it kind of looks like a free-for-all when it comes to naming conventions haha