MHz Posted August 27, 2004 Posted August 27, 2004 Sorry if my last post seems, well, concerning. But I would like to say how much I enjoy using Scite. And I also appreciate, how much effort that JdeB asserts to it's success. My issues have been posted to make a great program, even greater. Please, using this program, will only make your experience with Autoit, even more enhanced. Thanks JdeB.
Clown007 Posted August 27, 2004 Posted August 27, 2004 Hello, the Macro @LogonDNSDomain make a error. Can you add this macro to the syntax Check? See you, Martin
Developers Jos Posted August 27, 2004 Author Developers Posted August 27, 2004 Hello, the Macro @LogonDNSDomain make a error. Can you add this macro to the syntax Check? See you, Martin <{POST_SNAPBACK}>Did you download the SciTe-Update.zip to update the tables ? Made that available just before the release of 3.0.102. See this post one page back #24487 The updated tables will be in the next installer release... 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.
Developers Jos Posted August 28, 2004 Author Developers Posted August 28, 2004 (edited) I have created and uploaded a separate installer called http://www.autoitscript.com/fileman/users/jdeb/scite4au3upd.exe that will update your current Scite4AutoIt3 installation with the changed items. It will be updated on a regular basis when things change and only update the Scite4AutoIt3 installer when SciTe comes out with a new release.Also created a new program that is creating all the definition files automatically for Scite/AU3CHECK/Tidy/FuncPopUP, since that's for me the only way to keep up with speed which all changes are implemented. Let me know when you find an issue in any of these definition files...*** Tidy 1.0.20: fix when Literal not properly closed and minor other fixes. *** Added "command.go.subsystem.*.au3=1" to AU3.properties for it to work properly on Win98 *** New FuncPopup program which will stay open now and is integrated into SciTe using its Director interface. Also help is made much more dynamic. The Window will be split into 1/3 FuncPopUp or Help and 2/3 SciTe. All windows are automatically sized. *** Fixed the Icon creation when running the installer with /S for the Scite4AutoIt3 installer *** Updated all definition files for Scite/AU3CHECK/Tidy/FuncPopUP for both 102 and current 103 unstable. *** Added a subdirectory called DEFS to the SciTe Directory. It contains 2 directories: Production and Unstable. Both directories contain all definition files for Scite/AU3CHECK/Tidy/FuncPopUP for that particular release. This will enable you change between Production and Unstable definition files with one Copy&Paste operation to the SciTe directory.Enjoy Edited August 28, 2004 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.
Developers Jos Posted September 6, 2004 Author Developers Posted September 6, 2004 I have created and uploaded a separate installer called http://www.autoitscript.com/fileman/users/jdeb/scite4au3updtable.exe(only 80 kB) that contains all current production and Unstable definition files for Scite/AU3CHECK/Tidy/FuncPopUP.The definitions are stored in a subdirectory called DEFS in the SciTe Directory in their own tree. The DEFS directory contains also 2 batchfiles which will copy either the Production or Unstable definitions to Scite/AU3CHECK/Tidy/FuncPopUP.Tables contain all definitions of yesterdays Unstable.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.
this-is-me Posted September 7, 2004 Posted September 7, 2004 Can't you have the installer ask the user which batch file to run at the end? That way, it will be a lot easier on the user. Who else would I be?
Developers Jos Posted September 9, 2004 Author Developers Posted September 9, 2004 (edited) Uploaded http://www.autoitscript.com/fileman/users/jdeb/scite4au3upd.exe with the below changes and updated definitions for v3.0.103 Sep 7.tnx for the feedback/ideas... enjoy,9/09/2004 *** Tidy 1.0.21: Added extra Case option for variables: Added an Option called "as Dim/Global/Local or First" to the setup menu for Variables case. When selected it will: 1. Initially scan the script for all variables as they are defined by a Dim, Global or Local statement. Use the first one encountered when multiple times defined. 2. When processing the script, change the case of the variable according this table. 3. When a Variable isn't in the table then use the first version encountered in the script as the way to write it for all occurences. *** Added AutoIt3 script which will is run at the end of the installer and will update all Scite/Tidy/AU3Check/FuncPopUp tables with either the Production or Unstable definitions. This script can be run any time from the DEF subdirectory change between Production and Unstable. It replaces the batchfiles. *** Updated the AutoIt3 Lexer: - Added logic to handle Syntax Highlighting correctly for the last script line. Edited September 9, 2004 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.
Developers Jos Posted September 23, 2004 Author Developers Posted September 23, 2004 (edited) Just uploaded http://www.autoitscript.com/fileman/users/jdeb/scite4au3updtable.exe and has the following updates:Updated CompileAU3.exe Find detail here.Updated Unstable definitionfiles for today's release.Enjoy, Edited September 29, 2004 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.
kalayaan Posted September 27, 2004 Posted September 27, 2004 hi jdeb, i've been using scite for a while now and i remember i was able to edit the properties file turning off autosense so that it appears only when i call it. but after several updates which have overwritten the old properties files, i couldn't seem to do it again, for the life of me! :"> could i bother you to show me? also, how do i make the tab key type a tab character instead of several spaces? many, many thanks.
Developers Jos Posted September 27, 2004 Author Developers Posted September 27, 2004 hi jdeb, i've been using scite for a while now and i remember i was able to edit the properties file turning off autosense so that it appears only when i call it. but after several updates which have overwritten the old properties files, i couldn't seem to do it again, for the life of me! :"> could i bother you to show me? also, how do i make the tab key type a tab character instead of several spaces? many, many thanks. <{POST_SNAPBACK}>I know i shouldn't be asking but ofcourse you checked the helpfile Ctrl+F1 .. These are the things you need and just put them in the SciteUser file this time so you don't lose it when updating Scite... # disable autocomplete tooltip autocomplete.au3.start.characters= # use TAB in stead of spaces use.tabs=1 tabsize=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.
kalayaan Posted September 28, 2004 Posted September 28, 2004 I know i shouldn't be asking but ofcourse you checked the helpfile Ctrl+F1 .. These are the things you need and just put them in the SciteUser file this time so you don't lose it when updating Scite...thanks, you're a lifesaver. looking forward to your next update.
bobheart Posted September 29, 2004 Posted September 29, 2004 I just did an update to the new one you have and now my Go under tools won't work now ? Checkrun works but not the Go .
Developers Jos Posted September 29, 2004 Author Developers Posted September 29, 2004 (edited) I just did an update to the new one you have and now my Go under tools won't work now ? Checkrun works but not the Go .<{POST_SNAPBACK}>Bob, any more info you can give like:- what's the error if any?- What is shown in the output pane?- Which version of autoit are your running?- Is the setting at the top of au3.properties correct for autoit ?autoit3dir=C:\Program Files\AutoIt3EDIT: Bob, try the latest http://www.autoitscript.com/fileman/users/jdeb/scite4au3updtable.exe to see if that fixes it... it should update the au3.properties with the correct path to autoit3.exe. Edited September 29, 2004 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.
bobheart Posted September 30, 2004 Posted September 30, 2004 Installed the one you posted and does the same thing when I try to run it with Go >"C:\Program Files\AutoIt3\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Bob\My Documents\my code projects\for testing\notepad.au3" >The system cannot find the path specified.And I saved it like I always do .
Chris_1013 Posted September 30, 2004 Posted September 30, 2004 Yeah, I just installed this, and found things don't work that were before (such as F1, F5, F7). Checked and now my autoit3dir in the au3.properties file wasn't set! Set it and it's OK now, but something's screwy here!
bobheart Posted September 30, 2004 Posted September 30, 2004 The path was wrong in the au3.properties so I fix that and it works now .
Developers Jos Posted September 30, 2004 Author Developers Posted September 30, 2004 Yeah, I just installed this, and found things don't work that were before (such as F1, F5, F7). Checked and now my autoit3dir in the au3.properties file wasn't set! Set it and it's OK now, but something's screwy here!<{POST_SNAPBACK}>You are correct, the changing of this setting isn't working anymore since i implemented the UpdateDefs.exe script that copies the Production/Unstable definition files. That is now fixed in the latests UpdateDefs.exe version thats in http://www.autoitscript.com/fileman/users/jdeb/scite4au3updtable.exe version ..Please check to see if this fixes it for you .... 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.
Chris_1013 Posted October 5, 2004 Posted October 5, 2004 This looks good thanks. Something else though... has this changed or is it just me not knowing what to expect? I hit Ctrl+F7, and expect to see CompileAu3 launch. Instead, a progress bar pops up, then I get a message box telling me the switches for Aut2Exe and then Aut2Exe launches? Is this normal?
Developers Jos Posted October 5, 2004 Author Developers Posted October 5, 2004 This looks good thanks. Something else though... has this changed or is it just me not knowing what to expect?I hit Ctrl+F7, and expect to see CompileAu3 launch. Instead, a progress bar pops up, then I get a message box telling me the switches for Aut2Exe and then Aut2Exe launches? Is this normal?<{POST_SNAPBACK}>Compileau3.exe will show a progressbar when you have compiler directives inside of the program you are compiling. It will only show the menu when you don't have any compiler directives in your program or when you have you specify:#Compiler_Prompt = yNot sure what you mean with "then I get a message box telling me the switches for Aut2Exe and then Aut2Exe launches?"... that is not normal.Just checked and don't think there is any msgbox for that..... Which version of compileau3 are you running ? 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.
this-is-me Posted October 5, 2004 Posted October 5, 2004 (edited) I have noticed that same error myself. It is related to an incorrect registry value for HKCR\AutoIt3Script\shell\Compile\command, I believe. Since I thought I had done something wrong on my own computer, I automatically changed it here. Edited October 5, 2004 by this-is-me Who else would I be?
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