1、 sublime跨文件提示,text怎樣切換?
方法一:
點擊Sublime Text右下角那里切換,選擇你要用的語法著色即可.
方法二:
打開命令控制臺(Ctrl+Shift+P),輸入Set Syntax 的簡寫 + 語法的開頭幾個字母,然后選擇.
說明:在Sublime Text中你可以未保存文件就使用切換語法著色。以上操作是在windows中,在Linux和OSX操作一樣,只是快捷鍵有些不同。
2、 sublime?
文本編輯器還是蠻好用的,占用內存小,打開文件快
3、 如何在sublime中直接建立文件夾和文件?
到官網下載然后直接點擊安裝
Download - Sublime Text然后選擇你的系統,如果是Mac(蘋果)那就選擇OS X,如果是Ubuntu就選擇Linux repos,windows那就選擇windows.
windows(Mac)下載完成后就可以直接點擊軟件包直接安裝,Linux的話就先解壓,然后再將其移動到根目錄下的opt文件夾
然后配置一下桌面圖標就好了,再軟件包中自帶。
4、 我安裝好了sublime怎么不能在桌面上顯示出來?
這個報錯是快捷鍵設置發生了沖突;
解決方法:1、選擇Preferences->Key Bindings-User打開配置文件;
2、看看有沒有少一個逗號,或者少了其他的,下圖是少了一個逗號,報錯了
5、 text2如何更改行間距和字符間距?
在設置,用戶里面增加下面兩行.
//行底部的內填充 數字大小就是行間距
"line_padding_bottom": 1,
//行頂部的內填充 數字大小就是行間距
"line_padding_top": 1,
// 行號邊欄和文字的間距 “margin”: 4,
以下是設置詳解:
Preferences.sublime-settings文件:
// While you can edit this file, it’s best to put your changes in
// “User/Preferences.sublime-settings”, which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
// 主題文件的路徑
“color_scheme”: “Packages/Color Scheme – Default/Monokai.tmTheme”,
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, “Preferences (Linux).sublime-settings”.
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
// 設置字體和大小,必須在Settings-User里重寫,這里設置沒有任何效果
“font_face”: “Consolas”,
“font_size”: 12,
// Valid options are “no_bold”, “no_italic”,