﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1045	ConstantsAll.au3 or GUIConstantsAll.au3 - new include file/files	Zedna	Gary	"ConstantsAll.au3 or GUIConstantsAll.au3 
- new include file/files containing include statement for all *contants*.au3 files

I have such file on all my computers where I use AutoIt.
In my case it has name GUIConstants.au3.

It has these advantages:
- backward compatibility for older scripts using just #include <GUIConstants.au3>
- for new scripts we don't need to think what include files are needed for what constants

There is no problem when we use scripts directly from Scite - it's quick also with all these inlude files
There is no problem when we compile scripts because we can simply use Obfuscator /striponly

Note this is ""only"" for constants and not for all Autoit's include files.

Here is attached such include file
"	Feature Request	closed		Standard UDFs		None	Rejected	include UDF	
