Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dev-ext/0e552d1e1fa850dfb5507d40e665e0ee to your computer and use it in GitHub Desktop.

Select an option

Save dev-ext/0e552d1e1fa850dfb5507d40e665e0ee to your computer and use it in GitHub Desktop.

Revisions

  1. Prosenjit Manna revised this gist Oct 25, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    "installed_packages":
    [
    "AngularJS",
    "AutoFileName",
    "Better Completion",
    "CSS Extended Completions",
    "CSS3",
  2. Prosenjit Manna revised this gist Oct 25, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -13,6 +13,7 @@
    "EditorConfig",
    "Emmet",
    "HTML Boilerplate",
    "Ionic Framework Snippets",
    "Package Control",
    "ProjectManager",
    "SCSS",
  3. Prosenjit Manna revised this gist Oct 21, 2016. 1 changed file with 3 additions and 11 deletions.
    14 changes: 3 additions & 11 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,36 +1,28 @@
    {
    "auto_upgrade": false,
    "bootstrapped": true,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
    "AngularJS",
    "AutoSpell",
    "Better Completion",
    "CodeFormatter",
    "CSS Extended Completions",
    "CSS Format",
    "CSS3",
    "DocBlockr",
    "EditorConfig",
    "Emmet",
    "Google Spell Check",
    "HTML Boilerplate",
    "HTML Compressor",
    "HTMLBeautify",
    "Package Control",
    "Project Manager",
    "ProjectManager",
    "SCSS",
    "SideBarEnhancements",
    "SideBarFolders",
    "SideBarGit",
    "SublimeCodeIntel",
    "SublimeLinter",
    "SublimeLinter-jshint",
    "SublimeLinter-phplint",
    "Theme - Dark Material",
    "Theme - Spacegray",
    "W3CValidators",
    "WordPress"
    ]
    }
  4. Prosenjit Manna revised this gist Oct 21, 2016. 2 changed files with 3 additions and 48 deletions.
    6 changes: 3 additions & 3 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    {
    "color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
    "color_scheme": "Packages/User/SublimeLinter/base16-eighties.dark (SL).tmTheme",
    "font_size": 13,
    "ignored_packages":
    [
    "Vintage"
    ],
    "theme": "Material-Theme-Darker.sublime-theme",
    "tab_size": 2,
    "tab_size": 2,
    "theme": "Dark-Material.sublime-theme",
    "word_wrap": true
    }
    45 changes: 0 additions & 45 deletions sbc-setting.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,45 +0,0 @@
    {
    // --------------------
    // sublime-better-completions-Package (sbc package)
    // --------------------
    // API files is contains the *keyword* such as `html`, `jquery`, `myglossary` with lowercase as filename `sbc-api-${filename}.sublime-settings` place in `/packages/User/` (your own) or `/packages/${this-package}/sublime-completions/` (package build-in).
    // After you enable, disable or added new your own completions, you might need restart your Sublime Text Editor.
    //
    // Your own setting file `sbc-setting.sublime-settings` need to place in `/packages/User/` and contains all your api setting property that you want to enable.
    //
    // --------------------
    // APIs Setup
    // --------------------
    // `true` means enable it.
    // `false` means disable it.
    "completion_active_list": {
    // build-in completions
    "css-properties": true,
    "gruntjs-plugins": true,
    "html": true,
    "lodash": true,
    "javascript": true,
    "jquery": true,
    "jquery-sq": true, // Single Quote
    "php": true,
    "phpci": true,
    "sql": true,
    "twitter-bootstrap": true,
    "twitter-bootstrap-less-variables": true,
    "twitter-bootstrap3": true,
    "underscorejs": true,

    // Your own completions?
    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-angularjs.sublime-settings
    "my-angularjs": true,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-glossary.sublime-settings
    "my-glossary": true,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-html.sublime-settings
    "my-html": false,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-javascript.sublime-settings
    "my-javascript": false
    }
    }
  5. Prosenjit Manna revised this gist Oct 21, 2016. No changes.
  6. Prosenjit Manna revised this gist Mar 1, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,6 @@
    "installed_packages":
    [
    "AngularJS",
    "AutoFileName",
    "AutoSpell",
    "Better Completion",
    "CodeFormatter",
  7. Prosenjit Manna revised this gist Dec 14, 2015. 1 changed file with 1 addition and 13 deletions.
    14 changes: 1 addition & 13 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,32 +1,24 @@
    {
    "auto_upgrade": false,
    "bootstrapped": true,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
    "AngularJS",
    "AutoFileName",
    "Autoprefixer",
    "AutoSpell",
    "Better Completion",
    "CodeFormatter",
    "Color Highlighter",
    "ColorPicker",
    "CSS Extended Completions",
    "CSS Format",
    "CSS3",
    "DocBlockr",
    "Emmet",
    "Google Spell Check",
    "Handlebars",
    "HTML Boilerplate",
    "HTML Compressor",
    "HTMLBeautify",
    "JSHint",
    "LESS",
    "Minify",
    "Package Control",
    "Project Manager",
    "SCSS",
    @@ -35,12 +27,8 @@
    "SideBarGit",
    "SublimeCodeIntel",
    "SublimeLinter",
    "SublimeLinter-annotations",
    "SublimeLinter-contrib-sass-lint",
    "SublimeLinter-contrib-scss-lint",
    "SublimeLinter-jshint",
    "SublimeLinter-php",
    "Theme - Brogrammer",
    "SublimeLinter-phplint",
    "Theme - Dark Material",
    "Theme - Spacegray",
    "W3CValidators",
  8. Prosenjit Manna revised this gist Dec 7, 2015. 1 changed file with 6 additions and 8 deletions.
    14 changes: 6 additions & 8 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,11 @@
    {
    "font_size": 15,
    "color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
    "font_size": 13,
    "ignored_packages":
    [
    "Vintage",
    "Reindent on save"
    "Vintage"
    ],
    // Disables horizontal scrolling if enabled.
    // May be set to true, false, or "auto", where it will be disabled for
    // source code, and otherwise enabled.
    "word_wrap": true,
    "tab_size": 2,
    "theme": "Material-Theme-Darker.sublime-theme",
    "tab_size": 2,
    "word_wrap": true
    }
  9. Prosenjit Manna revised this gist Dec 6, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    {
    "auto_upgrade": false,
    "bootstrapped": true,
    "in_process_packages":
    [
    ],
    @@ -39,6 +40,7 @@
    "SublimeLinter-contrib-scss-lint",
    "SublimeLinter-jshint",
    "SublimeLinter-php",
    "Theme - Brogrammer",
    "Theme - Dark Material",
    "Theme - Spacegray",
    "W3CValidators",
  10. Prosenjit Manna revised this gist Nov 26, 2015. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@
    "AutoSpell",
    "Better Completion",
    "CodeFormatter",
    "Color Highlighter",
    "ColorPicker",
    "CSS Extended Completions",
    "CSS Format",
    @@ -24,13 +25,20 @@
    "HTMLBeautify",
    "JSHint",
    "LESS",
    "Minify",
    "Package Control",
    "Project Manager",
    "SCSS",
    "SideBarEnhancements",
    "SideBarFolders",
    "SideBarGit",
    "SublimeCodeIntel",
    "SublimeLinter",
    "SublimeLinter-annotations",
    "SublimeLinter-contrib-sass-lint",
    "SublimeLinter-contrib-scss-lint",
    "SublimeLinter-jshint",
    "SublimeLinter-php",
    "Theme - Dark Material",
    "Theme - Spacegray",
    "W3CValidators",
  11. Prosenjit Manna revised this gist Sep 25, 2015. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -6,32 +6,33 @@
    "installed_packages":
    [
    "AngularJS",
    "auto-save",
    "AutoFileName",
    "Backbone.js",
    "Autoprefixer",
    "AutoSpell",
    "Better Completion",
    "CodeFormatter",
    "ColorPicker",
    "CSS Extended Completions",
    "CSS Format",
    "CSS3",
    "DocBlockr",
    "Emmet",
    "Google Spell Check",
    "Handlebars",
    "HTML Boilerplate",
    "HTML Compressor",
    "HTML Underscore Syntax",
    "HTMLBeautify",
    "JSHint",
    "LESS",
    "Package Control",
    "Predawn",
    "Project Manager",
    "Reindent on save",
    "SCSS",
    "SideBarEnhancements",
    "SideBarFolders",
    "SideBarGit",
    "SublimeCodeIntel",
    "Theme - Brogrammer",
    "Theme - Piatto",
    "Underscorejs snippets",
    "Theme - Dark Material",
    "Theme - Spacegray",
    "W3CValidators",
    "WordPress"
    ]
  12. Prosenjit Manna revised this gist Jun 23, 2015. 1 changed file with 45 additions and 0 deletions.
    45 changes: 45 additions & 0 deletions sbc-setting.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,45 @@
    {
    // --------------------
    // sublime-better-completions-Package (sbc package)
    // --------------------
    // API files is contains the *keyword* such as `html`, `jquery`, `myglossary` with lowercase as filename `sbc-api-${filename}.sublime-settings` place in `/packages/User/` (your own) or `/packages/${this-package}/sublime-completions/` (package build-in).
    // After you enable, disable or added new your own completions, you might need restart your Sublime Text Editor.
    //
    // Your own setting file `sbc-setting.sublime-settings` need to place in `/packages/User/` and contains all your api setting property that you want to enable.
    //
    // --------------------
    // APIs Setup
    // --------------------
    // `true` means enable it.
    // `false` means disable it.
    "completion_active_list": {
    // build-in completions
    "css-properties": true,
    "gruntjs-plugins": true,
    "html": true,
    "lodash": true,
    "javascript": true,
    "jquery": true,
    "jquery-sq": true, // Single Quote
    "php": true,
    "phpci": true,
    "sql": true,
    "twitter-bootstrap": true,
    "twitter-bootstrap-less-variables": true,
    "twitter-bootstrap3": true,
    "underscorejs": true,

    // Your own completions?
    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-angularjs.sublime-settings
    "my-angularjs": true,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-glossary.sublime-settings
    "my-glossary": true,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-html.sublime-settings
    "my-html": false,

    // ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sbc-api-my-javascript.sublime-settings
    "my-javascript": false
    }
    }
  13. Prosenjit Manna renamed this gist Jun 23, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  14. Prosenjit Manna created this gist Jun 23, 2015.
    13 changes: 13 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "font_size": 15,
    "ignored_packages":
    [
    "Vintage",
    "Reindent on save"
    ],
    // Disables horizontal scrolling if enabled.
    // May be set to true, false, or "auto", where it will be disabled for
    // source code, and otherwise enabled.
    "word_wrap": true,
    "tab_size": 2,
    }
    38 changes: 38 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    {
    "auto_upgrade": false,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
    "AngularJS",
    "auto-save",
    "AutoFileName",
    "Backbone.js",
    "Better Completion",
    "CodeFormatter",
    "CSS Extended Completions",
    "CSS Format",
    "CSS3",
    "DocBlockr",
    "Emmet",
    "HTML Boilerplate",
    "HTML Compressor",
    "HTML Underscore Syntax",
    "HTMLBeautify",
    "Package Control",
    "Predawn",
    "Project Manager",
    "Reindent on save",
    "SCSS",
    "SideBarEnhancements",
    "SideBarFolders",
    "SideBarGit",
    "SublimeCodeIntel",
    "Theme - Brogrammer",
    "Theme - Piatto",
    "Underscorejs snippets",
    "W3CValidators",
    "WordPress"
    ]
    }