wolverine2k / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Tab completion in code editor (feature request) #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When typing something like

import os
os.

it would be useful to have a window with all the possible completions to
"os." pop up.  See IPython for an example implementation.

Original issue reported on code.google.com by sjvdw...@gmail.com on 10 Apr 2009 at 8:41

GoogleCodeExporter commented 8 years ago
Thank you for the suggestion; it will certainly be something I will look at 
including
post 1.0.

Original comment by andre.ro...@gmail.com on 10 Apr 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Unfortunately, this could not be done without deep hacking of EditArea, the
javascript based editor used in Crunchy.

Such a feature *is* available at the interpreter prompt, with the "dir_help" 
option
set as True.

Changing the status to Cannot-do...

Original comment by andre.ro...@gmail.com on 12 Aug 2009 at 11:50