Page 1 of 1

Automatic Word Lookup / Display

Posted: Thu Sep 15, 2005 4:23 pm
by joeldare
I would like to see a feature that would automatically lookup the word you were typing in a dictionary.

If I had a dictionary entry of:

echo ( string arg1 [, string ...] )

When I type in the letters "ec" it would show the first matching entry from the dictionary (in this case, the echo line above) in the status bar at the bottom.

This would be an invaluable tool for those of us who do development using textpad, be it HTML, Java, PHP, Python, MySQL, or anything else.

This is similar to "code completion", but it does it in a way I like better.

It could be designed so that if there are no dictionaries, then it add's little or no overhead to the program.

as we grow old waiting for 5.0

Posted: Sat Sep 17, 2005 6:21 am
by webber123456
Autohotkey has several macros which can be used to achieve this feature.

http://www.autohotkey.com/

Posted: Sat Sep 17, 2005 12:57 pm
by s_reynisson
@joeldare; Something like IntelliComplete? (50usd). HTH