ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package​Resource​Viewer

by skuroda ALL Top 100

Sublime Text plugin to view package resources.

Details

  • 1.1.0
    1.0.0
  • github.​com
  • github.​com
  • 5 years ago
  • 49 minutes ago
  • 11 years ago

Installs

  • Total 351K
  • Win 187K
  • Mac 102K
  • Linux 63K
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 6 15 16 26 25 20 14 17 26 20 23 15 21 14 9 23 24 30 21 21 17 11 12 22 21 18 23 19 13 20 16 23 14 19 22 12 16 26 33 22 17 12 9 16 19 18
Mac 2 13 9 8 10 6 6 3 9 7 10 8 8 7 4 9 4 8 13 10 11 4 4 13 6 13 9 6 12 12 8 10 11 8 4 13 10 17 11 11 9 6 8 11 9 9
Linux 0 6 0 5 6 6 7 6 6 4 9 6 4 4 4 6 2 7 6 4 1 5 2 4 8 6 1 1 2 5 7 5 6 3 3 3 6 5 4 9 6 3 4 2 4 4

Readme

Source
raw.​githubusercontent.​com

PackageResourceViewer

Plugin to assist viewing and editing package resources in Sublime Text 2 and Sublime Text 3.

Installation

Note with either method, you may need to restart Sublime Text for the plugin to load properly.

Package Control

Installation through package control is recommended. It will handle updating your packages as they become available. To install, do the following.

  • In the Command Palette, enter Package Control: Install Package
  • Search for PackageResourceViewer

Manual

Clone or copy this repository into the packages directory. Ensure it is placed in a folder named PackageResourceViewer. By default, the Packages directories for Sublime Text 2 are located at:

  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
  • Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
  • Linux: ~/.config/sublime-text-2/Packages/

By default, the Packages directories for Sublime Text 3 are located at:

  • OS X: ~/Library/Application Support/Sublime Text 3/Packages/
  • Windows: %APPDATA%/Roaming/Sublime Text 3/Packages/
  • Linux: ~/.config/sublime-text-3/Packages/

Usage

Commands

PackageResourceViewer: Open Resource:

Command to open the resource. If saved, the correct directory structure will be created in the Packages folder. This command will only be displayed if the single_command setting is true.

PackageResourceViewer: Extract Package:

Command to extract a package to the Packages directory. This command is only available in ST3.

PackageResourceViewer: View Package Resource:

Open package resource as read only. This command will only be displayed if the single_command setting is false.

PackageResourceViewer: Edit Package Resource:

Open package resources as an editable file. Upon execution, this plugin will create a directory (if necessary) as well as save the resource. This command will only be displayed if the single_command setting is false.

Settings

ignore_patterns:

A list of regular expressions patterns to ignore. Note that these regular expressions are compared against the file or directory name.

open_multiple:

Boolean to keep selection panel open after selecting a resource to open.

single_command:

Boolean setting specifying if a single command should be listed in the command palette for viewing and editing files or if multiple commands should be used.

return_to_previous:

True if, when moving up a directory, you would like the previous selection to be automatically chosen. False otherwise.

License

The MIT License (MIT)

Copyright © 2013 Scott Kuroda

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, sOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.