![]() |
LitDev Version 1.2.27.0 - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: LitDev Version 1.2.27.0 (/showthread.php?tid=53) |
LitDev Version 1.2.27.0 - litdev - 04-23-2024 A few changes/additions recently so updated version. LDUtilities.Version() to see summary. Includes various LDControls RTB interaction, GW and TW shortcuts, LDDialogs.InputBox for quick text entry, LDShapes.TurtleSpeed (fix to make it as fast moving as possible), Special LDText character shortcuts LF,CR etc, LDCall.Compile to set SB compiler location. RE: LitDev Version 1.2.27.0 - AbsoluteBeginner - 04-23-2024 LitDev, Thank you very much. ![]() RE: LitDev Version 1.2.27.0 - z-s - 04-23-2024 Thanks For Great Effort should we have a method in ldextension for auto update like subprime?? RE: LitDev Version 1.2.27.0 - litdev - 04-23-2024 ZS, Extension manager in SB-Prime (Advanced->Extension Manager) allows you to see the installed extensions and update, remove, disable etc. The only isssue is it cannot update an extension that is currently loaded, hence the requirement to not load extensions for its use in SB-Prime. I may see if it can auto unload them while EM is open and reload when it closes. EDIT SB-Prime updated to be able to use extension manager while extensions are loaded - not while an SB program is running using the extension dll though. EDIT2 Argh, that broke intellisense and fixed! EDIT3 First fix could cause build up of tmp files in %temp%. Corrected now. RE: LitDev Version 1.2.27.0 - z-s - 04-23-2024 OK View This https://litdev.uk/mybb/showthread.php?tid=54 |