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

Package​Resource​Viewer

by skuroda ALL Trending Top 100

Sublime Text plugin to view package resources.

Details

  • 1.1.0
    1.0.0
  • github.​com
  • github.​com
  • 6 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 355K
  • Win 189K
  • Mac 103K
  • Linux 63K
Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2
Windows 13 18 11 19 30 24 17 19 14 14 20 20 17 14 13 7 10 12 22 7 17 29 15 6 12 15 12 13 18 8 15 10 13 14 20 16 12 9 19 23 28 17 14 12 16 24
Mac 2 9 4 8 13 5 7 6 7 3 7 7 10 8 9 6 8 1 11 4 5 9 4 7 8 6 7 7 2 3 6 7 6 8 3 5 9 4 12 8 10 12 6 3 1 4
Linux 4 1 3 6 6 5 5 7 4 4 6 4 10 10 4 1 2 2 4 2 5 5 0 1 3 4 2 7 3 3 6 3 7 4 3 3 4 1 4 5 2 1 4 1 1 6

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.