ó tŽ¸Qc @sËdZddlZddlmZmZmZmZmZddlZddl m Z ddl m Z edddd d d d d dddg ƒZdZdZejdƒd„Zddd„ƒYZdS(sICodeContext - Extension to display the block context above the edit window Once code has scrolled off the top of a window, it can be difficult to determine which block you are in. This extension implements a pane at the top of each IDLE edit window which provides block structure hints. These hints are the lines which contain the block opening keywords, e.g. 'if', for the enclosing block. The number of hint lines is determined by the numlines variable in the CodeContext section of config-extensions.def. Lines which do not open blocks are not shown in the context hints pane. i˙˙˙˙N(tTOPtLEFTtXtWtSUNKEN(tmaxint(tidleConftclasstdefteliftelsetexcepttfinallytfortifttrytwhiletwithidičs ^(\s*)(\w*)cCs|j|ƒjƒS(N(tmatchtgroups(tstc((s)/sys/lib/python2.7/idlelib/CodeContext.pytst CodeContextcBsĹeZddgfgZejddddddd ƒZejddd dd dd ƒZejddd dd ddƒZd„Zdd„Z d„Z ddd„Z d„Z d„Zd„ZRS(toptionss!Code Conte_xts<>t extensionsRtnumlinesttypetinttdefaultitbgcolortstrt LightGraytfgcolortBlackcCsĆ||_|j|_|jd|_d|_dddtfg|_d|_tj dddd d d tƒ}|r–|j ƒ|jj d t ƒn|jj t|jƒ|jj t|jƒdS( Ntfontii˙˙˙˙tiRRtvisibleRtboolRs<>(teditwinttextttextfonttNonetlabeltFalsetinfot topvisibleRt GetOptionttoggle_code_context_eventtsetvartTruetaftertUPDATEINTERVALt timer_eventtFONTUPDATEINTERVALtfont_timer_event(tselfR'R%((s)/sys/lib/python2.7/idlelib/CodeContext.pyt__init__"s      cCsŒ|jsC|jj|jjf}d}xM|D]E}|tt|jƒdƒƒ7}|tt|jdƒƒƒ7}q.Wd}x-|D]%}|tt|jdƒƒƒ7}q„Wtj |jj dd|j ddt dt d |jd |jd |jd dd|d|d tƒ |_|jjdtdtdtd|jjƒn|jjƒd|_tjdddt|jdk ƒƒtjƒdS(NitpadxtborderR(s itanchortjustifyR#tbgtfgtwidthtrelieftsidetfilltexpandtbeforeRRR%(R+R'R(t text_frameRRt pack_infotcgettTkintertLabelttopt context_depthRRR)RR!RtpackRRR,tdestroyR*Rt SetOptiontSaveUserCfgFiles(R8teventtwidgetsR:twidgetR;((s)/sys/lib/python2.7/idlelib/CodeContext.pyR07s0   # #      cCs‘|jjd|d|ƒ}t|ƒ\}}|tko>|}t|ƒt|ƒkso|t|ƒdkrxt}n t|ƒ}|||fS(sÖGet the line indent value, text, and any block start keyword If the line does not start a block, the keyword value is False. The indentation of empty lines (or comment lines) is INFINITY. s%d.0s%d.endt#(R(tgettgetspacesfirstwordt BLOCKOPENERStlentINFINITY(R8tlinenumR(tspacest firstwordtopenertindent((s)/sys/lib/python2.7/idlelib/CodeContext.pyt get_line_info[s.  iic CsŃg}t}xŽt||ddƒD]–}|j|ƒ\}}} ||kr#|}| dkrl|d7}n| rŚ||krŚ||krŚ|j|||| fƒn||kršPqšq#q#W|jƒ||fS(säGet context lines, starting at new_topvisible and working backwards. Stop when stopline or stopindent is reached. Return a tuple of context data and the indent level at the top of the region inspected. ii˙˙˙˙R R (R R (RYtxrangeR_tappendtreverse( R8tnew_topvisibletstoplinet stopindenttlinest lastindentRZR^R(R]((s)/sys/lib/python2.7/idlelib/CodeContext.pyt get_contextks      cCsœt|jjdƒjdƒdƒ}|j|kr8dS|j|kr|j||jƒ\}}x˛|jdd|kr‰|jd=qeWnŠ|j|kr|jddd}x6|jdd|kré|jdd}|jd=q´W|j||jddd|ƒ\}}n|jj|ƒ||_dgtd|j t |jƒƒ}|g|j|j D]}|d^qk7}d j |ƒ|j d >N(t__name__t __module__tmenudefsRR/RLRR!R9R*R0R_RhRqR5R7(((s)/sys/lib/python2.7/idlelib/CodeContext.pyRs     $  ((t__doc__RIt TkconstantsRRRRRtretsysRRYtidlelib.configHandlerRtsetRWR4R6tcompileRVR(((s)/sys/lib/python2.7/idlelib/CodeContext.pyt s (