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
d02d305b
Commit
d02d305b
authored
Jul 10, 2003
by
Kurt B. Kaiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF Patch 763681
"Support IDLE Edit of .py/.pyw from idlelib"
parent
8ccf4d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PCbuild/python20.wse
PCbuild/python20.wse
+4
-4
No files found.
PCbuild/python20.wse
View file @
d02d305b
...
...
@@ -2656,25 +2656,25 @@ end
item: Edit Registry
Total Keys=1
Key=Python.NoConFile\shell\Edit with IDLE\command
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Tools\idle
\idle.pyw -e "%%1"
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Lib\idlelib
\idle.pyw -e "%%1"
end
item: Edit Registry
Total Keys=1
Key=Python.File\shell\Edit with IDLE\command
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Tools\idle
\idle.pyw -e "%%1"
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Lib\idlelib
\idle.pyw -e "%%1"
end
item: Else Statement
end
item: Edit Registry
Total Keys=1
Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Tools\idle
\idle.pyw -e "%%1"
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Lib\idlelib
\idle.pyw -e "%%1"
Root=1
end
item: Edit Registry
Total Keys=1
Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Tools\idle
\idle.pyw -e "%%1"
New Value=%MAINDIR%\pythonw.exe %MAINDIR%\
Lib\idlelib
\idle.pyw -e "%%1"
Root=1
end
item: End Block
...
...
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