Major update - The 'Project Manager' scripting preprocessor has moved to next generation with Au3PP 4.1.2.4
Basically there were some bugs that anoid me enough to do a rewrite but turned out to be that serious as they
made me do almost a compleate rewrite. This simplified the application system, provided more interface options,
added a lot of power to the buildin macro language as it's now posible to add user comstumized
preprocesses, the intuition looks almost the same but a lot of changes is hidden below the hood
and the application holds all resources needed, compiled into three models that can be placed anywhere
without special install processes...
The preprocessor can be used from editers with macro subsystems ( like SciTE ), Consoleline driven or as a standalone...
What's removed or changed...
1.The option to treat special lines in the script has gone
2.the infocontrol rightmost to the infoline where process info was displayed is moved to the infoline...
3.Default Preferences is moved to the Compile and Resource editer intuition as a tap window as part of the makefile scripting edit...
4.A lot of different testing options has gone, was not of much use anyway as this is treated automatically by the 'Run Test' control handle...
5.The window is now resizeable, a minimum limit is attached...
6.The function scan do now not relay on the starting underscore character but uses the 'all available functions' list...
7.The Terratec translation preprocess option is moved to the macro language as external macro script...
8.New preprocess option 'Remove broken lines' - this is probably already done by the intepreter but anyway...
9.Bug fix - The scan for available UDFs had a fatal bug as the order was not correct at the end of the scan process - Fixed...
10.The buildin macro language is totally changed ( simplified ) but stil provide a lot of vital options to do mass processes...
11.The MacroEditer has moved to the macro language as external macro script..
12.The default settings has changed and the option in the preferences is removed as this is done automatically at exit...
13.The ascii compile option has been removed as autoit3 compile system do not provide this option anymore...
14.Support for the autoitwrapper and other tools has been removed as Au3PP can do most processes just as well...
15.The PreProcess speed is highly uptimized...
16.The runtime lite application Go.exe has been integreated, Au3PP different modes is activated from arguments....
17.A non intuition mode to preprocess and do compile wraps has been integreated as Au3PP integreate three different process models...
18.A lot of accelerater shortcuts has been removed...
19.The cmd arguments has changed and provide easy access to all processes modes...
20.The Tools menu has been removed as all options can be activated from the macro language and inserted here as scripts...
21.The buildin functions order is now correct as first used, first in list, speedup execute time...
22.all proces handle functions is updated to add as much handle speed as posible - PM was to slow at large jobs...
23.The internal about menu has gone as it was not at much use...
24.The write and read log script has moved to the macro language and has no fast buildup lists function anymore - was to dangeres...
25.The outfile name is now automatically attached if not provided...
26.New option to remove all temporary files with suffix '_PP.au3', can be overruled by preferences...
27.Highly optimize the remove characters around operators process...
28.Made the preprocess global variables preprocess more secure...
29.Add OnAutoitstart and OnAutoitexit special functions to the scan process if these were located in a subscript...
30.Updated the Macro Language to interact directly with autoit3 scripts as an option to provide user costumized preprocess handle...
31.Au3PP comes in three compile models, a Console model, x64 architecture and aplain x32 compile...
32.No need for install processes or special locations anymore, come with preprocessed code, a topic and Macro examples...
33.Simplified the help topics as the old was to messy...
34.Probably forgot some new options or bugs durring the rewrite - checkit out, please do bugs or comments reports...
For those autoitters that's new to the preprocessor and want to read more....
http://www.autoitscript.com/forum/index.ph...mp;#entry445742That's all folks
kjactive
Download from site:
http://www.fritidshjemmet.com/Au3PP/Au3PP.zipkjactive
Edited by kjactive, 07 October 2009 - 04:45 PM.