Search the Community
Showing results for tags 'Now also portable.'.
-
4/05/2014: Uploaded a new SciTE4AutoIt3.exe installer with the new SciTE v3.4.1 release. These are the major changes: - Ended all support for Obfuscator and removed from the installation! - Added Au3Stripper which replaces Obfuscators /StripOnly Function. - The installer will set SCITE_USERHOME to %LOCALAPPDATA%AutoIt v3SciTE. Each Utility will have its own subdirectory. - In case SCITE_USERHOME is not supplied will SciTE default to the SciTE program directory for SciteUserHome to make SciTE portable. - Changed SciTE/AutoIt3Wrapper/SciTEConfig to use SCITE_USERHOME as the home or all config files. - Updated the ZIP file to allow it to run portable "as-is" after unzipping Enjoy, Jos Addition/Changes/Fixes in the current installer: -------------------------------------------------------------------------------------------------- 4/5/2014 *** Headlines: Ended all support for Obfuscator and removed from the installation! Added Au3Stripper which replaces Obfuscators /StripOnly Function. Changed SciTE & AutoIt3Wrapper & SciTEConfig to use SCITE_USERHOME as the home or all config files. The installer will set SCITE_USERHOME to %LOCALAPPDATA%\AutoIt v3\SciTE. Each Utility will have its own subdirectory in this directory. In case SCITE_USERHOME is not supplied will SciTE default to the SciTE program directory for SciteUserHome to make SciTE portable. Updated the ZIP file to allow it to run portable as is after unzipping. *** Merged the SciTE v 3.4.1 by Neil Hodgson with our own version of SciTE. (Jos) - Added support for environment variable SCITE_USERHOME. *** Updated AutoIt3Wrapper 2.2.0.0 (Jos) - Added support for AU3Stripper directives: #AutoIt3Wrapper_Run_Au3Stripper #Au3Stripper_*= - Added support for SCITE_USERHOME. - Removed support for Obfuscator - Fixed issue Resourceupdates giving error: LastError:1359: *** Updated SciTEConfig v1.6.11.7 - Updated tab for Genereal settings into 2 Tabs and added extra options. (Melba23) - Updates for Abbrev manager and User Calltip Manager. (Melba23) - Added support for SCITE_USERHOME. (Melba23) *** Updated Tidy v2.4.0.1 (Jos) - Added support for SCITE_USERHOME. *** Updated Au3Stripper v1.2.0.0 (Jos) - Added support for SCITE_USERHOME. - Added support for the following #Directives: #Au3Stripper_Ignore_Funcs= #Au3Stripper_Ignore_Variables= #Au3Stripper_Off= #Au3Stripper_On= #Au3Stripper_Parameters= - No parameter specified on this directive means /StripOnly or /SO will be performed. - /StripOnly Or /SO -> Sets the options to:/SF=1 /SV=1 which is now also the default when no parameters are specified. - /StripUnusedFunc Or /SF -> Remove unused Funcs (Default when no options are specified) - /StripUnusedVars Or /SV -> Remove unused Global variable declarations (Default when no options are specified) - /MergeOnly Or /MO -> Will produce a scriptfile as AUT2EXE includes in the Compiled EXE.This allows you to find the proper linenumber when errors are reported. - /RenameMinimum Or /RM -> Generates a much smaller file by substituting function and variable names with unique 2+-character names - /PreExpand pr /PE -> This will preexpand Global Const variables. Thanks guinness for the idea. - /MaxIterations= Or /MI= -> Sets the maximum Iterations Au3Stripper will perform. Default is 5. Au3Stripper will continue until it hasn't stripped any lines or done this number of Iterations. *** Updated SciTEJump to the latest version v2.17.103.242 (guinness) - Added support for SCITE_USERHOME. -------------------------------------------------------------------------------------------------- ==> ScitillaHistory page containing all SciTE/Scintilla updates. ==> Visit the SciTE4AutoIt3 Download page for the latest versions ==> Check the online documentation for an overview of all extra's you get with this installer.