Releases: Timocop/BasicPawn
Releases · Timocop/BasicPawn
BasicPawn v0.826
🔨 Hotfixes:
BasicPawn v0.825
🔨 Fixes
- [UI] Fixed some typos.
- [Program] Minor big fixes.
- [Program] Fixed information tab goto with relative paths.
and more...
✏️ Changes
- [UI] Re-designed Information tab.
- [UI] Changed some setting controls.
- [UI] Update help.
- [Syntax] Replaced inverted syntax color with hardcoded dark color scheme.
- [Plugins] New interface due to API changes.
- [Settings] List failed plugins too.
- [Settings] Added TextEditor icon sidebar settings.
- [Program] Some code cleanup.
- [Templates] Changed SourceMod SharedPlugin template names.
- [Autocomplete] Added special action when autocompletion using
Shift+Ctrl+Enter.
and more...
⚠️ Important
- [Plugins] All plugins require IPluginInterfaceV2 from now on. Please update your plugins.
BasicPawn v0.824
Changes in this version:
- Fixes:
- [UI] Fixed grammar errors.
- [Parser] Fixed parser not finding methods that return arrays.
- [Settings] Fixed typo which caused exceptions when colliding default paths were found.
- [Autocomplete] Fixed autocompletion not working on last char in editor.
- Changes:
- [UI] Changed update button.
- [Syntax] Added more keywords.
- [Configs] Changed 'optimal config' behaviour.
- [Settings] Added background thread update rate option.
- [Program] Re-designed 'Open tabs from instances' to 'Instance Manager'.
- [Autocomplete] Removed obsolete functionality which caused only the methodmap method to be autocompleted on missing brackets.
and more...
BasicPawn v0.823
Changes in this version:
- Fixes:
- [UI] Fixed ToolTip flickering when resizing/opening ToolTip window.
- [Parser] Fixed preprocessor parsing with escape-newline (
\\s*\n). - [Updater] Added user-agent to updater and make github downloader work. (Download mirrors)
- [Program] Optimization and code cleanup.
- Changes:
- [UI] Changed some high-contrast colors.
- [Parser] Removed 'Format Code' indetion after statements.
- [Syntax] Changed preprocessor syntax highlighting behaviour.
- [Syntax] Implemented syntax highlight file versioning.
- [Syntax] Changed preprocessor color.
- [Settings] Implemented 'Default config paths' to configs.
- [Settings] Added option to show IntelliSense tooltip ontop of caret.
- [Autocomplete] Added 'this' keyword autocompletion.
- [Autocomplete] Disallowed autocompletion in chars, string, comments and multiline-comments.
and more...
BasicPawn v0.822
Changes in this version:
- Fixes:
- [Parser] Fixed parsing (malformed) sm exception logs.
- Changes:
- [UI] Changed some icons.
- [Program] Shorten select tab delay.
- [Explorer Browser] Added filter option,
BasicPawn v0.821
Small Hotfix
BasicPawn v0.82
Changes in this version:
- Fixes:
- [Syntax] Recolored
enumandstruct. * - [Autocomplete] Ignore (malformed) preprocessor directives while parsing.
- [Autocomplete] Only fully autocomplete when no opening brace is present.
- [Syntax] Recolored
- Changes:
- [UI] IntelliSense/Autocomplete tooltip never activate/focus.
- [Program] Implemented 'Explorer Browser'.
and more...
- * Custom syntax styles have been changed. Please update if you are using them.
BasicPawn v0.81
Changes in this version:
- Fixes:
- [Autocomplete] Fix removing whole autocompletion word if nothing matches.
- [Autocomplete] Fix forwards, funcenums, functags, typesets and typedefs autocompletion behaviour.
- Changes:
- [Syntax] Added support for
enum struct's. - [Updater] Added a warning message when updating.
- [Program] Code cleanup.
- [Autocomplete] Add more constants for autocompletion.
- [Syntax] Added support for
and more...
BasicPawn v0.803
Changes in this version:
- Fixes:
- [Autocomplete] Fix forwards parsed as variables.
- Changes:
- [UI] Replace old autocompletion ListView with custom ListBox with icons.
- [Settings] Autocomplete case sensitive setting off by default.
- [Program] Code cleanup.
- [Program] Able to make window 'Search & Replace' a single instance.
- [Program] Add more search options to 'Search & Replace'.
- [TextEditor] 'List references' ignores matches in strings/comments.
- [Autocomplete] Changed autocomplete prediction behaviour to Levenshtein distance algorithm.
and more...
BasicPawn v0.802
Changes in this version:
- Fixes:
- [Syntax] Enable multiline string syntax highlighting. *
- [Syntax] Fixed comment highlighting in strings. *
- [TextEditor] Fix auto-ident braces always inserting a brace.
- [Debugger] Fix debugger exception window showing non-existent lines.
- [Autocomplete] Fix variables not showing in Object Browser on first parsing pass.
- [Autocomplete] Fix methodmap parent methods and properties not showing on variables correctly.
- Changes:
- [UI] Replace autocomplete progressbar with animation.
- [UI] Able to show/hide autocompletion busy animation.
- [UI] Close tabs with middle mouse button.
- [UI] Navigate tabs with mouse thumb/special buttons.
- [UI] Added information log to debugger window.
- [Settings] Added more variable parsing options.
- [Settings] Change how debugger settings are stored. **
- [Program] Able to use regex with replace in 'Search & Replace'.
- [Debugger] Debugger now works with local dedicated source servers too. **
- [Debugger] Added
BPDAssert(any val = 0, char ...).
and more...
- * Custom syntax styles have been changed. Please update if you are using them.
- ** Settings have been changed. You may need to validate your settings.