How to create a new script editor with a toolbar in JSL and paste the content of the paste board into the script editor?
txt=Get Clipboard();
New Window( "Example", sb = Script Box( txt ) );
with a toolbarThanks!