Jump to content

Recommended Posts

Posted

Hi there,

Can anybody tell me where I can find the includable .au3 scripts like "GUIConstants.au3"

I have installed Autoit including all Helpfiles but can't find these scripts.

Are they available?

Thnx,

Arthur

  • Developers
Posted

"C:\Program Files\AutoIt3\Include" :mellow:

Actually it would be better to create your own Include directory and add that to the registry key that makes AutoIt3 searcdh for it. (Or use SciTEConfig to change it the simple way)

There is a special registry value that can be created at "HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt" called "Include". It should be a REG_SZ (string) value. The contents of this value are a semi-colon delimited list of directories that should be searched for files when resolving #include's in addition to the standard locations.

Click on the #include <GUIConstants.au3> and press Alt+I. It's hidden in the tools menu. :)

This is only available when the full version is loaded by running the SciTE4AutoIt3 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.
  :)

  • Developers
Posted

Is there any reason to not install full version ? It should be included in the dafault installation. :mellow:

couple of reasons:

- autoIt3 installer is released more often and including everything would close to double the size..

- there are still people that prefer a different editor.

So it was decided to include a lite version that only requires a few files which will give basic editing and the basic lexer/help/run/compile options.

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

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
×
×
  • Create New...