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

Installs

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