kjactive 1 Posted April 28, 2005 (edited) 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 April 28, 2005 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Share this post Link to post Share on other sites