Sublime Text 3 Configuration record

Source: Internet
Author: User
Tags html tags windows 1252 sublime text


This document is used to record the configuration record for sublime Text 3, which facilitates later reinstallation of the configuration. Registration Code



Find an available sublime text 3126 registration code on the Web:


-–begin license-–
wixel single
User LICENSE
ea7e-848235
103d2969 8700c7ed 8173cf61 537000c0
EB3C7ECB 5e750f17 6b42b67c a190090b
7669164F c6f371a8 5a1d88d5 bdd0da70
c065892b 7cc1bb2b 1c8b8c7c F08E7789
7c2a5241 35f86328 4c8f70d9 c023d7c2
11245c36 59a730db 72bdb9a7 d5b20304
90e90e72 9f08ca25 73F49C20 179d938e
5bc8beda 13457a69 39e6265f 233767f9
--end license--


Do not register is also can be used, but each open will pop up the prompt box, very annoying. Theme



Theme-flatland Monokai:



Common Plugins



ConvertToUTF8: Make sublime support Chinese
bracket highlighter: Used to match parentheses, quotes, and HTML tags
Docblockr: Docblockr can automatically generate Phpdoc-style annotations
Emmet: Fast generation of HTML snippet plug-ins, powerful to unparalleled
SideBar Enhancements: This plugin improves the sidebar and adds a lot of features
themr: Theme management, when switching themes, you do not have to modify the configuration file
All Autocomplete: Sublime default AutoComplete only focuses on the words of the current file. This plugin expands its AutoComplete word list to all open files
Sublimecodeintel: Enhanced auto-completion for some languages, including Python. This plugin also allows you to jump to the definition of the symbol, by holding down ALT and clicking on the symbol. Very convenient
Alignment: automatic alignment
markdownediting: Powerful Markdown package for Sublime Text with better syntax understanding and good color Schem Es.
Markdown Preview: Markdown Preview and build plugin for sublime text 2/3 configuration file



The contents of the Preferences.sublime-settings file are as follows:


