A menu option should appear in the Tools menu called Sparkle Launcher
Only single connection supported currently.
SpkLauncherPresenter class>>connection is the access point to the connection once established.
SparkleLauncher is the application class.
Closing the launcher closes all explorers as well as the connection.
Last Host / port entered retained for convenience
Here is a launcher that is quite rudimentary but works reasonably well based on the requirements of https://github.com/GemTalk/Sparkle/issues/17
A menu option should appear in the Tools menu called
Sparkle Launcher
Only single connection supported currently.SpkLauncherPresenter class>>connection
is the access point to the connection once established.SparkleLauncher
is the application class. Closing the launcher closes all explorers as well as the connection. Last Host / port entered retained for convenience