Project-Map icon indicating copy to clipboard operation
Project-Map copied to clipboard

Feedback

Open Yogoda opened this issue 4 years ago • 19 comments

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.

Yogoda avatar Feb 28 '21 14:02 Yogoda

This addon is great! A bug I found:

  • nodes won't update if files are renamed/deleted

mieldepoche avatar Mar 17 '21 12:03 mieldepoche

Awesome to hear you like it :)

I will check this when I have some time ;)

Yogoda avatar Mar 17 '21 18:03 Yogoda

Hello,

I updated the project with a fix for files move and delete. Thanks for the report! As a bonus you can now also drag and drop multiple files at once.

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

Yogoda avatar Mar 20 '21 14:03 Yogoda

Great addon! Thanks

MadFlyFish avatar Mar 21 '21 03:03 MadFlyFish

I would love to see a undo and redo feature :)

SpyrexDE avatar Apr 10 '21 21:04 SpyrexDE

And the possibility to add links to folders. 👌

SpyrexDE avatar Apr 10 '21 21:04 SpyrexDE

Ant the layering (of groups) should get improved/added

SpyrexDE avatar Apr 10 '21 21:04 SpyrexDE

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?

Yogoda avatar Apr 12 '21 16:04 Yogoda

Just shift every clicked node to the highest layer. I also thought about the folder link. It should just select the folder in the directory tree and scroll to it. In Godot there actually already is a „show me the file or folder in the Godot files system“-functionality.

SpyrexDE avatar Apr 16 '21 20:04 SpyrexDE

New version 1.3 released with directory nodes, comment nodes, undo/redo and improved group handling.

Yogoda avatar May 17 '21 09:05 Yogoda

the addon is awesome... think I found a bug though. when making changes the current scene tab is updated with (*) signaling it's unsaved. and of course "saving" that scene will not remove the (*) as it didn't actually change... it was of course project_map_save.tscn that actually changed and isn't even open in the normal scene editor.

I'm running godot v3.3.1.

dmaz avatar May 20 '21 03:05 dmaz

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.

Yogoda avatar May 22 '21 11:05 Yogoda

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?

Yogoda avatar May 28 '21 18:05 Yogoda

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... :(

imsamuka avatar Jul 25 '21 15:07 imsamuka

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?

Yogoda avatar Jul 25 '21 17:07 Yogoda

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

imsamuka avatar Aug 07 '21 16:08 imsamuka

Great project! Here are some ideas:

  • The ability to delete with the backspace button and not just the actual delete button
  • Have comments be part of a group
  • Add titles as a type complementing the comment

DavidMag avatar Dec 04 '21 17:12 DavidMag

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.

tebjss avatar Mar 26 '22 01:03 tebjss

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.

Yogoda avatar Jul 02 '22 12:07 Yogoda