On Mon, 10 May 2010 09:22:21 -0400, Ary Borenszweig <[email protected]>
wrote:
Steven Schveighoffer wrote:
Several others have privately brought up this problem to Walter. He
does not want to change how the symbol lookup tables work, and there is
no way to iterate them.
I can't imagine why something as simple as iterating a symbol lookup
table can't be implemented.
(in fact I iterate that lookup table in Descent to show
autocompletions... I don't generate every possible string in the world
and see if it's a symbol, and if so, suggest it as an autocompletion...
hmmm...)
On that point I'm just the messenger, I'm not sure why Walter has that
position, and I don't know enough about the code to know how to fix it.
-Steve