Skip to content

Releases: Timocop/BasicPawn

BasicPawn v0.836

18 Jul 17:14

Choose a tag to compare

🔨 Fixes

  • [UI] Fixed possible exception when opening the bookmark tab.

✏️ Changes

  • [Details] Always open existing file paths.
  • [Program] Code cleanup and optimizations.

BasicPawn v0.835

12 Jul 17:50

Choose a tag to compare

🔨 Fixes

  • [Program] Minor bug fixes.

✏️ Changes

  • [UI] Do not show 'Search & Replace' in taskbar.
  • [TextEditor] Switch to autocompletion tab while writing (optional).
  • [TextEditor] Allow to move selected lines up/down with shortcuts (Ctrl+Shift+Up; Ctrl+Shift+Down).
  • [Bookmarks] Implemented Bookmarks.

and more...

⚠️ Important

[Plugins] All plugins require a newer interface from now on. Please update your plugins.

BasicPawn v0.834

18 May 06:53

Choose a tag to compare

🔨 Fixes

  • [UI] Fixed details tab pages flickering when changing details tabs.

✏️ Changes

  • [UI] Removed tab keyboard shortcuts. Use buildin windows tab shortcuts instead. (Ctrl+PageUp; Ctrl+PageDown)
  • [UI] Changed details tab keyboard shortcuts. (Ctrl+Alt+Left; Ctrl+Alt+Right)
  • [Projects] Better exception handling when closing BasicPawn.

BasicPawn v0.833

12 May 19:40

Choose a tag to compare

🔨 Hotfixes

  • [Program] Fix compiler hanging when compiling.

BasicPawn v0.832

12 May 15:48

Choose a tag to compare

🔨 Hotfixes

  • [Syntax] Fixed never ending syntax parsing schedule tasks. d45a467

BasicPawn v0.831

11 May 21:44

Choose a tag to compare

🔨 Hotfixes

  • [UI] Fixed major focus issues with details tabs.
  • [UI] Able to control details tabs with keyboard shortcuts. (Ctrl+Shift+Left; Ctrl+Shift+Right)
    Changed in release v0.834-beta
  • [UI] Able to control tabs with keyboard shortcuts. (Ctrl+Alt+Left; Ctrl+Alt+Right)
    Changed in release v0.834-beta

BasicPawn v0.830

11 May 20:52

Choose a tag to compare

🔨 Fixes

  • [Syntax] Fixed variable autocompletion not showing due to name collisions in preprocessor directives, commands and operators.
  • [Syntax] Fixed escape-newline parsing in preprocessor directives.
  • [Program] Fixed compiling source still using active tab data.

✏️ Changes

  • [UI] More (english) shortcuts.
  • [UI] Renamed some help information.
  • [UI] Able to control details tabs with keyboard shortcuts. (Ctrl+Left; Ctrl+Right)
    (Changed in hotfix: v0.831-beta)
  • [UI] Able to navigate detail tab entries with keyboard shortcuts. (Ctrl+Up; Ctrl+Down)
  • [UI] Added keyboard shortcut for closing tabs. (Ctrl+W; Ctrl+Shift+W)
  • [UI] Added keyboard shortcut for closing 'Search & Replace' window. (Esc)
  • [UI] Able to control tabs with keyboard shortcuts. (Ctrl+Shift+Left; Ctrl+Shift+Right)
    (Changed in hotfix: v0.831-beta)
  • [Plugin] Put 'Upload' into 'Build' menu.
  • [Syntax] Only update syntax when files have changed.
  • [Configs] Implemented 'Build Events' in configs.
  • [Configs] Removed 'Shell'.
  • [TextEditor] Correctly auto-close strings and characters. ("; ')

⚠️ 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.

BasicPawn v0.829

22 Apr 08:33

Choose a tag to compare

🔨 Fixes

  • [UI] Fixed drawing background color on colorized TabControls.
  • [UI] Mimic padding on TabControl TabPages to minimize discoloration.
  • [UI] Fixed some grammar errors.
  • [UI] Hide IntelliSense tooltip when opening StartPage.
  • [UI] Removed details TabControl padding.
  • [Project Browser] Optimized adding/removing items.

✏️ Changes

  • [UI] Merge 'Start Debugger' with 'Test'.
  • [Settings] Moved some options.
  • [Templates] Better comment style for 'ECHO_TYPE'.
  • [Project Browser] Avoid duplicated project files in a project.
  • [Explorer Browser] Added path toolip.
  • [Explorer Browser] Rearranged buttons.

⚠️ Important

[Templates] Some plugin templates have been changed.

BasicPawn v0.828

02 Apr 23:47

Choose a tag to compare

🔨 Hotfixes

⚠️ Important

[Plugins] All plugins require a newer interface from now on. Please update your plugins.

BasicPawn v0.827

01 Apr 09:35

Choose a tag to compare

🔨 Fixes

  • [UI] Fixed details tab showing up even when it is disabled.
  • [UI] Don't show full path as filename in SafeFileDialog's.
  • [Updater] Fixed User-Agent typo.
  • [Program] Fixed not finding 'compiled' output directory when using automatic mode in configs.

✏️ Changes

  • [Program] Added more Build and Test options.
  • [Autocomplete] Fully autocomplete callback funcenum/typesets with retagging. (<functag/typedef>:<name>)
  • [Autocomplete] Added text editor commands.

and more...