Releases: Timocop/BasicPawn
Releases · Timocop/BasicPawn
BasicPawn v0.836
🔨 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
🔨 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
🔨 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
🔨 Hotfixes
- [Program] Fix compiler hanging when compiling.
BasicPawn v0.832
🔨 Hotfixes
- [Syntax] Fixed never ending syntax parsing schedule tasks. d45a467
BasicPawn v0.831
🔨 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
🔨 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
🔨 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
🔨 Hotfixes
⚠️ Important
[Plugins] All plugins require a newer interface from now on. Please update your plugins.
BasicPawn v0.827
🔨 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...