Jump to content

SciTe Question


avery
 Share

Recommended Posts

That I know of, no, there's no way. You could write and run a script that every 5 seconds or something (or on a button press) read the data, then formatted it in a GUI.

Try making a GUI and using this:

$OC = ClipGet()
ControlSend('', '', 351, '^a')
ControlSend('', '', 351, '^c')
MsgBox(0, '', ClipGet());obviously you wouldn't use this if you had a GUI...
ClipPut($OC)
Edited by mistersquirrle

We ought not to misbehave, but we should look as though we could.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...