-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
No way to edit plugin.cfg in editor #5096
Comments
Well this makes sense but I don't think it's a bug though.. seems more like an enhancement to me. If anyone wants to make an editor, this is welcome :) |
I`m adding a Resource type named RawText to handle text files. So the cfg file would be edited by a plugin like ScriptEditor. |
Not critical for the upcoming 2.1, so moving to the next milestone. |
I guess this should be closed, as it is not critical 2.1 issue(and in 3.x engine.cfg is no longer exist) |
Oh, so I need to reopen it ? |
No need as it's fixed in 3.1 :) |
Ummmm this seems to be still an issue in 3.2.3 ??.. I would really like to be able to edit text/config files without an external editor. But neither .txt not plugin.cfg nor project.godot are showing in the filesystem dock. I have to keep my notes in the main node's script instead of a separate file. I guess we can use "File - Open", then change the displayed file types, and then find the file, but... really?.. On top of that, there is no way to remember opened scripts between editor restarts (is there?), so doing that every time is certainly too much. There is even "File - New Text File...", so we can create them, but not open them. If you create a text file, right-click it and choose "Show in Filesystem", that does nothing. (EDIT: no, not completely "nothing": it pastes the name of the file into the filesystem dock path field, but that does not do anything.) Also, what does "Settings - Docks - Filesystem - Display Mode" do?.. It's an integer, and the tooltop says "Property: docks/filesystem/display_mode". I've searched the help for "FileSystemDock", but it's a stub with no explanations. |
This is now being tracked in godotengine/godot-proposals#677 and #24187. |
Under the new plugin system (well, in the old too) there's no way to create nor edit the
plugin.cfg
file without an external editor.It should be possible to develop plugins completely without leaving the Godot editor.
The text was updated successfully, but these errors were encountered: