Jump to content

Recommended Posts

Posted (edited)
  

I see in Scite Help some pretty interesting stuff, but how do I use these?

WordLeft    Move caret left one word.
2439    WordLeftEnd Move caret left one word, position cursor at end of word.
2440    WordLeftEndExtend   Move caret left one word, position cursor at end of word, extending selection to new caret position.
2309    WordLeftExtend  Move caret left one word extending selection to new caret position.
2390    WordPartLeft    Move to the previous change in capitalisation.
2391    WordPartLeftExtend  Move to the previous change in capitalisation extending selection to new caret position.
2392    WordPartRight   Move to the change next in capitalisation.
2393    WordPartRightExtend Move to the next change in capitalisation extending selection to new caret position.
2310    WordRight   Move caret right one word.
2441    WordRightEnd    Move caret right one word, position cursor at end of word.
2442    WordRightEndExtend  Move caret right one word, position cursor at end of word, extending selection to new caret position.

Additionally, how do I write macros from commonly used keystroke sequences like:

{ctrlDown}f{ctrlUp}x{enter}{esc}

Or 

{ctrlDown}a{ctrlUp}{ctrlDown}c{ctrlUp}{ctrlDown}v{ctrlUp}

Ect...

Edited by xuzo
  • Developers
Posted

Not sure I understand what you want to do here. these are command that can be given to SciTE to preform these steps.
Are you looking to automate SciTE tasks or for another program?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
×
×
  • Create New...