Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases: Southclaws/pawn-sublime-language

v1.2.2

17 Aug 19:19
Compare
Choose a tag to compare

Minor update to the Preferences menu:

  • Fixed some backslash escape issues.
  • Sanitizes build path user input backslashes.
  • Renamed "Build Settings" to "Generate Build Settings File".
  • Added "Edit Build Settings" menu option for editing the build settings.

v1.2.0

12 Aug 17:15
Compare
Choose a tag to compare

Added easier build setup:

Preferences > Package Settings > Pawn Compiler Settings > Build Settings

Type the path to your Pawn compiler, example:

C:\SA-MP\Server\pawno\

The file will be automatically named and prompt to be saved, save it in .\Sublime Text 3\Data\Packages\User\ (the save window should automatically open here anyway).

Removed some unused files and possibly unwanted keybindings.

v1.1.0

17 Jul 12:41
Compare
Choose a tag to compare
  • Updated YSI autocomplete (R8)
  • Added 3DMenu autocomplete

Thanks to @doreto for these contributions.

v1.0.0

11 Jul 10:06
Compare
Choose a tag to compare

First release for use with Package Manager.

Includes autocompletion for popular libraries as well as a slightly edited clone of the C++ syntax for highlighting Pawn code. Also contains some handy snippets for speeding up writing.