AutoSave addin for twinBasic, provides automatic saving with the ability to choose a time interval, confirmation and Auto-load.
- Automatic saving
- Choose a time interval
- Choose interval type (seconds or minutes)
- Check project for changes before saving
- Shows notification for the First-time-save, in a new project
- Confirmation before save
- Auto-Load on project open/new
- Startup options: Start Enabled, Disabled or Ask the user
- Logging in the debug console
- Keeps General or Project settings
The button, that added on the toolbar, has two functions:
- Enable/Disable the Autosave functionality (with Click)
- Show addin settings (with Double-click)
Important
To install this addin in TwinBasic, just unzip and copy each architecture dll in the corresponding folder
\twinBASIC_IDE_BETA_xxx\addins\win32
\twinBASIC_IDE_BETA_xxx\addins\win64\
Features:
- automatic saving
- choose a time interval
- choose interval type (seconds or minutes)
- Confirmation before save
- Auto-Load on project open/new
- Logging in the debug console
- toolbar button single click: Enable or Disable the addin
- toolbar button double click: Show Settings window
- Fixed: Addin checks if project has any changes before saving
- Enchancement: Addin checks if the project is new and shows notification for the First-time-save.
- Added: New setting, Keep Log in Debug Console
- Enchancement: Start enebled, now has also the option to ask the user
- Change: option buttons replaced with comboboxes
- Change: checkbox for StartEnabled replaced with combobox
- Added: Tab control for General and Project settings
- Added: Project settings option
*** Known issue: in x64 the settings window is not staying on top of the IDE
- Fixed: Project settings option is now working
- Fixed: Project settings only saved after first manually save
- Fixed: in x64 the settings window was not staying on top of the IDE