Jump to content

includable scripts, where?


tuur
 Share

Recommended Posts

  • Developers

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

Link to comment
Share on other sites

  • Developers

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

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