Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Mac/OSX/* one level up | Ronald Oussoren | 2006-06-07 | 1 | -16/+0 |
| | |||||
* | Made preference window resizable (and do the most logical thing on resize) | Jack Jansen | 2004-07-16 | 1 | -3/+7 |
| | |||||
* | Tooltip for tab/space consistency check was the wrong way around. Spotted | Jack Jansen | 2003-07-02 | 1 | -6/+2 |
| | | | | by Skip. | ||||
* | Optionally honour #! paths in scripts. Fixes #676358. | Jack Jansen | 2003-02-17 | 1 | -3/+3 |
| | |||||
* | Changed the input field for the interpreter to use (in the preferences | Jack Jansen | 2002-12-26 | 1 | -5/+5 |
| | | | | window) to a combobox listing the known interpreters. | ||||
* | First stab at the launcher application. This will be run when the user | Jack Jansen | 2002-07-29 | 1 | -0/+16 |
doubleclicks a .py, .pyw or .pyc file. It runs the file by invoking the relevant interpreter (either the command line Python in a terminal window or a Python.app for GUI-based scripts). Interpreter to use and the options to pass are settable through preferences. If PythonLauncher wasn't running it does its thing for one script and exits. If it was manually started before a dialog is presented where the user can set the options to use, etc. To be done: - option-drag/doubleclick should always open the interactive dialog - Terminal-window isn't done yet - Should be reimplemented in Python, but pyobjc isn't part of the core. - Various menu entries should be disabled. |