Skip to content

Releases: Timocop/BasicPawn

BasicPawn v0.724

12 Jul 14:35

Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Program] Fix path in the compiler output.
  • Changes:

    • [UI] Add images to context menus.
    • [UI] Add Compile/Test context menu item for 'Project Browser' files.
    • [UI] Optimize controls.

BasicPawn v0.723

07 Jul 17:33

Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Tabs] Fix tab indexes.
    • [TextEditor] Change annoying tab indentation.
  • Changes:

    • [Program] Optimize sending files to other BasicPawn instances.
    • [Program] Better Tab-to-Space convertation.
    • [Program] Only convert tabs and spaces manually.
    • [Program] Close empty instances and show windows correctly when working with other BasicPawn instances.
    • [Program] Loop 'Object Browser' search.
    • [Tabs] Optimize tab loading and switching.
    • [UI] Added toggle outline and toggle comments in context menu.
    • [UI] Readded 'Check for updates' in the menu.

BasicPawn v0.722

03 Jul 11:22

Choose a tag to compare

Small Hotfix
See: 43ba972

BasicPawn v0.721

03 Jul 10:21

Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Program] Minor bug fixes.
    • [Program] 'Open files' command will be send sooner to other BasicPawn instances which opens files faster.
    • [UI] Some UI color fixes.
    • [Syntax] Fix empty enum parsing.
    • [Syntax] Resolved some methodmap info confusions.
    • [Updater] Terminating BasicPawn processes is now safer.
  • Changes:

    • [Program] Optimized 'Object Browser' search.
    • [UI] Added search to 'Project Browser'.
    • [UI] Show files path in 'Project Browser'.
    • [UI] Added 'List All in All open tabs' to 'Search & Replace'.
    • [UI] Restore window when opening files.

BasicPawn v0.72

01 Jul 21:03

Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Debugger] Ignore all possible IO exceptions.
    • [Debugger-Plugin] Count calls inside plugins.
    • [Program] Reverse 'Save all' order.
    • [Program] Fix unicode bugs in app communication.
    • [UI] Grammar corrections.
  • Changes:

    • [Program] Added settings to convert Tab-to-Spaces.
    • [Program] Set file type association.
    • [Program] Added BigInteger for .NET 3.5.
    • [UI] Optimized DatabaseViewer and StartPage.
    • [UI] Configs settings textboxes are now editable.
    • [UI] More context menu items.
    • [UI] Rearranged TextEditor context menu items.
    • [UI] Config changes are more visible.
    • [Projects] Added projects.
    • [Tabs] Added context menu.
    • [Crypto] Added RSA Cryptography.
    • [Updater] Added Updater.

BasicPawn v0.716

09 Jun 23:37

Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Wine] Fix Wine Autocomplete/IntelliSense TextBox color.
    • [Wine] Dont show flash overlay on Wine due missing alpha rendering.
    • [StartPage] Remove unused tabs when loading projects from StartPage.
    • [StartPage] Optimize StartPage loading times.
    • [StartPage] Bold StartPage recent items names
    • [UI] Darken tabs on inverted colors.
    • [UI] Fix glitchy TextEditor ToolTip movement.
    • [UI] Set window owners for better window management.
  • Changes:

    • [UI] Added autocomplete status progressbar.
    • [UI] Enable/Disable smooth TextEditor ToolTip movement in settings.
    • [UI] Reverse and improve information tab.
    • [Syntax] Hardcode some more SM 1.6 tags.
    • [Syntax] Colorize struct names.
    • [Program] Start autocomplete update when source was fresh saved.

BasicPawn v0.715

23 May 22:20

Choose a tag to compare

Changes in this version:

  • Changed target .NET Framework 2.0 to .NET Framework 3.5 due SSH.NET.
  • Minor bug fixes:
    • Fixed parsing enums with empty names.
    • [Wine-Only] Workaround error for Object Browser when running on Wine (WndProc exception).
    • [UI] Fixed debugger output error text spacing.
    • [UI] Fixed 'Search & Replace' typo.
    • Fixed output source path on test compile.
    • Fixed compiler using wrong working directory.
  • Added database (Password storage for FTP and more).
  • Added secure storage.
  • Added StartPage.
  • Added SSH.NET and FTP modules.
  • Changed code formater (Can now format selected code).
  • Bring current debugger to front when clicking 'Start Debugger'.

BasicPawn v0.714

31 Mar 17:34

Choose a tag to compare

Changes in this version:

  • Minor bug fixes:
    • Fixed UI grammar.
    • Reset caret column when clicking files in the information tab.
    • Fixed debugger cleanup
  • Major bug fixes:
    • Less annoying debugger.
    • Fixed compiler names.
  • Added simple packed export.
  • Autosize tooltip popup.
  • Auto-switch detail tabs.
  • Path tooltips on source tabs.
  • Loop search in search window.
  • Open/Switch tabs when clicking files in the information tab.
  • 'List all' Option for search window.
  • Dont remove debugger placeholder on test compile.

See commits for more...

BasicPawn v0.713

14 Feb 08:42

Choose a tag to compare

Changes in this version:

  • Major bug fixes.
    • Fix infinite loop when showing references.
    • Update Font on all Tabs.
    • and more...
  • Bigger config ListBox font size.
  • Copy or open information log in Notepad.

BasicPawn v0.712

08 Jan 04:41

Choose a tag to compare

Changes in this version:

  • Major bug fixes.
  • Correctly process include files in diffrerent folders.
  • Added "Always load default includes" option.