On 2007-02-26, Ted Zlatanov <[EMAIL PROTECTED]> wrote: > You probably want inversion lists for this. They are very efficient > for sparse membership, and extend to N members easily since they are > just linked lists internally.
Yes, they also don't sound bad. > I also think the tag ideas would apply nicely to Ion3 elements. Right > now, "goto window," for example, has just the tab-completion interface > by name. It could use tags by window class, workspace type and > number, etc. Just a thought for Ion3plus. Actually, the new drawing engine attribute matching code uses very closely related ideas. And this tagging of windows, you can script it... -- Tuomo
