View Single Post
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 09-12-2020 , 17:43   [Editor] Sublime AMXX-Editor v4.2 (2020)
Reply With Quote #131

All changes from v2.2 to v4.2 were made very slowly over the years for a members of a group of discord group. I did not want to publish a new release because I did not want to dedicate time to support this package.

In recent days I found out that ST4 is developing, so I wanted to be more active with this package

Changelogs:
Code:
v3.0:
- fix: Minor bug in color-schemes selector.
- fix: Runtime error in update_check().
- fix: Support for multi-view/widows.
- fix: Crash on Package reloaded.
- feat: Show tooltip popup on mouse hover.
- feat: New popup css style.
- feat: New color-scheme format (.sublime-color-scheme)
- feat: Able to choose style for the output console.
- feat: Able to choose style for the tooltip popup.
- feat: More settings for AutoComplete.
- feat: Auto-complete for #include.
- feat: Auto-complete for #emit.
- feat: Auto-complete for #pragma.
- feat: "Find/Replace" (all include).
- feat: "Functions List" (all include).
- feat: "Includes Tree"
- feat: Re-written code of pawnparse:
--  Basic check live invalid-syntax
--  Auto-complete local vars
--  35% less CPU usage

v4.0~4.2:
- feat: Much code rewritten and separated in modules (mainly multi-threaded analyzer and pawn code parse).
- feat: CodeAnalizer separates the code into sections and only processes what is being viewed and what is being modified (performance is unmatched by previous versions).
- feat: Remove `const.sublime-syntax` (now it makes use of API add_regions).
- feat: Highlight underline non-existent functions.
- feat: Build profile (able to quickly switch between multiple compilers settings).
- feat: (tooltip) Parameters inspector.
- fix: Remove tags of autocomplete params.

and many other small changes between versions...
Functions List & Includes Tree:


Auto-completion local vars:


Auto-completion FOR and others keywords:



Update:
https://forums.alliedmods.net/showpo...&postcount=134
__________________

Last edited by Destro-; 09-15-2020 at 14:51.
Destro- is offline