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
  • 12 years ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 2K
  • Win 783
  • Mac 497
  • Linux 429
Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8
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 1 0 0 0 0 0 0 0 0 0
Mac 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 1 0 0 0 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