A lightweight Python script to enable Zed Editor support in the Ren'Py Visual Novel Engine.
- Opens Ren'Py scripts directly in Zed.
- Supports "Jump to Line" functionality for errors and script editing.
- Groups multiple file requests into a single Zed transaction.
- Download
Zed.edit.pyhttps://www.github.com/NeelPatra/RenPy-ZedEditor_Integration/releases/download/v1.0/Zed.edit.py from this repository. - Locate your Ren'Py SDK folder (e.g.,
renpy-8.5.2-sdk/). https://www.renpy.org/dl/8.5.2/renpy-8.5.2-sdk.zip - Move
Zed.edit.pyinto thelauncher/directory:renpy-8.5.2-sdk/launcher/Zed.edit.py - Restart the Ren'Py Launcher.
- Go to Preferences > Editor and select Zed.
- Zed CLI: You must have the
zedcommand in your system PATH. - macOS: Open Zed and select
Zed > Install CLI. - Linux/Windows: Ensure
zedis accessible from your terminal. - Ren'Py: Tested on version 8.5.2.
This project is licensed under the MIT License - see the LICENSE file for details.