Developers Jos Posted May 21, 2009 Developers Share Posted May 21, 2009 (edited) 05/21/2009: Uploaded a new SciTe4AutoIt3.exe installer with the new SciTE v1.78 release.IMPORTANT: This version doesn't have support for the ANSI version of AutoIt3 anymore since that is removed from AutoIt3.==> 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.Enjoy,Jos05/21/2009 *** Merged the updates of SciTE v 1.78 by Neil Hodgson with our own version of SciTE. (Jos) *** Updated AutoIt3Wrapper_Gui/AutoIt3Wrapper v2.0.0.1 (Jos) - Removed ANSI support since that is not supported anymore with AutoIt3! - Fixed Registry check for AutoIt3_X64 version. (Thanks JPM) *** Updated Tidy.exe v2.0.28.3 (Jos) - Added option "/r_extra_empty_lines" or "/reel" which will remove all emptyline but will leave at least one. - Added check to skip files that are encoded with UTF8. - Changed: the way the Keywords and Functions tables are loaded which speeds up Tidy by a few seconds. - Fixed Crash when Variable definition was initialised with a long strings over multiple lines. - Fixed skip propercasing COM variable sections after the initial $var to avoid COM errors. - Fixed check for max syntax linelenght. - Added check for UTF8 encoded input files and stop the process. *** Updated Obfuscator.exe v1.0.26.11 (Jos) - Added support for #OnAutoItStartRegister and #ignorefunc. the funcs defined in these directives are not stripped. - Allow max length lines when doing a /striponly. - Several fixes for #Obfuscator_Ignore_Variables and #Obfuscator_Ignore_Funcs - Fixed character input counting error with include files. - Fixed issue with space being removed before Continuation character. - Added check for UTF8 encoded input files and stop the process. *** Some Helpfile updates. Edited May 23, 2009 by 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. Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted May 22, 2009 Moderators Share Posted May 22, 2009 Thanks for all the hard work you put into this Jos! Link to comment Share on other sites More sharing options...
rajeshontheweb Posted May 23, 2009 Share Posted May 23, 2009 thanks a lot!~ Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet Link to comment Share on other sites More sharing options...
Inverted Posted May 23, 2009 Share Posted May 23, 2009 (edited) This is the current page of the SciTE changelog, the other in sourceforge is outdated : http://www.scintilla.org/ScintillaHistory.html 1.78 changes : Release 1.78 * Released on 28 April 2009. * Annotation lines may be added to each line. * A text margin may be defined with different text on each line. * Application actions may be added to the undo history. * Can query the symbol defined for a marker. An available symbol added for applications to indicate that plugins may allocate a marker. * Can increase the amount of font ascent and descent. * COBOL lexer added. Feature #2127406. * Nimrod lexer added. Feature #2642620. * PowerPro lexer added. Feature #2195308. * SML lexer added. Feature #2710950. * SORCUS Installation file lexer added. Feature #2343375. * TACL lexer added. Feature #2127406. * TAL lexer added. Feature #2127406. * Rewritten Pascal lexer with improved folding and other fixes. Feature #2190650. * INDIC_ROUNDBOX translucency level can be modified. Feature #2586290. * C++ lexer treats angle brackets in #include directives as quotes when styling.within.preprocessor. Bug #2551033. * Inno Setup lexer is sensitive to whether within the section and handles comments better. Bug #2552973. * HTML lexer does not go into script mode when script tag is self-closing. * HTML folder fixed where confused by comments when fold.html.preprocessor off. Bug #2532774. * Perl lexer fixes problem with string matching caused by line endings. Bug #2648342. * Progress lexer fixes problem with "last-event:function" phrase. Bug #2483619. * Properties file lexer extended to handle RFC2822 text when lexer.props.allow.initial.spaces on. * Python lexer adds options for Python 3 and Cython. * Shell lexer fixes heredoc problem caused by line endings. Bug #2635257. * TeX lexer handles comment at end of line correctly. Bug #2698766. * SciTE retains selection range when performing a replace selection command. Feature #2339160. * SciTE definition of word characters fixed to match documentaiton. Bug #2464531. * SciTE on GTK+ performing Search or Replace when dialog already shown now brings dialog to foreground. Bug #2634224. * Fixed encoding bug with calltips on GTK+. * Block caret drawn in correct place on wrapped lines. Bug #2126144. * Compilation for 64 bit Windows works using MinGW. Bug #2515578. * Incorrect memory freeing fixed on OS X. Bug #2354098, #2671749. * SciTE on GTK+ crash fixed on startup when child process exits before initialisation complete. Bug #2716987. * Crash fixed when AutoCompleteGetCurrent called with no active autocompletion. * Flickering diminished when pressing Tab. Bug #2723006. * Namespace compilation issues with GTK+ on OS X fixed. * Increased maximum length of SciTE's Language menu on GTK+ to 100 items. Bug #2528241. * Fixed incorrect Python lexing for multi-line continued strings. Bug #2450963. Edited May 23, 2009 by Inverted Link to comment Share on other sites More sharing options...
Developers Jos Posted May 23, 2009 Author Developers Share Posted May 23, 2009 Updated the link to point to the proper history file. Thanks, 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. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 24, 2009 Moderators Share Posted May 24, 2009 Jos,Dank u wel. All your hard work is much appreciated.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Valik Posted May 24, 2009 Share Posted May 24, 2009 Jos, please take a look at revisions 4444 and 4445 to make sure I didn't remove something you were using or break anything. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 25, 2009 Author Developers Share Posted May 25, 2009 Jos, please take a look at revisions 4444 and 4445 to make sure I didn't remove something you were using or break anything.I had no problems building the projects so looking good. 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. Link to comment Share on other sites More sharing options...
neema Posted May 26, 2009 Share Posted May 26, 2009 Issue with latest install, AutoIt3Wrapper_GUI is no longer being called on compile. Any descriptors I had in existing scripts have no effect and I do not have the GUI to create new ones. Link to comment Share on other sites More sharing options...
RazerM Posted May 28, 2009 Share Posted May 28, 2009 On vista here, I have the config file as C:\Program Files\AutoIt3\SciTE\Tidy\Tidy.ini Tidy seems to be ignoring this file as I have removed the KeepNVersions line completely and it still backs up the file. Any ideas? My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 28, 2009 Author Developers Share Posted May 28, 2009 Issue with latest install, AutoIt3Wrapper_GUI is no longer being called on compile. Any descriptors I had in existing scripts have no effect and I do not have the GUI to create new ones.What do you see in the SciTE output pane when doing Ctrl+F7? 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 28, 2009 Author Developers Share Posted May 28, 2009 (edited) On vista here, I have the config file as C:\Program Files\AutoIt3\SciTE\Tidy\Tidy.iniTidy seems to be ignoring this file as I have removed the KeepNVersions line completely and it still backs up the file. Any ideas?Removing the line is telling Tidy to keep all backups. *** Keep x Version of the File before the Tidy run and store them in SubDirectory "\Backup". 0 means keep all backups.KeepNVersions=5I have never made it possible to skip the creation of the backup for the simple fact that I do not want to be responsible for deleting your original version at anytime. Edited May 28, 2009 by 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. Link to comment Share on other sites More sharing options...
RazerM Posted May 28, 2009 Share Posted May 28, 2009 Ok, it's just that I've installed a revision-based system that saves files within certain directories when they are saved, i'll limit to 1 then. My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
Developers Jos Posted June 1, 2009 Author Developers Share Posted June 1, 2009 Reuploaded the full installer with a fixed version of Obfuscator v1.0.26.13 that contained an annoying bug.You can also download the Obfuscator fix separately from here.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. Link to comment Share on other sites More sharing options...
neema Posted June 4, 2009 Share Posted June 4, 2009 What do you see in the SciTE output pane when doing Ctrl+F7?>"C:\Program Files\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\code\Scripts\Source\PathfinderUpdate.au3" Ultimate Packer for eXecutables Copyright © 1996 - 2008UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008 File size Ratio Format Name -------------------- ------ ----------- ----------- 612864 -> 290304 47.37% win32/pe PathfinderUpdate.exePacked 1 file.>Exit code: 0 Time: 2.123 Link to comment Share on other sites More sharing options...
Developers Jos Posted June 4, 2009 Author Developers Share Posted June 4, 2009 (edited) >"C:\Program Files\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\code\Scripts\Source\PathfinderUpdate.au3" Ultimate Packer for eXecutables Copyright © 1996 - 2008UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008 File size Ratio Format Name -------------------- ------ ----------- ----------- 612864 -> 290304 47.37% win32/pe PathfinderUpdate.exePacked 1 file.>Exit code: 0 Time: 2.123This tells me you are not using the Full SciTE4AutoIt3 setup, but the lite version that comes with the AutoIt3 installer.Try installing the full SciTE4AutoIt3 package.Jos Edited June 4, 2009 by 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. Link to comment Share on other sites More sharing options...
hunt Posted June 19, 2009 Share Posted June 19, 2009 JosThank you very much! Link to comment Share on other sites More sharing options...
Valik Posted July 10, 2009 Share Posted July 10, 2009 (edited) Hi Jos Scite(4autoit) mistakes lines that end with a variables that ends with a underscore '_' for a multiple line token. Possible making scites folding misbehave, if next line contains a folding related command. example: for ... $var1 += $_var2_ next mvg Why you couldn't give a complete, working example, I don't know. The following code demonstrates the folding problem: for ... $var1 += $_var2_ next If $Foo Then $Bar = "" $Monkey = '' EndIf $Foo With the above code the fold-point at "For" collapses down to $Foo (or it even consumes $Foo if the file ends with a blank line). If you remove the trailing underscore on $var2 then SciTE folds correctly. Edited July 10, 2009 by Valik Link to comment Share on other sites More sharing options...
exodius Posted July 10, 2009 Share Posted July 10, 2009 Shouldn't the "Date Updated" on http://www.autoitscript.com/autoit3/scite/downloads.shtml for "SciTE4AutoIt3.exe" be changed from 1-6-2009 to 5-21-2009? And would it be pertinent to list a version # of SciTE on that page? Link to comment Share on other sites More sharing options...
Developers Jos Posted July 10, 2009 Author Developers Share Posted July 10, 2009 Shouldn't the "Date Updated" on http://www.autoitscript.com/autoit3/scite/downloads.shtml for "SciTE4AutoIt3.exe" be changed from 1-6-2009 to 5-21-2009?Why ? This is the date the installer was created.And would it be pertinent to list a version # of SciTE on that page? It is listed on the Main page and the SciTE version is only one item in the Installer. There is so much more in there so don;t see why I would want to only do that for SciTE.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. Link to comment Share on other sites More sharing options...
Recommended Posts