Developers Jos Posted December 17, 2005 Developers Share Posted December 17, 2005 (edited) 12/17/2005: Uploaded a new SciTe4AutoIt3.exe installer which contains then new SciTE 1.67 released tody and other updates. (see below for complete list)==> 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,Updates:12/17/2005 *** Updated installer with SciTE v1.67. *** Update Au3Recoder: (Larry) Fixed a BUG when Title contained a double quote. *** Updated SciteConfig (JdeB) Fixed a Bug swapping between proportional and Fixed fonts. *** Updated guibuilder (JPM) Removed all references to "Handle=" for BETA compatibility. *** Updated CompileAU3 v1.4 (JdeB) - Added support for the following variables in resource info: ; %AutoItVer% which will be replaced with the version of AutoIt3 ; %date% = PC date in short date format ; %longdate% = PC date in long date format ; %time% = PC timeformat #Compiler_Res_Field=AutoIt Version|%AutoItVer% -Fixed some CompileAU3.ini variables not beeing set correctly. *** Fixed LUA Calltip for OPT. (Valik) *** Updated Both SciTE4AutoIt3 and SciTE4AU3Upd installers commandline options: SciTE4AU???? /S (Silently install the patches and Load Beta definitions when AutoIt3\Beta is installed, else Production definitions are loaded. SciTE4AU???? /S beta (Silently install the patches and the BETA definitions) SciTE4AU???? /S prod (Silently install the patches and the production definitions) Edited December 17, 2005 by JdeB 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...
LxP Posted December 18, 2005 Share Posted December 18, 2005 (edited) Thanks JdeB!One small thing I've noticed (please pardon the pedantry) is that you seem to inconsistently use Scite, SciTe and SciTE (e.g. Start menu icons, associated utilities and help file) when in fact the editor is named SciTE (Scintilla Text Editor). Is this something worth looking at correcting in the future? Edited December 18, 2005 by LxP Link to comment Share on other sites More sharing options...
MHz Posted December 18, 2005 Share Posted December 18, 2005 Thanks JdeB!One small thing I've noticed (please pardon the pedantry) is that you seem to inconsistently use Scite, SciTe and SciTE (e.g. Start menu icons, associated utilities and help file) when in fact the editor is named SciTE (Scintilla Text Editor). Is this something worth looking at correcting in the future?LxP, Even the SciTE homepage is not consistant. Did you get SCIntilla correct ? SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.JdeB, Thanks for your effort with this update. Link to comment Share on other sites More sharing options...
Valuater Posted December 18, 2005 Share Posted December 18, 2005 (edited) i am getting an error... with #include <IE.au3> i have the latest SciTE and Beta.. (today 12-17-2005) http://www.autoitscript.com/forum/index.ph...pe=post&id=5636 ???? thx 8) and just "NOW" deleted IE.au3... downloaded and saved again???? thx Edited December 18, 2005 by Valuater Link to comment Share on other sites More sharing options...
Valuater Posted December 18, 2005 Share Posted December 18, 2005 por vabor, iutha me (spanglish) 8) in other words "bump" Link to comment Share on other sites More sharing options...
LxP Posted December 18, 2005 Share Posted December 18, 2005 I think the first SCIntilla there just demonstrates that the Sci in SciTE comes from Scintilla. It seems to be listed as Scintilla everywhere else on the page.I just think that things look more professional when consistent capitalisation is used -- it's the only reason I mentioned it really. It's not an important issue. Link to comment Share on other sites More sharing options...
LxP Posted December 18, 2005 Share Posted December 18, 2005 (edited) and just "NOW" deleted IE.au3... downloaded and saved again????Do you definitely have it saved in the correct Include folder for whichever version of AutoIt that you're using? (The release and beta versions seem to have separate Include folders.)Edit: Rewording. Edited December 18, 2005 by LxP Link to comment Share on other sites More sharing options...
Valuater Posted December 18, 2005 Share Posted December 18, 2005 (edited) checking... now! that be it!!!.... 8) thanks LxP... in all this time i did not realize there is a beta/include....Dah 8) Edited December 18, 2005 by Valuater Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted December 18, 2005 Share Posted December 18, 2005 The Auto-Indent seems to be broken for switches Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
this-is-me Posted December 18, 2005 Share Posted December 18, 2005 (edited) I thought I would take this time to mention that if an if-then statement is completed on the same line, SciTE still autoindents on the next line. Example:If $this then that() ;this line is autoindented Is this something that can be corrected? Edited December 18, 2005 by this-is-me Who else would I be? Link to comment Share on other sites More sharing options...
Developers Jos Posted December 18, 2005 Author Developers Share Posted December 18, 2005 The Auto-Indent seems to be broken for switchesIt is the same as Select and cannot be made 100% correct with the curent SciTE options. If you find a way then please let me know... 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 December 18, 2005 Author Developers Share Posted December 18, 2005 I thought I would take this time to mention that if an if-then statement is completed on the same line, SciTE still autoindents on the next line. Example:If $this then that() ;this line is autoindented Is this something that can be corrected?Same answer as the previous post... Don't know of a way to do this..... SciTE only looks a the start word of a line. 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...
Gene Posted January 3, 2006 Share Posted January 3, 2006 (edited) Same answer as the previous post... Don't know of a way to do this..... SciTE only looks a the start word of a line. I'm sure you are, but just-in-case, are you posting these issues back to Scintilla? (sp?)GeneEdit: Would it be beneficial if several of us did? I won't unless you think it is a good idea. Edited January 3, 2006 by Gene [font="Verdana"]Thanks for the response.Gene[/font]Yes, I know the punctuation is not right... Link to comment Share on other sites More sharing options...
PartyPooper Posted January 3, 2006 Share Posted January 3, 2006 (edited) Just a small one, but there is a problem with Tidy and the Opt() keyword. Tidy seems to change Opt(...) to opt(...) which isn't consistant with how it treats other keywords (it capitalises the first letter) or how Opt is expressed in the AutoIt Helpfile. You may want to update that when you next change SciTE. Edited January 3, 2006 by PartyPooper Link to comment Share on other sites More sharing options...
BigDaddyO Posted January 4, 2006 Share Posted January 4, 2006 hello,This may have been asked before but I couldn't find it.Is there any way for Scite to read OLB files so we can get the AutoComplete features for COM objects such as Microsoft Word, Excel, etc?I looked around in the help file and all I found was how to make your own API file but nothing about the OLB. I read an article HERE That got me VERY interested in this.Mike Link to comment Share on other sites More sharing options...
Developers Jos Posted January 7, 2006 Author Developers Share Posted January 7, 2006 I'm sure you are, but just-in-case, are you posting these issues back to Scintilla? (sp?)GeneEdit: Would it be beneficial if several of us did? I won't unless you think it is a good idea.Feel free to post them at the Scintilla website.. I am in general not posting it unless there's a bug reported. 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 January 7, 2006 Author Developers Share Posted January 7, 2006 Just a small one, but there is a problem with Tidy and the Opt() keyword. Tidy seems to change Opt(...) to opt(...) which isn't consistant with how it treats other keywords (it capitalises the first letter) or how Opt is expressed in the AutoIt Helpfile. You may want to update that when you next change SciTE.Will be updated in the next version... thanks. 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...
Julius Ramos Posted January 10, 2006 Share Posted January 10, 2006 12/17/2005: Uploaded a new SciTe4AutoIt3.exe installer which contains then new SciTE 1.67 released tody and other updates. (see below for complete list) ==> 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, Updates: 12/17/2005 *** Updated installer with SciTE v1.67. *** Update Au3Recoder: (Larry) Fixed a BUG when Title contained a double quote. *** Updated SciteConfig (JdeB) Fixed a Bug swapping between proportional and Fixed fonts. *** Updated guibuilder (JPM) Removed all references to "Handle=" for BETA compatibility. *** Updated CompileAU3 v1.4 (JdeB) - Added support for the following variables in resource info: ; %AutoItVer% which will be replaced with the version of AutoIt3 ; %date% = PC date in short date format ; %longdate% = PC date in long date format ; %time% = PC timeformat #Compiler_Res_Field=AutoIt Version|%AutoItVer% -Fixed some CompileAU3.ini variables not beeing set correctly. *** Fixed LUA Calltip for OPT. (Valik) *** Updated Both SciTE4AutoIt3 and SciTE4AU3Upd installers commandline options: SciTE4AU???? /S (Silently install the patches and Load Beta definitions when AutoIt3\Beta is installed, else Production definitions are loaded. SciTE4AU???? /S beta (Silently install the patches and the BETA definitions) SciTE4AU???? /S prod (Silently install the patches and the production definitions) Thanks JdeB fo giving us hgt scite. bu can i make suggestion that the scite will debug aty real time. there is an option that can run,stop, step into, step over just like the debugger of VS -----------------------------------------------------------BSECE, MCPAIM: juliusrmsYM: jivy_21@yahoo.comMSN: juliusLramos@hotmail.comMobile #: (Globe): +639167031989Web: http://www.trendmicro.com Link to comment Share on other sites More sharing options...
Developers Jos Posted January 18, 2006 Author Developers Share Posted January 18, 2006 Thanks JdeB fo giving us hgt scite. bu can i make suggestion that the scite will debug aty real time. there is an option that can run,stop, step into, step over just like the debugger of VSThis isn't something that can be done in SciTE but will have to be done in AutoIt3 itself.It is on the AutoIt3 ToDo list to be integrated at some point in time... 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...
MHz Posted January 20, 2006 Share Posted January 20, 2006 TSCT - The Scite Config ToolSeems like a nice and new development on the go. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now