Like solar2d player, does Gideros player have a function to automatically detect file changes in the asset folder and restart the project? This feature is really convenient when developing, and I wonder if it is possible to introduce it to Gideros player as well.
If I'm not mistaken, there is no such setting in the player. To restart the project in the player, you just need to press the Ctrl+R combination. So if you made changes in Solar2D, then you need to save them by pressing Ctrl+S. In Gideros, you just need to press Ctrl+R, this will not save the changes, but restart the player with the edits.
Update: In this case, it is easier to add a setting to Gideros Studio so that the Ctrl + R combination saves the project.
If I'm not mistaken, there is no such setting in the player. To restart the project in the player, you just need to press the Ctrl+R combination. So if you made changes in Solar2D, then you need to save them by pressing Ctrl+S. In Gideros, you just need to press Ctrl+R, this will not save the changes, but restart the player with the edits.
Update: In this case, it is easier to add a setting to Gideros Studio so that the Ctrl + R combination saves the project.
In Gideros studio, it seems that CTRL+R saves current file automatically before reload and run project. The annoying point is that if I use external editor such as Visual Studio Code, after pressing CTRL+S in VSC, I must click on Giderso Studio and press CTRL+R.
In Visual Studio Code (as in most modern editors), you can add a task that, using a keyboard shortcut, will execute the required command. You might want to try setting this up (the player doesn't support this feature yet).
If I'm not mistaken, there is no such setting in the player. To restart the project in the player, you just need to press the Ctrl+R combination. So if you made changes in Solar2D, then you need to save them by pressing Ctrl+S. In Gideros, you just need to press Ctrl+R, this will not save the changes, but restart the player with the edits.
Update: In this case, it is easier to add a setting to Gideros Studio so that the Ctrl + R combination saves the project.
In Gideros studio, it seems that CTRL+R saves current file automatically before reload and run project. The annoying point is that if I use external editor such as Visual Studio Code, after pressing CTRL+S in VSC, I must click on Giderso Studio and press CTRL+R.
Comments
To restart the project in the player, you just need to press the Ctrl+R combination. So if you made changes in Solar2D, then you need to save them by pressing Ctrl+S. In Gideros, you just need to press Ctrl+R, this will not save the changes, but restart the player with the edits.
Update: In this case, it is easier to add a setting to Gideros Studio so that the Ctrl + R
combination saves the project.
Likes: MoKaLux
https://github.com/Antix-Development/VSCode-Gideros-Debug
Likes: MoKaLux
But project file is not updating automatically...
Likes: salesiopark, MoKaLux, E1e5en