PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on June 15, 2026, 12:31:48 PM

Title: Tiko Editor v1.3.1 release
Post by: Paul Squires on June 15, 2026, 12:31:48 PM
https://www.freebasic.net/forum/viewtopic.php?p=311459#p311459

Version 1.3.1 release: https://github.com/PaulSquires/tiko/releases

Download the "Source code (zip)" file from the Release page (https://github.com/PaulSquires/tiko/releases), or directly via the following link: https://github.com/PaulSquires/tiko/releases/tag/1.3.1

To install, simply unzip to a folder path that does not contain spaces. To uninstall, delete the folder. Tiko does not install any additional files elsewhere in your system nor does it store information in the Windows Registry.

It is safe to copy the files from this version release over your previous v1.3.0 release because the download does not contain a settings.ini or keybindings.ini file that would overwrite your existing files.

NOTE: THE NEW DEBUGGER INTEGRATION IS SOMEWHAT PRIMITIVE AT THE MOMENT. IT WILL GET BETTER AS TIME PROGRESSES.

Version 1.3.1 (June 15, 2026)
- Added: Environment Option to allow check for any new available Tiko versions and display message in menu bar.
- Fixed: The Replace button's tooltips would not display if the Find/Replace dialog was expanded using the expand toggle arrow.
- Fixed: Tiko's internal parser not correctly handling some unicode text (changed existing zstring to more correct DWSTRING).
- Fixed: "Compile / Command Line" not being passed to the Debugger.
- Fixed: Tiko Help viewer: Changing topic ensures that the cursor set to start of the topic text.
- Fixed: Tiko Help viewer: Code to help ensure always displayed above the editor.
- Fixed: When popup code completion activated it was possible that another edit window (like Notes or Compiler Output) could receive subsequent keyboard input.
- Fixed: Added code to prevent main statusbar tooltip text from continuously refreshing.
- Fixed: Refactored some internal text encoding conversion functions (thanks José Roca).
- Fixed: Refactoring to editor horizontal scrollbar dealing with long line widths.
- Changed: Do not add an -x flag during the compile process because it could interfere with an embedded #cmdline set by the user in code.
- Changed: The second "Code Editor" label in Environment Options changed to "Advanced Code Editor".
- Changed: Updated AfxNova library includes to latest repository as of June 15, 2026.
- Changed: Updated freebasic_manual.chm help file to latest as of June 15, 2026.
- Changed: The French language file has been updated (thanks docroger).
- Changed: The German language file has been updated (thanks hajubu).
- Changed: The Chinese Simplified language file has been updated (thanks fbfans).