mirror of
https://github.com/python/cpython.git
synced 2025-11-10 14:31:24 +00:00
SF Patch 763681
"Support IDLE Edit of .py/.pyw from idlelib"
This commit is contained in:
parent
8ccf4d751d
commit
d02d305b64
1 changed files with 4 additions and 4 deletions
|
|
@ -2656,25 +2656,25 @@ end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Total Keys=1
|
Total Keys=1
|
||||||
Key=Python.NoConFile\shell\Edit with IDLE\command
|
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
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Total Keys=1
|
Total Keys=1
|
||||||
Key=Python.File\shell\Edit with IDLE\command
|
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
|
end
|
||||||
item: Else Statement
|
item: Else Statement
|
||||||
end
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Total Keys=1
|
Total Keys=1
|
||||||
Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command
|
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
|
Root=1
|
||||||
end
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Total Keys=1
|
Total Keys=1
|
||||||
Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command
|
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
|
Root=1
|
||||||
end
|
end
|
||||||
item: End Block
|
item: End Block
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue