text Gist.sublime的设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Gist.sublime的设置相关的知识,希望对你有一定的参考价值。

{
    // Your GitHub API token
    // see: https://github.com/condemil/Gist#generating-access-token
    "token": "your_token",

    // Show GitHub organizations
    // Example: "company1", "company2"
    "include_orgs": [],

    // Show GitHub users
    // Example: "user1", "user2"
    "include_users": [],

    // Show the authors of Gists
    "show_authors": false,

    // Prefer first file name instead of description in Open Gist menu
    "prefer_filename": false,

    // Proxy server
    // Format: "http://user:pass@proxy:port"
    "https_proxy": "",

    // Github URL for public & enterprise
    // Default: https://api.github.com for github.com
    // Example: https://github.domain.com/api/v3
    "api_url": "https://api.github.com",

    // Max Gists to show (max 100 allowed by GitHub API)
    "max_gists": 100,

    // Only use starred gists
    "use_starred": false,

    // Disable the "save file..." dialog when closing a Gist
    "supress_save_dialog": true,

    // Update the Gist upon saving the file, suppressing the filename dialog.
    "update_on_save": true

    // Limit to gists with specific prefix
    //"gist_prefix": "Snippet:",

    // Limit to gists with specific tag (#tag)
    //"gist_tag": "snippet"
}

以上是关于text Gist.sublime的设置的主要内容,如果未能解决你的问题,请参考以下文章

为啥 Update() 没有设置 .text?

jquery根据text设置选中项

CSS知识点:text-align-last段落最后一行设置对齐方式

如何实现text起始位置设置背景色

错误 fmdb 设置 label.text

设置TextBlock默认样式后,其他控件的Text相关属性设置失效问题