Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
04-23-2024, 11:19 AM
(This post was last modified: 04-23-2024, 11:20 AM by litdev.)
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.
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
04-23-2024, 01:50 PM
(This post was last modified: 04-23-2024, 01:51 PM by z-s.)
Thanks For Great Effort
should we have a method in ldextension for auto update like subprime??
ZS
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
04-23-2024, 02:01 PM
(This post was last modified: 04-23-2024, 06:29 PM by litdev.)
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.