You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been using your great program since 2014 and I updated each time the version changed (currently v 1.0.2.3) however there are a couple of small problems I notice:
The relatively new addition of a working "Load from ESP" works fine for small scripts but if the script is long say 65 lines it stops loading at line 43 every time, that tripped me up a couple of times.
Also I notice when you first start Lua Uploader "Save to ESP" works fast however if you do a number of "Delete" and "Save to ESP" the save process becomes progressively slower, to a point were I actually close the program and then open it up again.
Please understand I like your program a lot and will continue to use it as is, this is not a deal breaker for me but hopefully you may take this post as s constructive bug report.
(wish list) a really useful addition would be line numbers down the left hand side of the screen (when I get a error in the Lua code I am writing, which is regular believe me, I find myself counting lines of code to find which line the Lua interpreter is indicating the error) I guess the line numbers could form the left boarder that scrolls with the screen for instance like not part of the code window.
Thanks and best regards
Toshi
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report the real life issues that you've ran into. I wonder if the slowdown is due to length of the output window on the right which continually get larger and larger unless the user clicks the Clear button.
I will think about the line numbers. It might be very difficult to keep track of line numbers due the interactive nature of lua interpreter.
Hi, I have been using your great program since 2014 and I updated each time the version changed (currently v 1.0.2.3) however there are a couple of small problems I notice:
The relatively new addition of a working "Load from ESP" works fine for small scripts but if the script is long say 65 lines it stops loading at line 43 every time, that tripped me up a couple of times.
Also I notice when you first start Lua Uploader "Save to ESP" works fast however if you do a number of "Delete" and "Save to ESP" the save process becomes progressively slower, to a point were I actually close the program and then open it up again.
Please understand I like your program a lot and will continue to use it as is, this is not a deal breaker for me but hopefully you may take this post as s constructive bug report.
(wish list) a really useful addition would be line numbers down the left hand side of the screen (when I get a error in the Lua code I am writing, which is regular believe me, I find myself counting lines of code to find which line the Lua interpreter is indicating the error) I guess the line numbers could form the left boarder that scrolls with the screen for instance like not part of the code window.
Thanks and best regards
Toshi
The text was updated successfully, but these errors were encountered: