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

Pawn Kit

by punkochel ALL

Pawn language settings for Sublime Text. Adapted for development under OpenMP.

Details

  • 1.0.7
  • github.​com
  • 9 months ago
  • 2 hours ago
  • 2 years ago

Installs

  • Total 2K
  • Win 2K
  • Mac 13
  • Linux 28
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 Oct 7
Windows 1 1 0 2 2 1 2 0 0 1 0 4 4 1 1 1 3 3 4 3 4 5 4 2 5 5 4 5 5 1 4 2 5 5 2 1 0 1 5 4 3 1 2 5 3 5
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 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GitHub Release

Pawn Kit for Sublime Text

This plugin is a fork of Pawn syntax, visiting the parent page will give you more details on the plugin's capabilities.
If you development for SA:MP, use Pawn syntax.

Description

The plugin is adapted for development under Open MP
Refactored snippets and completions

Supported Libraries

Compilation on F5 key

Create a Default.sublime-keymap file in your Packages/User/ directory, then put the following code in it:

[
    { "keys": ["f5"], "command": "build", "context" : [{"key": "selector", "operator": "equal", "operand": "source.pawn", "match_all": true}] },
    { "keys": ["pause"], "command": "exec", "args": {"kill": true}, "context" : [{"key": "selector", "operator": "equal", "operand": "source.pawn", "match_all": true}] }
]

Install

Package Control