Skip to content

BasicPawn v0.841

Compare
Choose a tag to compare
@Timocop Timocop released this 21 Feb 09:52
· 261 commits to master since this release

🔨 Fixes

  • [Editor] Fixed 'include can not be found' and other parsing related spam in the information tab.
  • [Editor] Fixed persistent line states when reloading a tab.

✏️ Changes

  • [UI] Added 'Open source files' in Object Browser context menu.
  • [UI] Added menu strip to Project Browser.
  • [UI] Config settings cleanup.
  • [UI] Added 'Find definition' shortcut to the autocompletion tab.
  • [Editor] Implemented 'Peek definition'.
  • [Editor] Added Ctrl+Left Click peek definition shortcut.
  • [Editor] Automatically show references when no definition has been found.
  • [Editor] Warn user when reloading unsaved content.
  • [Editor] Keep last view and caret position when reloading a tab.
  • [Syntax] Added compiler option constants to syntax highlighting.
  • [Syntax] Parsing is now multi-threaded. If you experience overall slowdowns or user interface unresponsiveness disable multi-threading feature in the settings.
  • [Projects] Allow projects to find sources and include relative to its path.
  • [Updater] Auto-restart BasicPawn after installing an update.
  • [Debugger] The Debugger requires saved sources now to run.

⚠️ Important

  • [Plugins] All plugins require a newer interface from now on. Please update your plugins.
  • [Settings] Some settings have been added, removed or changed. Please check your settings.
  • [Automatic Error Reporting Plugin] Some settings have been added, removed or changed. Please check your settings.