Files
renpy/launcher/System Editor.edit.py
Tom Rothamel 76ba294af3 DLC-based editor install.
When the user goes to edit something and no editor has been selected,
the launcher will prompt the creator to select an editor. If the editor
selected is not installed, it will be downloaded and installed.
2012-07-05 00:30:11 -04:00

5 lines
128 B
Python

import renpy
# Pass the file off to the system editor (as determined by file associations).
Editor = renpy.editor.SystemEditor