Skip to content

Releases: ppalex7/SourcePawnCompletions

Regex patch

08 Jun 16:31
cfe591a
Compare
Choose a tag to compare

This release fixes a previous regex error for comment matching.

Add comment skipping and update regex

08 Jun 16:07
77bb467
Compare
Choose a tag to compare

This update adds comment skipping and updates regexes to improve matching.

Fix for enum definition

08 Jun 04:12
de81c38
Compare
Choose a tag to compare

The regex for enum definitions was modified to prevent false matching - such as within comments.

Modified default settings and allow explicit completions

08 Jun 03:39
4a1104f
Compare
Choose a tag to compare

This release changes the default settings file options and allows for explicit completions - eg snippet files.

Updated typo on codecs var name

06 Sep 18:49
8d52e7a
Compare
Choose a tag to compare

This release fixes a mistyped variable name, codecs. This typo caused problems on checking existing includes.

Updated encoding for opening files

25 Aug 13:37
7667e08
Compare
Choose a tag to compare

Files containing cyrillic characters and other symbols caused a UnicodeDecodeError. This has been fixed by opening the files as utf-8.

Added support for multiple include directories. Also added logic changes, parsing improvements, and bug fixes

11 Jul 14:17
0205517
Compare
Choose a tag to compare

A change was implemented to allow for multiple include directories. To utilize this, implement the example within the new include config within the repo and update the package if needed.

The file parsing has been modified to improve upon the ability to read new syntax includes and source files. Be aware, this plugin does not add functions to the autocompletion list that begin with public - these are functions that are intended to be callback functions for the sourcemod engine to access. It also ignores functions that are tagged as deprecated. Currently, it will add native, forward, stock, and normal (no tag) functions.

The current to-do list is to add support for methodmaps and SM 1.10 enum structs.

Support new syntax declarations

14 Feb 13:36
5851e9e
Compare
Choose a tag to compare

Updated the returntype for the autocompletion menu to support new syntax declarations that don't use type:var tagging.

Removed syntax highlighting and color theme from package

10 Apr 07:40
Compare
Choose a tag to compare
v1.2.0

changed old plugin name in readme

Settings in user files

03 Apr 19:52
Compare
Choose a tag to compare

From now changes in settings doesn't lost during package upgrade