Skip to content

BasicPawn v0.730

Choose a tag to compare

@Timocop Timocop released this 14 Sep 13:52
· 865 commits to master since this release

Changes in this version:

  • Bug fixes:

    • [Program] Major bug fixes.
    • [Program] Fixed autocomplete indentation.
    • [Program] Dont allow overwriting database entries with the same name.
    • [Program] Fixed annyong warning sound when hitting enter on textboxes.
    • [Program] Switch to already opened files from the Object Browser.
    • [UI] Fixed UI colors.
    • [UI] Fixed TreeView ContextMenu focus glitches.
    • [UI] Show tab title correctly is messageboxes.
    • [UI] Fixed disabled scrollbars on ToolTips.
    • [Project] Show error when opening missing files istead of opening a blank tab.
    • [Syntax] Fixed parsing escape characters.
    • [Syntax] Fixed false positives when parsing variables.
  • Changes:

    • [Program] Internal changes and optimization.
    • [Program] Detect file changes.
    • [Program] Added "Safemode" (Plugins wont load when safemode enabled).
    • [Program] Implemented templates and template wizard.
    • [Program] Improved threading.
    • [UI] Show current mod under 'Tools'.
    • [UI] ToolTip is windowed.
    • [UI] Optimized ToolTip UI.
    • [UI] Disabled 'Enum', 'Autocomplete thread already running' and missing 'sourcemod.inc' warnings.
    • [UI] Show references in tabs info.
    • [UI] Added 'Collapse all', 'Expand all' to 'Object Browser'.
    • [UI] 'Object Browser' entries wont automatically expand themselfs.
    • [UI] Cut and Insert tabs.
    • [UI] Autocomplete/IntelliSense now colored.
    • [Syntax] Improved and optimized mehodmap parsing.
    • [Syntax] Improved and optimized parser, autocompletion and IntelliSense.
    • [Snytax] Improved public variable parsing.
    • [Syntax] Added more preprocessor stuff.
    • [Syntax] Allow parsing tabs in background.
    • [Syntax] Tabs that have been referenced in other tabs will parse its includes too.
    • [Plugin] Updated PluginInterface.

And more...