Current Path : /usr/local/lib/python2.5/idlelib/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/idlelib/Bindings.pyc |
hRc @ s d Z d d k Z d d k l Z d dk dl dm dn do d dp dq dr d ds d dt du g f d dv dw d dx dy dz d{ d d| d} d~ d d d g f d4 d d d d d d d d g f dE d g f dH d d g f dM d d d d g f dV d d g f dY d d d d g f g Z d d k Z e i d` j o da e i j o e db dc d Z e db dc dd Z e db dc de 3e db dc i df e e d dc db dg 5e i db dh d d d g f n e i Z [ d S( s Define the menu contents, hotkeys, and event bindings. There is additional configuration information in the EditorWindow class (and subclasses): the menus are created there based on the menu_specs (class) variable, and menus not created are silently skipped in the code here. This makes it possible, for example, to define a Debug menu which is only present in the PythonShell window, and a Format menu which is only present in the Editor windows. iN( t idleConft files _New Windows <<open-new-window>>s _Open...s <<open-window-from-file>>s Open _Module...s <<open-module>>s Class _Browsers <<open-class-browser>>s _Path Browsers <<open-path-browser>>t _Saves <<save-window>>s Save _As...s <<save-window-as-file>>s Save Cop_y As...s <<save-copy-of-window-as-file>>s Prin_t Windows <<print-window>>t _Closes <<close-window>>t E_xits <<close-all-windows>>t editt _Undos <<undo>>t _Redos <<redo>>t Cu_ts <<cut>>t _Copys <<copy>>t _Pastes <<paste>>s Select _Alls <<select-all>>s _Find...s <<find>>s Find A_gains <<find-again>>s Find _Selections <<find-selection>>s Find in Files...s <<find-in-files>>s R_eplace...s <<replace>>s Go to _Lines <<goto-line>>t formats _Indent Regions <<indent-region>>s _Dedent Regions <<dedent-region>>s Comment _Out Regions <<comment-region>>s U_ncomment Regions <<uncomment-region>>s Tabify Regions <<tabify-region>>s Untabify Regions <<untabify-region>>s Toggle Tabss <<toggle-tabs>>s New Indent Widths <<change-indentwidth>>t runs Python Shells <<open-python-shell>>t shells _View Last Restarts <<view-restart>>s _Restart Shells <<restart-shell>>t debugs _Go to File/Lines <<goto-file-line>>s !_Debuggers <<toggle-debugger>>s _Stack Viewers <<open-stack-viewer>>s !_Auto-open Stack Viewers <<toggle-jit-stack-viewer>>t optionss _Configure IDLE...s <<open-config-dialog>>t helps _About IDLEs <<about-idle>>s _IDLE Helps <<help>>s Python _Docss <<python-docs>>t darwins .appi i iii i t applications About IDLEs _Preferences....( s _New Windows <<open-new-window>>( s _Open...s <<open-window-from-file>>( s Open _Module...s <<open-module>>( s Class _Browsers <<open-class-browser>>( s _Path Browsers <<open-path-browser>>( R s <<save-window>>( s Save _As...s <<save-window-as-file>>( s Save Cop_y As...s <<save-copy-of-window-as-file>>( s Prin_t Windows <<print-window>>( R s <<close-window>>( R s <<close-all-windows>>( R s <<undo>>( R s <<redo>>( R s <<cut>>( R s <<copy>>( R s <<paste>>( s Select _Alls <<select-all>>( s _Find...s <<find>>( s Find A_gains <<find-again>>( s Find _Selections <<find-selection>>( s Find in Files...s <<find-in-files>>( s R_eplace...s <<replace>>( s Go to _Lines <<goto-line>>( s _Indent Regions <<indent-region>>( s _Dedent Regions <<dedent-region>>( s Comment _Out Regions <<comment-region>>( s U_ncomment Regions <<uncomment-region>>( s Tabify Regions <<tabify-region>>( s Untabify Regions <<untabify-region>>( s Toggle Tabss <<toggle-tabs>>( s New Indent Widths <<change-indentwidth>>( s Python Shells <<open-python-shell>>( s _View Last Restarts <<view-restart>>( s _Restart Shells <<restart-shell>>( s _Go to File/Lines <<goto-file-line>>( s !_Debuggers <<toggle-debugger>>( s _Stack Viewers <<open-stack-viewer>>( s !_Auto-open Stack Viewers <<toggle-jit-stack-viewer>>( s _Configure IDLE...s <<open-config-dialog>>( s _About IDLEs <<about-idle>>( s _IDLE Helps <<help>>( s Python _Docss <<python-docs>>( s About IDLEs <<about-idle>>( s _Preferences....s <<open-config-dialog>>( t __doc__t syst configHandlerR t Nonet menudefst platformt executablet quitItemt closeItemt insertt GetCurrentKeySett default_keydefs( ( ( s, /usr/local/lib/python2.5/idlelib/Bindings.pys <module> s