HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.10/idlelib/__pycache__/parenmatch.cpython-310.opt-1.pyc
o

�i$�@sjdZddlmZddlmZdddd�ZdZGd	d
�d
�Ze��e	dkr3ddl
mZed
dd�dSdS)z�ParenMatch -- for parenthesis matching.

When you hit a right paren, the cursor should move briefly to the left
paren.  Paren here is used generically; the matching applies to
parentheses, square brackets, and curly braces.
�)�HyperParser)�idleConf�(�[�{��)�]�}�dc@s�eZdZdZdZdZdd�Zedd��Zdd	�Z	d
d�Z
dd
�Zdd�Zdd�Z
d"dd�Zdd�Zdd�Zdd�Zdd�Zeeeed�Zdd�Zd d!�ZdS)#�
ParenMatcha'Highlight matching openers and closers, (), [], and {}.

    There are three supported styles of paren matching.  When a right
    paren (opener) is typed:

    opener -- highlight the matching left paren (closer);
    parens -- highlight the left and right parens (opener and closer);
    expression -- highlight the entire expression from opener to closer.
    (For back compatibility, 'default' is a synonym for 'opener').

    Flash-delay is the maximum milliseconds the highlighting remains.
    Any cursor movement (key press or click) before that removes the
    highlight.  If flash-delay is 0, there is no maximum.

    TODO:
    - Augment bell() with mismatch warning in status window.
    - Highlight when cursor is moved to the right of a closer.
      This might be too expensive to check.
    z<<parenmatch-check-restore>>)z
<KeyPress>z
<ButtonPress>z<Key-Return>z<Key-BackSpace>cCs0||_|j|_|j�|j|j�d|_d|_dS)Nr)�editwin�text�bind�RESTORE_VIRTUAL_EVENT_NAME�
restore_event�counter�is_restore_active)�selfr
�r�//usr/local/lib/python3.10/idlelib/parenmatch.py�__init__(s
�
zParenMatch.__init__cCsVtjddddd�|_tjdddddd	�|_tjddd
ddd	�|_t�t��d
�|_dS)N�
extensionsr�style�opener)�defaultzflash-delay�inti�)�typer�bell�bool�Zhilite)rZ	GetOption�STYLE�FLASH_DELAY�BELLZGetHighlightZCurrentTheme�
HILITE_CONFIG)�clsrrr�reload3s�
�
�

�zParenMatch.reloadcCs0|js|jD]
}|j�|j|�qd|_dSdS)z5Activate mechanism to restore text from highlighting.TN)r�RESTORE_SEQUENCESrZ	event_addr�r�seqrrr�activate_restore>�


�zParenMatch.activate_restorecCs0|jr|jD]
}|j�|j|�qd|_dSdS)zRemove restore event bindings.FN)rr'rZevent_deleterr(rrr�deactivate_restoreEr+zParenMatch.deactivate_restorecCst|jd���}|�|�dS)zAHandle editor 'show surrounding parens' event (menu or shortcut).�insert�break)rr
�get_surrounding_brackets�finish_paren_event)r�event�indicesrrr�flash_paren_eventLs

�
zParenMatch.flash_paren_eventcCsN|j�d�}|tvrdSt|jd�}|��sdS|�t|d�}|�|�dS)zHandle user input of closer.z	insert-1cNT)r�get�_openersrr
Z
is_in_coder/r0)rr1ZcloserZhpr2rrr�paren_closed_eventSs
zParenMatch.paren_closed_eventcCsZ|dur|jr|j��dS|��|j�|j|j�||�|jr'|j	�dS|j
�dS�N)r#rrr*�tagfuncsr4r!�create_tag_expressionr"�set_timeout_last�set_timeout_none�rr2rrrr0`s
�zParenMatch.finish_paren_eventNcCs&|j�d�|��|jd7_dS)zRemove effect of doing match.�parenr N)rZ
tag_deleter,r)rr1rrrrkszParenMatch.restore_eventcCs||jkr|��dSdSr7)rr)rZtimer_countrrr�handle_restore_timerqs
�zParenMatch.handle_restore_timercCs&|j�d|d�|j�d|j�dS)z'Highlight the single paren that matchesr=rN)r�tag_add�
tag_configr$r<rrr�create_tag_openerxszParenMatch.create_tag_openercCsb|j�|d�dvr|dd}n|d}|j�d|d|dd|d|�|j�d|j�dS)z#Highlight the left and right parensr r�+1cr=rz-1cN�rr4r?r@r$�rr2Z
rightindexrrr�create_tag_parens}s
$zParenMatch.create_tag_parenscCsR|j�|d�dvr|dd}n|d}|j�d|d|�|j�d|j�dS)zHighlight the entire expressionr rrBr=rNrCrDrrrr9�s
z ParenMatch.create_tag_expression)rrZparensZ
expressioncCs>|jd7_||j|j�d�fdd�}|jj�t||�dS)zSHighlight will remain until user input turns it off
        or the insert has movedr r-cSs4||j�d�kr|�|�dS|jj�t||�dS)Nr-)r�indexr>r
�
text_frame�after�CHECK_DELAY)�callmer�crFrrrrJ�sz+ParenMatch.set_timeout_none.<locals>.callmeN)rrrFr
rGrHrI)rrJrrrr;�s


�zParenMatch.set_timeout_nonecCs0|jd7_|jj�|j||jfdd��dS)zFThe last highlight created will be removed after FLASH_DELAY millisecsr cSs
|�|�Sr7)r>)rrKrrr�<lambda>�s
z-ParenMatch.set_timeout_last.<locals>.<lambda>N)rr
rGrHr")rrrrr:�s
�zParenMatch.set_timeout_lastr7)�__name__�
__module__�__qualname__�__doc__rr'r�classmethodr&r*r,r3r6r0rr>rArEr9r8r;r:rrrrr
s0


	
�
r�__main__)�mainz!idlelib.idle_test.test_parenmatch�)�	verbosityN)rPZidlelib.hyperparserrZidlelib.configrr5rIrr&rMZunittestrSrrrr�<module>s&