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

Pman

by benmatselby ALL

[DEPRECATED] Access to the php manual from within Sublime Text

Details

  • 2013.03.28.14.45.46
  • github.​com
  • github.​com
  • 11 years ago
  • 25 minutes ago
  • 12 years ago

Installs

  • Total 2K
  • Win 782
  • Mac 497
  • Linux 429
Sep 17 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Pman (PHP Manual) Plugin

This plugin adds context menus for consulting the php manual from within the editor (pman). Supports Sublime Text 2 and 3

Installation

Use Sublime Text's Package Control (Preferences -> Package Control -> Install Package -> Pman) to install this plugin.

Or

Simply checkout the git repo into “~/Library/Application Support/Sublime Text [VERSION-NUMBER]/Packages/Pman or the equivalent folder on Windows or Linux.

Overview

This plugin adds support for running pman from within the editor

You can do this from:

  • The Command Palette ('Pman')
  • Right-click in the editor
  • F1 on the keyboard (configurable)

It enables you to:

  • Run the pman command for the selected word or the word where the cursor is currently pointing
  • Ask the user for input to then run through the pman command

Configuration

You can configure:

  • show_debug - Do you want the debug information to be sent to the console?
  • pman_executable_path - The path to the pman executable. If empty string, use PATH to find it
  • pman_col_executable_path - This is a secondary command to format the output correctly. Use which col to get the correct path

Requirements

Requirements for this plugin:

  • pman installed
  • Python 2.6
  • Linux/Mac OS X