Aurélien Vivet
Aurélien Vivet
There is no change in GDevelop that could explain your version of GDevelop is running in background. This is not a feature or a bug living in the app, this...
I'm not able to reproduce this issue with my system.
> Just my thoughts about this: > > * Using the tree view shortcut makes sure the user is actually focusing the objects panel and not trying to duplicate something...
> I did a quick search but could not find any Extension.cpp that uses a drop-down input selection. It's possible there is no existing interface built for C++ extensions, or...
It was me with [this PR](https://github.com/4ian/GDevelop/pull/2425), you'll have to start from a new PR, as my branch is outdated. https://github.com/4ian/GDevelop/pull/2425
Thanks now since few versions the banner overlap the game.
> For 2, it's a bit separate because it involves monitoring the file system. So indeed as a workaround, we could for now have a button (somewhere in the app)...
I'm not sure about the added value of these changes. - From a linguistic point of view I trust you. - From a user point of view I understand what...
If I got how `extension.addDuplicatedExpression()` works ([GDCore Documentation](https://docs.gdevelop-app.com/GDCore%20Documentation/classgd_1_1_platform_extension.html#a710cbffb19a79396a29d21e157868fc6)) We must rename old expressions like **ForceX** to **VelocityX** and just add after the expression edited adds: ```Js extension .addDuplicatedExpression('VelocityX', 'ForceX') .setHidden();...
The PR I'm proposing is practical and cosmetic, that add consistency between two parts of the UI that I've found to be more confusing than practical. Thanks for the information,...