Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load from ESP / slow down issue #3

Open
Toshibass opened this issue Mar 2, 2015 · 1 comment
Open

Load from ESP / slow down issue #3

Toshibass opened this issue Mar 2, 2015 · 1 comment

Comments

@Toshibass
Copy link

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

@hwiguna
Copy link
Owner

hwiguna commented Mar 2, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants