mumdigau Posted August 28, 2008 Posted August 28, 2008 (edited) Hi, Please, can someone post the registry entry for the Explorer context menu entry 'Compile with options' so that the au3-file right clicked is already shown as Source in Aut2Exe? Mine has somehow been destroyed. Thanks. Best regards mumdigau P.S: Is Tidy gone? Don't see it anymore in recent releases/betas. Edited August 28, 2008 by mumdigau
PsaltyDS Posted August 28, 2008 Posted August 28, 2008 Hi,Please, can someone post the registry entry for the Explorer context menu entry 'Compile with options' so that the au3-file right clicked is already shown as Source in Aut2Exe? Mine has somehow been destroyed. Thanks.Best regardsmumdigauP.S: Is Tidy gone? Don't see it anymore in recent releases/betas.You must have recently upgraded from a much older version.I don't think there is a "compile with options" context menu anymore, because all the compiler directives have been moved into the source .au3 file.Tidy is distributed with SciTE4AutoIt3 (the IDE). Did you download the latest version of it also? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Developers Jos Posted August 28, 2008 Developers Posted August 28, 2008 (edited) You must have recently upgraded from a much older version.I don't think there is a "compile with options" context menu anymore, because all the compiler directives have been moved into the source .au3 file.Tidy is distributed with SciTE4AutoIt3 (the IDE). Did you download the latest version of it also? Actually there is one generated by the SciTE4AutoIt3 installer but the "old" list needs to be cleaned first.I think something got changed in the AutoIt3 installler and you had to do an uninstall to clean out the old registry stuff.Jos Edited August 28, 2008 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.
Developers Jos Posted August 28, 2008 Developers Posted August 28, 2008 (edited) try saving the attached script in your AutoIt3 program directory and running it to see if that fixes the registry settings. Jos Edited August 28, 2008 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.
mumdigau Posted August 28, 2008 Author Posted August 28, 2008 You must have recently upgraded from a much older version.I don't think there is a "compile with options" context menu anymore, because all the compiler directives have been moved into the source .au3 file.Tidy is distributed with SciTE4AutoIt3 (the IDE). Did you download the latest version of it also? No, I continually upgraded (more or less). The option must have survived from ancient times, though. The former command for 'Compile with Options' wasAutoIt3Wrapper_Gui.exe /in "%l"whereas 'Compile' has been/isAut2Exe.exe /in "%l"Obviously, AutoIt3Wrapper_Gui.exe is no longer included.Yes, I installed full version 3.12.2.1 (with SciTE4AutoIt3), but Tidy doesn't seem to be included anymore.Best regardsmumdigau
PsaltyDS Posted August 28, 2008 Posted August 28, 2008 No, I continually upgraded (more or less). The option must have survived from ancient times, though. The former command for 'Compile with Options' wasAutoIt3Wrapper_Gui.exe /in "%l"whereas 'Compile' has been/isAut2Exe.exe /in "%l"Obviously, AutoIt3Wrapper_Gui.exe is no longer included.Yes, I installed full version 3.12.2.1 (with SciTE4AutoIt3), but Tidy doesn't seem to be included anymore.Best regardsmumdigauThe SciTE4AutoIt3 that ships included with AutoIt is a minimal version. The full version should be used, and is downloaded from: Downloads|AutoIt Script Editor Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
mumdigau Posted August 29, 2008 Author Posted August 29, 2008 The SciTE4AutoIt3 that ships included with AutoIt is a minimal version. The full version should be used, and is downloaded from: Downloads|AutoIt Script Editor That was a good idea. Now everything is back again. Thanks for help.mumdigau
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