Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script.

This commit is contained in:
Steve Dower 2015-03-24 21:25:16 -07:00
parent fef9c1b368
commit 102f72cf1a
8 changed files with 94 additions and 31 deletions

View file

@ -5,4 +5,8 @@
<String Id="NoPython">No !(loc.ProductName) installation was detected.</String>
<String Id="ShortcutName">IDLE (Python {{ShortVersion}} {{Bitness}})</String>
<String Id="ShortcutDescription">Launches IDLE, the interactive environment for !(loc.ProductName).</String>
<String Id="PyDocShortcutName">Python {{ShortVersion}} Module Docs ({{Bitness}})</String>
<String Id="PyDocShortcutDescription">Start the !(loc.ProductName) documentation server.</String>
<String Id="EditMenu">&amp;Edit with IDLE</String>
<String Id="EditSubMenu">Edit with IDLE {{ShortVersion}} ({{Bitness}})</String>
</WixLocalization>