Skip to content

A script editor plugin for Godot 4.4+. Adds top tabs, outline panel, better navigation, and customizable styling. Based on Script-IDE by Marius Hanl.

License

Notifications You must be signed in to change notification settings

rayzorite/quill-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quill-IDE for Godot

s1

A modern, feature-rich script editor for the Godot Engine (4.4+).
Quill IDE is a heavily modified fork of the original Script-IDE plugin by Marius Hanl, rebuilt for style, usability, and modularity.

Think of it as Godot's Script Editor — but sleeker and way more customizable.

IMPORTANT: This was made with PassiveStar's Minimal Theme in mind, this might not look good on Godot's Default theme. But with a bit of tinkering you can make it look good with default theme.

MY PREFERRED THEME (This might look different from the Cover Image):

Editor Settings > Interface > Theme (Advanced Settings Toggle turned on)"

  • Base Color: #1d222a
  • Accent Color: #fd9700
  • Icon Saturation: 1.5
  • Corner Radius: 5
  • Base Spacing: 3
  • Custom Theme: Minimal Theme

Editor Settings > Text Editor > Theme"


🚀 Features

  • 🖊️ Enhanced Script Tabs
    Tabs Layout at the top of the IDE instead of on Side, You can always turn it off and bring the old one back.

  • 🗂️ Script Outline Panel
    Quickly navigate through functions, signals, properties, and constants — with customizable position (left/right).

  • 🎨 Custom Styling
    Modern tab design with rounded corners, hover/focus effects, and editor-theme-aware colors.

  • Better Workflow Integration

    • Auto-syncs with FileSystem dock.
    • Restores state when disabling the plugin.
    • Clean separation into modular scripts.

🛠️ Installation

  1. Clone or download this repo into your Godot project under: res://addons/quill-ide/
  2. In Godot, open Project → Project Settings → Plugins.
  3. Enable Quill-IDE.
image image

That’s it — your script editor now levels up! ⚡


⚙️ Settings

Quill IDE integrates with Editor Settings so you can tweak behavior: All changes apply instantly without restarting the editor.

image

🤝 Roadmap

[X] Indent Line Guides like VSCode's

[X] Split Scripts Window

[X] JSON Viewer and Editor

[X] More i'll add later when i think of some...


🤝 Contributing

Pull requests and issue reports are welcome!
If you’d like to propose features or improvements, open an Issue.


📜 License

This project is licensed under the MIT License.

About

A script editor plugin for Godot 4.4+. Adds top tabs, outline panel, better navigation, and customizable styling. Based on Script-IDE by Marius Hanl.

Resources

License

Stars

Watchers

Forks