Script-IDE is a plugin for Godot. It transforms the Script UI into an IDE like UI. Multiline Tabs are used for navigating between scripts. The default Outline got an overhaul and now shows all members of the script. Quick Open and Override Dialog.
Stars
970
Forks
35
Watchers
970
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
166
commits
2
commits
2
commits
2
commits
1
commits
1
commits
Support monospace font in Outline as implemented in Godot 4.7.dev
dc80919View on GitHubShortcuts to open the different tabs directly in the quick search dialog
5702eb3View on GitHubOptimize quick open filter order and improve 'All' sorting to also consider the type first
5a34765View on GitHubDo not modify the focus color anymore, as the new theme handles that pretty well. Make the outline button an own component for improved code coupling
901d72dView on GitHubMake Outline an own container (Control), Improve naming and use UIDs and typed references everywhere
50afa9aView on GitHubFix split text file cannot be opened as it is not a Script
67a653aView on GitHub