Simon King wrote:

I wonder if this is a nice feature, though. Imagine you do "g.i<TAB>"
-- should it really return *all* method names that *contain* (rather
than start with) an "i"? This wouldn't be helpful, IMHO.


This has been discussed before, and one compromise that seems reasonable to me is:

g.i<TAB> lists methods starting with i
g.i<TAB><TAB> lists methods containing i

or

g.i<SHIFT-TAB> lists methods containing i

Jason

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to