summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/EditPythonPrefs.py
Commit message (Collapse)AuthorAgeFilesLines
* Make balloon code dependent on existence of Help moduleJack Jansen2001-01-291-3/+10
|
* Oops, all the options were off-by-one. Reported by Tom Bridgman.Jack Jansen2000-10-191-0/+1
|
* Added some of the new Numeric modules (which weren't rebuilt).Jack Jansen2000-10-131-0/+1
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-221-12/+30
| | | | Default is "unseen output". Upped the Popt version number.
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* Selecting the macfsn option didn't work, fixed.Jack Jansen2000-05-091-2/+1
| | | | | Fixed the help strings. Swapped the macfsn and help button numbers.
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-051-2/+4
| | | | preference, upped version number.
* Get/set sys.path initializer in new appearance way.Jack Jansen2000-01-131-3/+4
|
* Partially converted to Appearance, the dialog still has the old ugly layout andJack Jansen1999-12-231-15/+17
| | | | interaction.
* Give a warning if system-wide sys.argv processing is off (because then weJack Jansen1999-12-021-1/+4
| | | | | may have missed an applet being dropped on us). This may fix the obscure bug Tony Ingraldi was experiencing.
* Implemented balloon help for EditPythonPrefsJack Jansen1997-09-091-1/+13
|
* Major overhaul: this is now little more than a user interface, theJack Jansen1997-09-081-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 printJack Jansen1997-08-271-1/+0
|
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-201-2/+7
|
* Get preference file name from a resource.Jack Jansen1996-10-221-3/+22
| | | | Changed for 1.8.0 CWGUSI release
* Moved resources to 510/511: the numbers above 512 gave problems whenJack Jansen1996-10-111-2/+3
| | | | editing preferences in applets with their own dialogs
* Added handling for new options, fixed applet option settingJack Jansen1996-09-071-12/+14
|
* Allow editing selected bits of the GUSI preferences (creator, type andJack Jansen1996-09-061-11/+94
| | | | delayed-sioux-window flag).
* Added region arg to update calls. And binhex files rebinhexed.Jack Jansen1996-04-101-47/+115
|
* Added support for editing override preferences in appletsJack Jansen1996-04-041-25/+132
|
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-201-4/+0
|
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-211-1/+1
|
* Added prompts to various file-select dialogsJack Jansen1995-08-141-2/+2
| | | | Renumbered resources to above 512
* A new home for scripts/appletsJack Jansen1995-07-291-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..