Hi, i have been testing the new version, i noticed there is a new version today which i am going to download so the bug might be fixed already maybe but i will post anyway as i have a request also.
Request -
I am finding making plugins annoying because when i make a quick example to preview it doesn't update saved changes to my code.
So for example if i did a simple random with 0-100 in a alert the preview returns 0-100 still even if i change it to 0-10 etc and save then preview again.
It would be nice if it was re-built with the updates for the next preview because currently i have to start a new project and re-make the whole event setup again for it to update correctly. This makes it quite slow to debug/test plugins when making them.
Bug -
If you go to add a object like text and then go to the event list it adds it but without it showing.
Javascript is great btw, i haven't really used this code before but it seems really easy to use so and now i can make plugins which is great because with the C++ plugins i never got the extra library's ATL etc work. With JS my test plugin is already working great though.