This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Releases: Southclaws/pawn-sublime-language
Releases · Southclaws/pawn-sublime-language
v1.2.2
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
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
v1.0.0
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.