mac 文字編輯器

2022-03-15 13:12:01 字數 970 閱讀 4241

1、先安裝package control外掛程式(分命令和手工安裝兩種:):

import urllib2,os; pf='

package control.sublime-package

'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else none; urllib2.install_opener( urllib2.build_opener( urllib2.proxyhandler( ))); open( os.path.join( ipp, pf), '

wb' ).write( urllib2.urlopen( '

' +pf.replace( '

','%20

' )).read()); print( '

please restart sublime text to finish installation

')

1.點選preferences >browse packages選單

2.進入開啟的目錄的上層目錄,然後再進入installed packages/目錄

4.重啟sublime text

此時,在選單欄「preferences」下出現了「package control」。或者通過+shift+p撥出package control。

2、通過package control安裝converttoutf8:

通過+shift+p調出package control,輸入"install package",一般而言,輸入頭4個字母就會有提示,回車,等會就會出現可以安裝的包清單,再輸入"converttoutf8",同樣的輸入前幾個字母就可以看到了。。。,回車,一切ok。

文字編輯器

include stdio.h include string.h include stdlib.h define len sizeof struct linetable struct linetable main 輸出並加入行號 display struct linetable head else ...

文字編輯器

text editer文字編輯器 data ref container tec type ref to cl gui custom container.data ref edit type ref to cl gui textedit.data text line 85 work area it t...

文字編輯器

uedit notepad mybase 筆記類工具 sublime 列模式操作很牛叉 sublime 快捷鍵 常用類操作模式 1.選擇編輯的行,ctrl l,就可以操作了。2.按住shiftr 鍵盤,滑鼠右鍵選擇欲選擇內容。ctrl l 選擇整行 按住 繼續選擇下行 ctrl kk 從游標處刪除至...