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
  • 4 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 341K
  • Win 181K
  • Mac 99K
  • Linux 61K
Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24
Windows 22 26 20 15 20 28 24 25 27 29 16 20 14 25 24 35 25 28 16 20 25 36 30 28 46 17 20 28 39 38 31 32 19 34 42 43 26 15 26 15 21 26 29 35 38 36
Mac 13 6 15 9 7 10 6 13 10 13 15 8 5 8 14 8 18 5 14 10 19 13 12 14 16 10 10 10 9 18 16 11 5 8 10 11 13 9 11 6 8 17 11 6 13 16
Linux 8 4 4 3 7 3 10 10 9 7 5 3 7 11 6 9 6 10 6 7 9 10 5 3 5 5 3 11 4 8 6 5 5 4 5 6 4 6 6 1 6 11 6 5 8 5

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.