ZachAR3 / GodotOpenInEditor

A simple plugin to open paths quickly in your desired code editor adapted from Crete Park's C# VSCode plugin
GNU General Public License v3.0
2 stars 1 forks source link

It's been possible to add right-click menu items in the clean way after 4.4. #6

Open Creta5164 opened 1 month ago

Creta5164 commented 1 month ago

So far, adding right-click items from the file system menu has been pretty tricky, but the good news is that this is no longer an issue.

As of Godot 4.4, it is now possible to add right-click menus in a canonical way, so expect to have to modify your code in a canonical way when that happens.

You can check out the proposal and PR here.

ZachAR3 commented 3 weeks ago

So far, adding right-click items from the file system menu has been pretty tricky, but the good news is that this is no longer an issue.

As of Godot 4.4, it is now possible to add right-click menus in a canonical way, so expect to have to modify your code in a canonical way when that happens.

You can check out the proposal and PR here.

Thanks for the heads up! Super busy so if you have a vested interest in the project feel free to ping me when it drops and I will try and set aside some time to rework it for the new system