Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
635a044b
Commit
635a044b
authored
Oct 19, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed balloon help for options. Sort-of reported by Russell Finn.
parent
b8bb3fe4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
31 deletions
+35
-31
Mac/scripts/EditPythonPrefs.rsrc
Mac/scripts/EditPythonPrefs.rsrc
+0
-0
Mac/scripts/EditPythonPrefsBH.bh
Mac/scripts/EditPythonPrefsBH.bh
+35
-31
Mac/scripts/EditPythonPrefsBH.prj
Mac/scripts/EditPythonPrefsBH.prj
+0
-0
Mac/scripts/EditPythonPrefsBH.rsrc
Mac/scripts/EditPythonPrefsBH.rsrc
+0
-0
No files found.
Mac/scripts/EditPythonPrefs.rsrc
View file @
635a044b
No preview for this file type
Mac/scripts/EditPythonPrefsBH.bh
View file @
635a044b
...
@@ -8,36 +8,40 @@ DIALOG 511
...
@@ -8,36 +8,40 @@ DIALOG 511
9.1 Press here to turn help balloons off again.
9.1 Press here to turn help balloons off again.
END-DIALOG
END-DIALOG
DIALOG 510
DIALOG 510
1.1 Turn this item on to get the standard >>> prompt after a script terminates.
1.1 Press here when satisfied with your new settings in this dialog.
1.3 Turn this item off to have the interpreter terminate when a script terminates.
2.1 Press here when you're not satisfied with your new settings.
2.1 Turn this option on to get feedback on where modules are found and what their type is.
3.1 Turn this item on to get the standard >>> prompt after a script terminates.
2.3 Turn this option off to stop import feedback.
3.3 Turn this item off to have the interpreter terminate when a script terminates.
3.1 Turn this option on to strip LINO instructions from Python bytecode. Gives a slight speedup.
4.1 Turn this option on to get feedback on where modules are found and what their type is.
3.3 Turn this option off to include LINO instructions in the bytecode. This enables line numbers in traceback printouts.
4.3 Turn this option off to stop import feedback.
4.1 Turn this on to show output byte-by-byte as it is produced. Slows things down.
5.1 Turn this option on to strip LINO instructions from Python bytecode. Gives a slight speedup.
4.3 Turn this off to show output on a line-by-line basis, or when input is requested.
5.3 Turn this option off to include LINO instructions in the bytecode. This enables line numbers in traceback printouts.
5.1 Print gibberish only Guido understands.
6.1 Turn this on to show output byte-by-byte as it is produced. Slows things down.
5.3 Stop printing gibberish.
6.3 Turn this off to show output on a line-by-line basis, or when input is requested.
6.1 Turn this on to keep the console window open after successful script termination.
7.1 Print gibberish only Guido understands.
6.3 Turn this off to quit python automatically after successful script termination.
7.3 Stop printing gibberish.
7.1 Turn this on to keep the console window open after a script aborts.
8.1 Select to warn about mixing tabs and spaces in your source.
7.3 Turn this off to quit python automatically after a script aborts.
8.3 Deselect to treat tabs as 4 spaces without warning.
8.1 Turn this on to stop the user from asking for the startup option dialog with the option key. Use this on applets only.
9.1 Selecting this disables the site-python feature.
8.3 Turn this off to enable the user to set options by depressing <option> while Python is starting up.
9.3 Deselecting this enables the site-python feature.
9.1 If you enable this Python will not try to build a unix-style sys.argv, leaving all AppleEvents for your script. Use this for applets only.
10.1 Select this to keep the old behaviour for macfs Standard File calls
9.3 If you disable this Python will create a sys.argv consisting of the files dropped on the interpreter or applet.
10.3 Deselect this to auto-import macfsn which replaces macfs Standard File calls with Navigation Services wrappers
10.1 Turn this on to refrain from showing the console window and menu bar until something is printed. Use this for applets only.
11.1 Turn this on to stop the user from asking for the startup option dialog with the option key. Use this on applets only.
10.3 Turn this off to show the console window and menu bar immedeately upon startup.
11.3 Turn this off to enable the user to set options by depressing <option> while Python is starting up.
11.1 The creator code Python will create files with. Select your favourite text editor.
12.1 If you enable this Python will not try to build a unix-style sys.argv, leaving all AppleEvents for your script. Use this for applets only.
12.1 The type code Python will create files with. TEXT is probably best.
12.3 If you disable this Python will create a sys.argv consisting of the files dropped on the interpreter or applet.
13.1 Press here when satisfied with your new settings in this dialog.
13.1 Turn this on to refrain from showing the console window and menu bar until something is printed. Use this for applets only.
14.1 Press here when you're not satisfied with your new settings.
13.3 Turn this off to show the console window and menu bar immedeately upon startup.
19.1 Select to warn for inconsistent TAB usage in sources.
14.1 Select this to always keep the console window open after script termination.
19.3 Deselect to disable TAB consistency warnings.
14.3 The console window is always kept open after script termination.
20.1 Selecting this disables the new package and site-python features.
15.1 Select this to keep the console window open if there is output that you may not have had a chance to look at.
20.3 Deselecting this enables the new package and site-python features.
15.3 The console window stays open if there is output that you may not have had a chance to look at.
21.1 Select this to use old-style Standard File calls in macfs
16.1 Select this to keep the console window open when a script aborts.
21.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers
16.3 The console window stays open when a script aborts.
22.1 Press here to turn help balloons off again.
17.1 Select this to always close the console window on script termination.
17.3 The console window is always closed on script termination.
18.1 The creator code Python will create files with. Select your favourite text editor.
19.1 The type code Python will create files with. TEXT is probably best.
20.1 Press here to turn help balloons off again.
END-DIALOG
END-DIALOG
END
END
Mac/scripts/EditPythonPrefsBH.prj
View file @
635a044b
No preview for this file type
Mac/scripts/EditPythonPrefsBH.rsrc
View file @
635a044b
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment