Skip to content

Conversation

@TheAndrax
Copy link

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.

Script-IDE

The before huge elif chain is now a match statement, which makes it a lot more readable.

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
@Maran23
Copy link
Owner

Maran23 commented Sep 24, 2025

I'm afraid I don't understand what you want to achieve here

@TheAndrax
Copy link
Author

So simply put its a toggle to decide if you want the sidebar (see picture) to be visible when starting the project or be hidden. It can still be extended its only when you start the project.

b

@Maran23
Copy link
Owner

Maran23 commented Sep 25, 2025

This is already possible isn't it?

Aufzeichnung.2025-09-25.142500.mp4

@TheAndrax
Copy link
Author

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
@TheAndrax
Copy link
Author

I merged the master and fixed a minor bug, that was a result of the merge.

@Maran23
Copy link
Owner

Maran23 commented Oct 6, 2025

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

@TheAndrax
Copy link
Author

True thats fair, but I think it would be a nice feature till it come to Godot itself, but thats your call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants