summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip for tab/space consistency check was the wrong way around. SpottedJack Jansen2003-07-021-0/+0
| | | | by Skip.
* Added a field that allows the user to set sys.argv-style argumentsJack Jansen2003-06-203-3/+4
| | | | to the script. Fixes #757544.
* Optionally honour #! paths in scripts. Fixes #676358.Jack Jansen2003-02-173-7/+8
|
* First stab at the launcher application. This will be run when the userJack Jansen2002-07-298-0/+103
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.