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
  • 8 months ago
  • 2 hours ago
  • 2 years ago

Installs

  • Total 2K
  • Win 2K
  • Mac 12
  • Linux 26
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 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 1 4 2 5 5 2 1 0 1 5 4 3 1 2 5 3 5 4 4 2 6 6 0 1 8 1 0 3 1 4 2 1 3 5 7 3 3 5 1 6 1 1 3 1 1 8
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 0
Linux 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 1 0 0 0 0 0 0 0 0 0 0 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