-
Notifications
You must be signed in to change notification settings - Fork 154
Load from ESP / slow down issue #3
Description
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