Releases: Destro-/AMXXEditorV4
v4.4 (build: 4410)
v4.4 (4410)
New: AMXX-Uncompress; Rewritten in Python and improved.
New: Default Profile, now includes a compiler to allow having a default profile.
New: New color-scheme and popup css.
Improved: Style selection.
Improved: Profile selection.
Improved: About command.
Improved: Changelog.
v4.4 (4400)
New: Special characters are now escaped automatically when pasting inside a string.
New: You can now define variables using the auto:
tag or simply ::
, which will be replaced by the corresponding tag during compilation.
New: When typing @
, function autocomplete is displayed if inside a string; otherwise, tag autocomplete is shown.
Fix: The tab key did not work correctly between brackets and braces when autocomplete was active.
Syntax: Improved compatibility with default color schemes.
Syntax: Support for multiline define.
Syntax: Improved switch case structure.
Syntax: Removed support for multiline \
in single-line comments //
, pawn doesn't have that feature.
Syntax: Added styling for pre-defined constants (true
, false
, __DATE__
, __TIME__
, __LINE__
, __BINARY__
, __FILE__
).
Syntax: Various optimizations and minor bug fixes.
Analyzer: New method for handling comments and strings during code analysis.
Analyzer: Support for multiline #define
.
Analyzer: Fixed issue with #if
and #else
(only one block is analyzed, and the others are ignored).
Analyzer: Improved tag analysis, including creating a list of related functions for each tag.
Analyzer: Improved analysis of constants/enums. Comments are now used as documentation.
Analyzer: Various optimizations and minor bug fixes.
Tooltip: Improved Param-Inspector.
Tooltip: Tooltips added for constants and tags.
Tooltip: WIKI button for SVC_
and get_user_msgid
Game Events
Improved: Cache autocomplete items.
Improved: Update-check system.
Improved: Added debug_log_flags
.
Improved: Param-Inspector.
General: Error tracking, now sending reports to Rollbar when an error occurs.
General: Code available on GitHub.
Installation:
Download Sublime Text 4, there’s a portable option:
https://www.sublimetext.com/download_thanks?target=win-x64-portable
Extract the zip, let’s assume the extraction folder is SublimeText
. Go to:
SublimeText\Data\Installed Packages
and paste the AMXXEditorV4.sublime-package
file.