NAME

App::Codit::Plugins::WordCompletion - plugin for App::Codit

DESCRIPTION

Make your life easy with word completion.

DETAILS

This plugin will scan open documents for words longer than five characters and store them in a database. Whenever you start typing similar words it will pop a list with suggestions. You can close this popup with the escape key. You can traverse the list with your keyboard and select and entry with the mouse or the return key.

You can temporarily disable word completion through an option in the Tool menu.

In the toolmenu you will also find an option to pop a dialog for configuring word completion. The Active delay option specifies the wait time after the last key stroke. The Pop size option specifies how many characters you type before a pop up occurs. The Scan size option specifies the minimal word size for addition to the database.

Word completion only works on files opened after this plugin was loaded. You may want to restart Codit after loading this plugin.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

TODO

BUGS AND CAVEATS

If you find any bugs, please contact the author.

SEE ALSO