Jump to content

SciTe macro script trouble


Recommended Posts

I'm working on a excerpt manager that should work in relation with SciTe. The application snap out selections of text into the application BUT here come the trouble and I was wondering if any other has run into these trouble - SciTe strips the clipped text for all 0x'20' and 0x'09' character - I use $(CurrentSelection) in SciTe - I know it's a bit out of line but maybe...

# Property entry Include Au3Calibur - a excerpts manager

command.32.*.au3="$(SciteDefaultHome)\Au3Calibur\Au3Calibur.exe" "$(FilePath)" $(CurrentSelection)

command.subsystem.32.*.au3=1

command.name.32.*.au3=Au3Calibur

command.shortcut.32.*.au3=Alt+Z

command.save.before.32.*.au3=2

command.replace.selection.32.*.au3=0

command.quiet.32.*.au3=1

Has anyone tryed to make SciTe macro applications async to correspond without need of a quit at every action - :( suggetions ?...

kj :(

Edited by kjactive
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...