Jump to content

Recommended Posts

Posted

In SciTE when you compile you get the reshack options and Icon options etc.

But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile?

  • Moderators
Posted

In SciTE when you compile you get the reshack options and Icon options etc.

But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile?

If your trying to compile with options with Beta, I think you can only use the #commands and or do what I did... just replaced all my regular files with beta ones :lmao:

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

In SciTE when you compile you get the reshack options and Icon options etc.

But when using Beta Compile you don't get these options, but it does read a previously created .au3.ini, is there something I need to change to get it to do the same as it does when you use the normal compile?

update to the latest SciTE4AutoIt3

http://www.autoitscript.com/autoit3/scite/

open your script with SciTE

type 'compiler' (sans quotes)

press space

voila, all the options you need, including

#compiler_prompt = y

  • Developers
Posted

Just so I understand correctly:

You have a script in SciTE and when you press F7 it shows the Menu with the option and when you press Alt+F7 it doesn't ?

(or are you using Build -> Ctrl+F7 when it shows the Menu with compile options ?)

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.
  :)

Posted

Just so I understand correctly:

You have a script in SciTE and when you press F7 it shows the Menu with the option and when you press Alt+F7 it doesn't ?

(or are you using Build -> Ctrl+F7 when it shows the Menu with compile options ?)

Latest SciTE downloaded today.

From the Menu.. Tools / Beta Compile or Alt + F7 you get no reshack options or icon selection

Normal compile Tools / Compile or Ctrl + F7 gets all the options for reshack and icons etc

I would have thought that you should get the Reshack/Icon screen doing a Beta Compile too IMHO

  • Moderators
Posted

I guess if you toggle them you do.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

  • Developers
Posted (edited)

Latest SciTE downloaded today.

From the Menu.. Tools / Beta Compile or Alt + F7 you get no reshack options or icon selection

Normal compile Tools / Compile or Ctrl + F7 gets all the options for reshack and icons etc

I would have thought that you should get the Reshack/Icon screen doing a Beta Compile too IMHO

When we started with CompileAU3 F7 was the "Compile" and Ctrl+F7 was "Compile with options".

Then Beta was added and Alt+F7 is now BETA compile and is similar to F7 to compile with the production version

Ctrl+F7 is really the Compile with options where you can determine yourself what the settings should be.

I am never using the menu anymore but do everything with "Compiler directives" in the Script source itself.

I have considered removing support for the INI files totally, to get rid of some complexity in the program, but have decided to leave the current stuff in there but am not doing any more development on it.

So new Compiler options like the AU3Check options isn't available in the Menu.

Hope this explains what you are seeing...

EDIT: By the way, the Reshack is still done with the information defined in the INI file....

and you could change the behaviour for Alt+F7 by adding this line to your SciTEUSer.properties:

command.1.*.au3=$(SciteDefaultHome)\CompileAU3\CompileAU3.exe /beta /in "$(FilePath)" /autoit3dir "$(autoit3dir)\beta"

But remember you will override BETA settings when you specify the AUT2EXE to use in the Menu...

Edited 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.
  :)

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
  • Recently Browsing   0 members

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