-
Notifications
You must be signed in to change notification settings - Fork 5
Feedback #1
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
Comments
This addon is great!
|
Awesome to hear you like it :) I will check this when I have some time ;) |
Hello, I updated the project with a fix for files move and delete. Thanks for the report! If you update, be careful to not overwrite your addons/project_map/project_map.tscn, because it is here your graph is saved. In the new version, it will be saved as project_map_save.tscn, so there will be no risk of overwrite. Please tell me if you encounter any issue ;) |
Great addon! Thanks |
I would love to see a undo and redo feature :) |
And the possibility to add links to fold 8000 ers. 👌 |
Ant the layering (of groups) should get improved/added |
Hello, thanks for your feedback! I will check if I can create an undo/redo feature, can't promise anything though, but this is something I would like to add. So, for the folder links, how would it work? You would drag a folder on the map and then when you click on it it would open it in the Godot file system or open it in the OS filesystem? I can try to implement something. What improvement would you suggest for the groups? |
Just shift every clicked node to the highest layer. |
New version 1.3 released with directory nodes, comment nodes, undo/redo and improved group handling. |
the addon is awesome... think I found a bug though. when making changes the current scene tab is updated with I'm running godot v3.3.1. |
Thank you for the report! I'm using the built-in undo/redo system of the editor, so it seems Godot attached the actions to the currently open scene and mark it as modified. I don't see an option to not have the actions attached to the scene, unfortunately. The way to solve this would be to code my own undo/redo system, but I'm not sure it's worth it, as I don't see any ill side-effect. |
You move the groups (and the other nodes) by dragging the icon. Normally after installation, there is a text node in the project map with the explanation, did you get it? |
I would like it very much if I could change the CTRL + SPACEBAR hotkey to another one, or to change the default hotkey. The reason is, in the code, to get autocompletion, you use this hotkey. So your plugin renders unusable that way... :( |
hello, thanks for the feedback :) You can simply edit the shortcut in the file "addons/project_map/plugin.gd" to something that suits you more. What do you think would be a good shortcut? |
I don't know, maybe CTRL + M, for Map, or CTRL + P, for Project, as it is easier to remember, but I have to check if they're already in use |
Great project!
|
Awesome plugin! Such a better way of visualizing the pieces of a project. Would love if "sub groups" were a thing. I.e. if I have a group node within a group node, when dragging the outer group node the inner one should move with it. |
Hello all, thank you for all the feedback, but for now I am not interested in actively developing it further, I put it in "maintenance mode", so I will only do critical bug fixes. Feel free to branch the plugin and create your own version, it's open source. |
Uh oh!
There was an error while loading. Please reload this page.
Hello all, thank you for all the feedback, but for now I am not interested in actively developing it further, I put it in "maintenance mode", so I will only do critical bug fixes.
Feel free to branch the plugin and create your own version, it's open source.
The text was updated successfully, but these errors were encountered: