-
Couldn't load subscription status.
- Fork 33
Added a new editor setting #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Added an editor setting that allows the user to toggle if they want the outline to be visible at the start of the project. The before huge elif chain is now a match statement
|
I'm afraid I don't understand what you want to achieve here |
|
This is already possible isn't it? Aufzeichnung.2025-09-25.142500.mp4 |
|
I know. Its just if you first enter/reload the project the side bard is visible. The setting allows you to toggle if you want it to be visible after startup. You can see what I mean if you reload your project the side bar is visible. |
Fixed a line bug that was created due to a merge
|
I merged the master and fixed a minor bug, that was a result of the merge. |
|
I think this is better integrated into Godot itself. I feel like Godot should save if you expanded or collapsed the panel. As you pointed out, this is not saved, so when restarting Godot, the panel is visible (therefore the outline and/or the scripts). |
|
True thats fair, but I think it would be a nice feature till it come to Godot itself, but thats your call. |

Added an editor setting that allows the user to toggle if they want the outline to be visible at the start of the project.
I did not find anything in the code on how to order the settings in the editor settings so it currently sits at the bottom of the list.
The before huge elif chain is now a match statement, which makes it a lot more readable.