Jump to content

Compile with Options


Recommended Posts

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 by mumdigau
Link to comment
Share on other sites

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.

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
Link to comment
Share on other sites

  • Developers

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 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

  • Developers

try saving the attached script in your AutoIt3 program directory and running it to see if that fixes the registry settings.

Jos

Edited 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

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' was

AutoIt3Wrapper_Gui.exe /in "%l"

whereas 'Compile' has been/is

Aut2Exe.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 regards

mumdigau

Link to comment
Share on other sites

No, I continually upgraded (more or less). The option must have survived from ancient times, though. The former command for 'Compile with Options' was

AutoIt3Wrapper_Gui.exe /in "%l"

whereas 'Compile' has been/is

Aut2Exe.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 regards

mumdigau

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

;)

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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...