久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Sublime Text 中的SublimeREPL的綁定快捷鍵配置

 OneDayDayUp 2016-01-12

直入正題:

因?yàn)樵谂渲胮ython的Sublime Text環(huán)境,所以以python為例說(shuō)明,。

“Preference...瀏覽插件...SublimeREPL文件夾...Configure文件夾...Python文件夾...Default.sublime-commands”文件,。

右鍵編輯此文件,內(nèi)容如下

  1. [  
  2.     {  
  3.         "caption": "SublimeREPL: Python",  
  4.         "command": "run_existing_window_command", "args":  
  5.         {  
  6.             "id": "repl_python",  
  7.             "file": "config/Python/Main.sublime-menu"  
  8.         }  
  9.     },  
  10.     {  
  11.         "caption": "SublimeREPL: Python - PDB current file",  
  12.         "command": "run_existing_window_command", "args":  
  13.         {  
  14.             "id": "repl_python_pdb",  
  15.             "file": "config/Python/Main.sublime-menu"  
  16.         }  
  17.     },  
  18.     {  
  19.         "caption": "SublimeREPL: Python - RUN current file",  
  20.         "command": "run_existing_window_command", "args":  
  21.         {  
  22.             "id": "repl_python_run",  
  23.             "file": "config/Python/Main.sublime-menu"  
  24.         }  
  25.     },  
  26.     {  
  27.         "command": "python_virtualenv_repl",  
  28.         "caption": "SublimeREPL: Python - virtualenv"  
  29.     },  
  30.     {  
  31.         "caption": "SublimeREPL: Python - IPython",  
  32.         "command": "run_existing_window_command", "args":  
  33.         {  
  34.             "id": "repl_python_ipython",  
  35.             "file": "config/Python/Main.sublime-menu"  
  36.         }  
  37.     }  
  38. ]  

這就分別對(duì)應(yīng)著“工具...SublimeREPL...Python”下的幾個(gè)命令,。

接下來(lái)是Sublime Text的按鍵綁定用法,詳情見(jiàn)按鍵綁定:“http://sublime-undocs-zh./en/latest/reference/key_bindings.html”


“Preference...按鍵綁定-用戶(hù)”,全文內(nèi)容如下:

  1. [  
  2.     {"keys":["f5"],  
  3.     "caption": "SublimeREPL: Python - RUN current file",  
  4.     "command": "run_existing_window_command",  
  5.     "args":  
  6.     {  
  7.         "id": "repl_python_run",  
  8.         "file": "config/Python/Main.sublime-menu"  
  9.     }},  
  10.     {"keys":["f4"],  
  11.      "caption": "SublimeREPL: Python - IPython",  
  12.      "command": "run_existing_window_command", "args":  
  13.      {  
  14.          "id": "repl_python_ipython",  
  15.          "file": "config/Python/Main.sublime-menu"  
  16.      }}  
  17. ]  

分別代表用 F5綁定repl_python_run,,即運(yùn)行當(dāng)前文件。F6綁定IPython模式,,就是command line模式,。

但是自動(dòng)換行似乎不太好用,dir(help),,輸出不換行的一行,。。,。點(diǎn)擊80個(gè)字符串換行,,它又連回車(chē)換行符都吞了,。。,。,。。,。







    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶(hù)發(fā)布,不代表本站觀(guān)點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購(gòu)買(mǎi)等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶(hù) 評(píng)論公約

    類(lèi)似文章 更多