Text Auto-fill

C

ChuckDubya

It's common in web browsers to have a text auto-fill function for
personal information or passwords or whatnot. The flavor that I'm
referring to is the kind that pops up as you're typing the word, not
the kind that fills text fields before typing has started.

Well I want to know how to do that in Python. I'm looking to edit IDLE
so that it doesn't take me forever to code four lines.

Eventually, I want to create a Visual Basic-type environment for
myself. I'm a moron, and I need all the coding help I can get.
 
J

Jorgen Grahn

It's common in web browsers to have a text auto-fill function for
personal information or passwords or whatnot. The flavor that I'm
referring to is the kind that pops up as you're typing the word, not
the kind that fills text fields before typing has started.

Well I want to know how to do that in Python. I'm looking to edit IDLE
so that it doesn't take me forever to code four lines.

I'm very fond of the Emacs feature called 'dabbrev-expand', which lets you
type the start of a word and cycle through all words in all open files that
starts with those letters.

Not an answer to your question, but if you're going to hack on completion
algorithms, you might as well hack on a really great one!
Eventually, I want to create a Visual Basic-type environment for
myself. I'm a moron, and I need all the coding help I can get.

I suspected as much ;-)

/Jorgen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top