• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tool] Pawn Kit for Sublime Text
#1
[Image: pawn-openmp-sublime-kit.svg]

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 to 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:
Code:
[
    { "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


Repository: GitHub
  Reply


Forum Jump: