3  f @sFdZddlZddlZGdddZedkrBddlmZeddd dS) a=Complete the current word before the cursor with words in the editor. Each menu selection or shortcut key selection replaces the word with a different word with the same prefix. The search for matches begins before the target and moves toward the top of the editor. It then starts after the cursor and moves down. It then returns to the original word and the cycle starts again. Changing the current text line or leaving the cursor in a different place before requesting the next selection causes AutoExpand to reset its state. There is only one instance of Autoexpand. Nc@s<eZdZejejdZddZddZddZ dd Z d S) AutoExpand_cCs|j|_|jj|_d|_dS)N)textbellstate)selfZeditwinr7/opt/alt/python36/lib64/python3.6/idlelib/autoexpand.py__init__s zAutoExpand.__init__c Cs|jjd}|jjdd}|js.|j}d}n*|j\}}}}||ksL||krX|j}d}|sh|jdS|j}|jjdt|d||} |dt|}|dkr|j|jj d| |jjd}|jjdd}||||f|_dS)z1Replace the current word with the next expansion.insertzinsert linestartzinsert lineendrbreakzinsert - %d chars) rindexgetrgetwordsr getprevworddeletelenr ) rZeventZ curinsertZcurlinewordsrr linewordZnewwordrrr expand_word_events.  zAutoExpand.expand_word_eventc Cs|j}|sgS|jjdd}tjd|d|}~|jjdd}tjd|d|}~| rh| rhgSg}i}|jx*|D]"}|j|rq~|j||||<q~Wx*|D]"}|j|rq|j||||<qW|j||S)z?Return a list of words that match the prefix before the cursor.z1.0zinsert wordstartz\bz\w+\bzinsert wordendend)rrrrefindallreverseappend) rrZbeforeZwbeforeafterZwafterrdictwrrr r6s4          zAutoExpand.getwordscCsJ|jjdd}t|}x&|dkr<||d|jkr<|d}qW||dS)z)Return the word prefix before the cursor.zinsert linestartr rr N)rrr wordchars)rrirrr rUs  zAutoExpand.getprevwordN) __name__ __module__ __qualname__stringZ ascii_lettersZdigitsr r rrrrrrr rs r__main__)mainz!idlelib.idle_test.test_autoexpand) verbosity)__doc__rr%rr"Zunittestr'rrrr s K