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
  • 5 minutes ago
  • 13 years ago

Installs

  • Total 2K
  • Win 787
  • Mac 499
  • Linux 429
Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 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
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 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
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