mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Changed the input field for the interpreter to use (in the preferences
window) to a combobox listing the known interpreters.
This commit is contained in:
parent
9431e48d23
commit
f044e090c4
9 changed files with 52 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {do_apply = id; do_filetype = id; do_reset = id; };
|
||||
ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
|
||||
CLASS = PreferencesWindowController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
|
@ -16,7 +16,7 @@
|
|||
others = NSTextField;
|
||||
tabs = NSButton;
|
||||
verbose = NSButton;
|
||||
with_terminal = NSButton;
|
||||
"with_terminal" = NSButton;
|
||||
};
|
||||
SUPERCLASS = NSWindowController;
|
||||
}
|
||||
|
|
10
Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
generated
10
Mac/OSX/PythonLauncher/PreferenceWindow.nib/info.nib
generated
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>237 -80 356 240 0 0 1280 938 </string>
|
||||
<string>126 59 356 240 0 0 1024 746 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>263.2</string>
|
||||
<string>291.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5S66</string>
|
||||
<string>6G30</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
BIN
Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
generated
BIN
Mac/OSX/PythonLauncher/PreferenceWindow.nib/objects.nib
generated
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue