Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 1.59 KB

File metadata and controls

25 lines (25 loc) · 1.59 KB

Ren'Py Zed Editor Integration

A lightweight Python script to enable Zed Editor support in the Ren'Py Visual Novel Engine.

Features

  • 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.

Installation

  1. Download Zed.edit.py https://www.github.com/NeelPatra/RenPy-ZedEditor_Integration/releases/download/v1.0/Zed.edit.py from this repository.
  2. 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
  3. Move Zed.edit.py into the launcher/ directory: renpy-8.5.2-sdk/launcher/Zed.edit.py
  4. Restart the Ren'Py Launcher.
  5. Go to Preferences > Editor and select Zed.

Requirements

  • Zed CLI: You must have the zed command in your system PATH.
  • macOS: Open Zed and select Zed > Install CLI.
  • Linux/Windows: Ensure zed is accessible from your terminal.
  • Ren'Py: Tested on version 8.5.2.

License

This project is licensed under the MIT License - see the LICENSE file for details.