Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
| | |||||
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
| | | | | | - don't identify() enum values. - make aetools.Error available in the package module. | ||||
* | Enums we cannot find are set to None, and enumsubst understands this (no ↵ | Jack Jansen | 2000-08-20 | 1 | -4/+5 |
| | | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). | ||||
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
| | | | | Do two passes over the suites so we can figure out dependencies for enums and such. The manual method was getting too cumbersome for Finder suites. | ||||
* | Generate packages in stead of separate modules. The package main module ↵ | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
| | | | | imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. | ||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -1/+1 |
| | |||||
* | Generate class, property and comparison code (finally!). The resulting | Jack Jansen | 1997-08-08 | 1 | -41/+201 |
| | | | | | | code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work if all the classes and properties are declared in the same suite, but at least font(Paragraph(3, Window(1))) always works. | ||||
* | raise aetools.Error in stead of MacOS.Error on server-generated errors | Jack Jansen | 1996-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed code generated for an argument of type **** | Jack Jansen | 1996-04-16 | 1 | -1/+2 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 1 | -5/+0 |
| | |||||
* | Changed creator from PYTH to Pyth | Jack Jansen | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug in optional argument error checking (and generated all | Jack Jansen | 1995-10-09 | 1 | -5/+11 |
| | | | | suites anew). | ||||
* | Modified/recreated to use keyword arguments | Jack Jansen | 1995-10-03 | 1 | -36/+22 |
| | |||||
* | Added prompt to getfile dialog | Jack Jansen | 1995-08-14 | 1 | -1/+1 |
| | | | | Renumbered resources | ||||
* | Gensuitemodule generates python classes from aete/aeut resources | Jack Jansen | 1995-07-17 | 1 | -0/+474 |
test_suite is a tiny test program for such a generated class |