2015-10-20 64 views
0

我必須說我沒有想到這個問題會發生在sublimetext上,讓我多展開一些。Sublimetext USER設置問題

說不上下面的代碼設置是讓我看到在應用程序的TAB這個奇怪的效果檢查屏幕PLZ:

sublime text TAB effect

{ 
    "bold_folder_labels": true, 
    "caret_extra_width": 1, 
    "caret_style": "phase", 
    "close_windows_when_empty": false, 
    "color_scheme": "Packages/Predawn/predawn.tmTheme", 
    "copy_with_empty_selection": false, 
    "drag_text": false, 
    "draw_minimap_border": true, 
    "enable_tab_scrolling": false, 
    "font_face": "Source Code Pro", 
    "font_options": 
    [ 
     "no_round" 
    ], 
    "font_size": 14, 
    "highlight_line": true, 
    "ignored_packages": 
    [ 
    ], 
    "line_padding_bottom": 1, 
    "line_padding_top": 1, 
    "match_brackets_content": false, 
    "match_selection": false, 
    "match_tags": false, 
    "open_files_in_new_window": false, 
    "overlay_scroll_bars": "enabled", 
    "preview_on_click": false, 
    "rulers": 
    [ 
     80 
    ], 
    "scroll_past_end": true, 
    "scroll_speed": 5.0, 
    "show_full_path": false, 
    "sidebar_default": true, 
    "tab_completion": false, 
    "tab_size": 4, 
    "theme": "Soda Light.sublime-theme", 
    "translate_tabs_to_spaces": true, 
    "trim_trailing_white_space_on_save": true, 
    "vintage_start_in_command_mode": true, 
    "word_wrap": true 
} 
+0

你無需重新啓動崇高更新主題 – MattDMo

+0

如果重新啓動方式:?關閉sublimetext,然後再次打開它,得到的回答是YES,serveral的時間。 –

回答

0

按照Theme - Soda docs,有兩種不同的每個主題的.sublime-theme文件 - 用於崇高文本2的Soda XXX.sublime-theme和用於ST3的Soda XXX 3.sublime-theme,其中XXXDarkLight。由於您使用的ST3,您"theme"設置應爲」

"theme": "Soda Light 3.sublime-theme", 

這應該糾正你與選項卡標題有問題請確保您完全重啓崇高進行更改後 - 不要只是關閉窗口並重新打開它,你需要選擇Sublime Text -> Quit Sublime Text,然後重新打開它