DaveF Posted April 29, 2005 Share Posted April 29, 2005 Jos, thanks so much for your work for the AutoIt community. The things you do make SciTE an awesome, powerful tool for AU3 scripting. Yes yes yes, there it was. Youth must go, ah yes. But youth is only being in a way like it might be an animal. No, it is not just being an animal so much as being like one of these malenky toys you viddy being sold in the streets, like little chellovecks made out of tin and with a spring inside and then a winding handle on the outside and you wind it up grrr grrr grrr and off it itties, like walking, O my brothers. But it itties in a straight line and bangs straight into things bang bang and it cannot help what it is doing. Being young is like being like one of these malenky machines. Link to comment Share on other sites More sharing options...
mdes Posted April 30, 2005 Share Posted April 30, 2005 @JdeB: Thanks for all the improvments, it's really lovely to developp with SciTE Now, I'm waiting the integration of v3.1.1.18 to have TrayDeleteItem() working Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV Link to comment Share on other sites More sharing options...
MHz Posted April 30, 2005 Share Posted April 30, 2005 @JdeB: Thanks for all the improvments, it's really lovely to developp with SciTE Now, I'm waiting the integration of v3.1.1.18 to have TrayDeleteItem() working <{POST_SNAPBACK}>Well, you could wait, but I would use TrayItemDelete() instead ? Link to comment Share on other sites More sharing options...
mdes Posted April 30, 2005 Share Posted April 30, 2005 Well, you could wait, but I would use TrayItemDelete() instead ?I just discovered it Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV Link to comment Share on other sites More sharing options...
Developers Jos Posted April 30, 2005 Author Developers Share Posted April 30, 2005 I just discovered it <{POST_SNAPBACK}>All... thanks for the feedback (even when asking for magic ) 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 1, 2005 Author Developers Share Posted May 1, 2005 (edited) Uploaded a new version of SciTe4Au3Upd.exe which will fix the issue with GO as reported in this Post.It also contains all updates as posted in the previous post.... ==> Visit the SciTe4AutoIt3 Download page for the latest versions==> Check the online documentation for a overview of all extras you get with the SciTE4AutoIt3 installer.Enjoy, Edited May 3, 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...
mdes Posted May 1, 2005 Share Posted May 1, 2005 Uploaded a new version of SciTe4Au3Upd.exeIs it possible to install the updates silently (/S is still asking "a lot" of questions)?Thanks,Michel. Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV Link to comment Share on other sites More sharing options...
Developers Jos Posted May 1, 2005 Author Developers Share Posted May 1, 2005 Is it possible to install the updates silently (/S is still asking "a lot" of questions)?Thanks,Michel.<{POST_SNAPBACK}>It can be made silent but the issue is which definitions to load when using the /S parameters.... The Scite4AutoIt3 installer supports /S and will load the poduction definitions.Most people using the Update installer are interested in the Beta stuff...So changed the SciTE4AU3Upd installer that it will be possible to use /S.It will install the update and load the BETA definitions. Its uploaded so you can give it a spin... 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...
GaryFrost Posted May 1, 2005 Share Posted May 1, 2005 Might think about making the /S option default to production, and those that want the beta could use /S /B or something thereof. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 2, 2005 Author Developers Share Posted May 2, 2005 Might think about making the /S option default to production, and those that want the beta could use /S /B or something thereof.<{POST_SNAPBACK}>Yea I know but this was the easy way out ... Commandline parameters in NSIS are somewhat special to program....Have made the changes to the SciTE4AU3UPD installer and uploaded it.It will allow the following parameter for a silent install: SciTE4AU3UPD /S (Silently install the patches and the production definitions)SciTE4AU3UPD /S beta (Silently install the patches and the BETA definitions)SciTE4AU3UPD /S prod (Silently install the patches and the production definitions)The same will be done in the next Full installer..... 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...
busysignal Posted May 3, 2005 Share Posted May 3, 2005 Yea I know but this was the easy way out ... Commandline parameters in NSIS are somewhat special to program....Have made the changes to the SciTE4AU3UPD installer and uploaded it.It will allow the following parameter for a silent install: SciTE4AU3UPD /S (Silently install the patches and the production definitions)SciTE4AU3UPD /S beta (Silently install the patches and the BETA definitions)SciTE4AU3UPD /S prod (Silently install the patches and the production definitions)The same will be done in the next Full installer..... <{POST_SNAPBACK}>I really like both the suggestions and idea where all of you are going with this... My hats off to all of you.. This will allow people to make scripts in AutoIt to update SciTE or possible other installs to be done quickly. Are you going to put a ErrorLevel return value to make sure that the install had completed properly? If you are doing a command line option this might be nice to have.Cheers... :cool: Link to comment Share on other sites More sharing options...
Developers Jos Posted May 3, 2005 Author Developers Share Posted May 3, 2005 I really like both the suggestions and idea where all of you are going with this... My hats off to all of you.. This will allow people to make scripts in AutoIt to update SciTE or possible other installs to be done quickly. Are you going to put a ErrorLevel return value to make sure that the install had completed properly? If you are doing a command line option this might be nice to have.Cheers... :cool:<{POST_SNAPBACK}>Dunno if this is possiblethe set an returncode with NSIS.... 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 3, 2005 Author Developers Share Posted May 3, 2005 (edited) Uploaded a new version of SciTe4Au3Upd.exe which contains the definitions for 3.1.1.20 BETA and removed the old names for the _GUIComboBox???? and _GUIListBox???? UDFs.It also contains all updates as posted in the previous posts.... ==> Visit the SciTe4AutoIt3 Download page for the latest versions==> Check the online documentation for a overview of all extras you get with the SciTE4AutoIt3 installer.Enjoy, Edited May 3, 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...
busysignal Posted May 5, 2005 Share Posted May 5, 2005 Cool, more goodies to play with.. BTW, which version of NSIS are you using? Cheers... Link to comment Share on other sites More sharing options...
Developers Jos Posted May 5, 2005 Author Developers Share Posted May 5, 2005 Cool, more goodies to play with.. BTW, which version of NSIS are you using?Cheers...<{POST_SNAPBACK}>nsis - 2.06MHNIS editor - 2.0.3 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...
mdes Posted May 6, 2005 Share Posted May 6, 2005 Is it possible to install the updates silently (/S is still asking "a lot" of questions)?<{POST_SNAPBACK}>SciTE4AU3UPD /S (Silently install the patches and the production definitions)SciTE4AU3UPD /S beta (Silently install the patches and the BETA definitions)SciTE4AU3UPD /S prod (Silently install the patches and the production definitions)The same will be done in the next Full installer.....<{POST_SNAPBACK}>Thanks a lot Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV Link to comment Share on other sites More sharing options...
Developers Jos Posted May 9, 2005 Author Developers Share Posted May 9, 2005 Uploaded a new version of SciTe4Au3Upd.exe which contains the definitions for 3.1.1.25 BETA It also contains all updates as posted in the previous posts.... ==> Visit the SciTe4AutoIt3 Download page for the latest versions==> Check the online documentation for a overview of all extras you get with the SciTE4AutoIt3 installer.Enjoy, 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...
busysignal Posted May 10, 2005 Share Posted May 10, 2005 nsis - 2.06MHNIS editor - 2.0.3 <{POST_SNAPBACK}>Thanks for the replay.. I have an older verison of nsis and will have to take a good look at the 2.06 version.You are the --- Link to comment Share on other sites More sharing options...
w0uter Posted May 10, 2005 Share Posted May 10, 2005 i dont know if i did something wrong. but SciTE doesnt see "true" && "false" as keywords. thus no popup and no color. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10, 2005 Author Developers Share Posted May 10, 2005 i dont know if i did something wrong. but SciTE doesnt see "true" && "false" as keywords.thus no popup and no color.<{POST_SNAPBACK}>Will be fixed 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...
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