{
    // Set theme file
    “Color_scheme”: “Packages / User / SublimeLinter / Flatland Monokai (SL) .tmTheme”,
    “Theme”: “Flatland Dark.sublime-theme”,

    // Set font and size
    "font_face": "courier new",
    "font_size": 13,

    // Font options: no_bold does not display bold characters, no_italic does not display italic characters, no_antialias and no_antialias turn off anti-aliasing
    // subpixel_antialias and no_round are unique to OS X
    "Font_options": [],

    // Double-click on the text will select all the current content, if the following characters appear inside, it will be truncated
    "Word_separators": "./ \\ () \" ‘-:,.; <> ~! @ # $% ^ & * | + = [] {}` ~? ",

    // whether to display line numbers
    "Line_numbers": true,

    // Whether to display the line number sidebar
    "Gutter": true,

    // Line number sidebar and text space
    “Margin”: 4,

    // Whether to show the code folding button
    "Fold_buttons": true,

    // The code folding button is always displayed regardless of whether the mouse is in the line number
    "Fade_fold_buttons": true,

    // Column shows vertical ruler, fill in numbers in square brackets, width is calculated by characters
    “Rulers”: [],

    // whether to enable spell checking
    "Spell_check": false,

    // Tab width
    "Tab_size": 4,

    // When set to true, use spaces instead of indentation and Tab encountered
    "Translate_tabs_to_spaces": false,

    // Set line spacing, it doesn't look so "crowded"
    "line_padding_bottom": 1,
    "line_padding_top": 1,

    // otherwise apply to a single space
    "Use_tab_stops": true,
    "Detect_indentation": true,

    // Automatically align with tab stops when pressing enter
    "Auto_indent": true,

    // For C language
    "Smart_indent": false,

    // You need to enable auto_indent and insert a space when opening the bracket indentation for the first time. (No effect tested ...)
    "Indent_to_bracket": true,

    // Show whether the aligned white line is automatically filled based on operations such as carriage returns, tabs, etc.
    "Trim_automatic_white_space": true,

    // whether to wrap automatically, if you choose auto, you need to add double quotes
    "Word_wrap": false,

    // Set the width of the text area in the window
    "Wrap_width": 0,

    // prevent word indentation to the same level
    "Indent_subsequent_lines": true,

    // If not defined, the file is displayed in the center (such as a newly created file)
    "Draw_centered": false,

    // Automatically match quotes, brackets, etc.
    "Auto_match_enabled": true,

    // spell check word list path
    “Dictionary”: “Packages / Language – English / en_US.dic”,

    // Whether to add a border to the visible area of the code map. The color of the border can be added to the colormap with the minimapBorder key.
    "Draw_minimap_border": false,

    // highlight the line where the current cursor is
    "Highlight_line": false,

    // Set the cursor flashing method
    “Caret_style”: “smooth”,

    // Whether to display the parentheses and closing tags at the beginning and end of the code.
    "Match_brackets": true,

    // When set to false, match_brackets will only take effect when the cursor is at both ends of the parentheses or head and tail closing tags
    "Match_brackets_content": true,

    // whether to highlight parentheses, effective if match_brackets is true
    "Match_brackets_square": false,
    // Whether to highlight braces, and match_brackets is true to take effect
    "Match_brackets_braces": false,
    // whether to highlight angle brackets, and match_brackets is true to take effect
    "Match_brackets_angle": false,

    // Both ends of the label under the cursor are highlighted under html and xml, affecting HTML, XML, CSS, etc.
    "Match_tags": true,

    // Full text highlights the same character as the currently selected character
    "Match_selection": true,

    // When set to false, there is no buffer when scrolling to the bottom of the text
    "Scroll_past_end": true,

    // control what happens when going up or down to the first or last line
    "Move_to_limit_on_up_down": false,

    // When pressing space or tab, white dots (one space and one dot) or white horizontal lines (tab width set by tab_size) will actually be generated. You can only see it when selected
    // When set to none, these points and lines are not displayed under any circumstances
    // When set to selection, only the points and lines in the selected state are displayed
    // When set to all, it is always displayed
    "Draw_white_space": "selection",

    // Whether the aligned white line of the tab stop is displayed, and the color can be set in the theme file (guide, activeGuide, stackGuide)
    "Draw_indent_guides": true,

    // The aligned white line of the tab stop, draw_normal is always displayed, draw_active is only the code control field where the current cursor is located
    "Indent_guide_options": ["draw_normal"],

    // When true, extra spaces at the end of each line will be deleted when saving the file
    "Trim_trailing_white_space_on_save": false,

    // When true, the cursor will change one line down at the end of the file when saving the file
    "Ensure_newline_at_eof_on_save": false,

    // Switch to other file tags or click other non-software areas, the file is automatically saved
    "Save_on_focus_lost": false,

    // Automatically detect ASCII, UTF-8 and UTF-16 when encoding cannot be detected automatically
    “Fallback_encoding”: “Western (Windows 1252)”,

    // default encoding format
    "Default_encoding": "UTF-8",

    // file containing empty bytes is opened by default
    "Enable_hexadecimal_encoding": true,

    // What character is used as the terminator at the end of each line
    "Default_line_ending": "system",

    // When set to enabled, pressing Tab between a string will insert a tab character
    // When set to true, pressing Tab will automatically match and fill the code according to the context
    "Tab_completion": true,

    // code hint
    "Auto_complete": true,
    // code size limit
    "Auto_complete_size_limit": 4194304,
    // Delay code display
    "Auto_complete_delay": 50,
    // Control range of code hint
    "Auto_complete_selector": "source – comment",
    // other situations that trigger code hints
    "Auto_complete_triggers": [{"selector": "text.html", "characters": "<"}],

    // When set to false, the code of the selection prompt can be output by pressing enter or click, but when true is selected, it will not be output but will be directly wrapped.
    "Auto_complete_commit_on_tab": false,

    // set to false, always use Shift + tab to insert tabs
    "Shift_tab_unindent": true,

    // When the selected text is pressed by Ctrl + f, it is automatically copied to the text box of the find panel
    "Find_selected_text": true,



    // speed of scrolling
    "Scroll_speed": 1.0,

    // left sidebar folder animation
    "Tree_animation_enabled": true,

    // close button for tab
    "Show_tab_close_buttons": true,

    // for OS X
    "Use_simple_full_screen": false,

    // Horizontal and vertical scroll bar: system and disabled are the default display modes, and enabled is the auto-hide display
    "Overlay_scroll_bars": "system",

    // Hot launch feature. Does not prompt whether to save the file when exiting, but directly exits
    // The next time you open the software, the file remains in the state it was before exiting. The content that was saved before it was there is not written in the original file
    "Hot_exit": true,

    // The software uses the last settings to open the file, no effect when hot_exit is true
    "Remember_open_files": true,

    // for OS X
    "Open_files_in_new_window": true,

    // for OS X
    "Close_windows_when_empty": true,

    // which files will be displayed on the sidebar
    "Folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
    "File_exclude_patterns": ["* .pyc", "* .pyo", "* .exe", "* .dll", "* .obj", "*. O", "* .a", "*. lib "," * .so "," * .dylib "," * .ncb "," * .sdf "," * .suo "," * .pdb "," * .idb "," .DS_Store ", "* .class", "* .psd", "* .db"],

    // Goto Anything or Find in Files
    "Binary_file_patterns": ["* .jpg", "* .jpeg", "* .png", "* .gif", "* .ttf", "* .tga",
"* .dds", "* .ico", "* .eot", "* .pdf", "* .swf", "* .jar", "* .zip"],

     // Delete the plugin you want to ignore, you need to restart, remove Vinage and enable vim mode
     "Ignored_packages": ["Vintage"]
} 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.