Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented balloon help for EditPythonPrefs | Jack Jansen | 1997-09-09 | 1 | -1/+13 |
| | |||||
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 1 | -342/+60 |
| | | | | | | | preference handling code is in modules pythonprefs and preferences. This should finally make it easier for someone (Just?) to write a decent interface to preference setting, and it'll allow setting initial sys.path and such from ConfigurePython. | ||||
* | Removed debug print | Jack Jansen | 1997-08-27 | 1 | -1/+0 |
| | |||||
* | Fixed to allow sys.path initializer to be longer than 255 chars. | Jack Jansen | 1996-11-20 | 1 | -2/+7 |
| | |||||
* | Get preference file name from a resource. | Jack Jansen | 1996-10-22 | 1 | -3/+22 |
| | | | | Changed for 1.8.0 CWGUSI release | ||||
* | Moved resources to 510/511: the numbers above 512 gave problems when | Jack Jansen | 1996-10-11 | 1 | -2/+3 |
| | | | | editing preferences in applets with their own dialogs | ||||
* | Added handling for new options, fixed applet option setting | Jack Jansen | 1996-09-07 | 1 | -12/+14 |
| | |||||
* | Allow editing selected bits of the GUSI preferences (creator, type and | Jack Jansen | 1996-09-06 | 1 | -11/+94 |
| | | | | delayed-sioux-window flag). | ||||
* | Added region arg to update calls. And binhex files rebinhexed. | Jack Jansen | 1996-04-10 | 1 | -47/+115 |
| | |||||
* | Added support for editing override preferences in applets | Jack Jansen | 1996-04-04 | 1 | -25/+132 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 1 | -4/+0 |
| | |||||
* | Changed MacOS creator code from PYTH to Pyth | Jack Jansen | 1996-02-21 | 1 | -1/+1 |
| | |||||
* | Added prompts to various file-select dialogs | Jack Jansen | 1995-08-14 | 1 | -2/+2 |
| | | | | Renumbered resources to above 512 | ||||
* | A new home for scripts/applets | Jack Jansen | 1995-07-29 | 1 | -0/+168 |
EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow.. |