Randall O'Reilly
Randall O'Reilly
should be very simple.. not sure what best style etc to use and whether there is a useful default here -- do some research.. most likely just same rendering as...
So much nicer output than current greedy algorithm! algorithm is implemented here in relatively standalone fashion, should be not too hard to port: https://github.com/bramstein/typeset/blob/master/src/linebreak.js
Currently, paste is updated based on clipboard having something. Copy and Cut are not updated and always show as enabled (active). Probably most reliable mechanism is to just search tree...
If a node at a given level has a .class spec, then it should bring in css sub-properties that are nested within that .class in the style sheet? Overall, not...
editing a ki.Props map will offer type options for the instance{} type based on the ki.PropTag() method, but if you have a sub-ki.Props map, it won't have a ki owner...
we use these in emergent for zooming, panning 3D display -- seem pretty useful there, but would be good to make sure they don't have same wrap-around and other bugs.
probably also best way to support between-window DND, rather than trying to cobble a custom solution. with all the existing clipboard etc support it shouldn't be too hard, at least...
requires further modifications to go generate to grab comments, make same kind of array for lookup etc.
e.g., the floor plane in example/gi3d -- at certain points it turns off b/c bounding box intersection goes to zero. some kind of projection math issue..