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

2.9: Several cosmetic and minor bugfixes for touchy #2311

Merged
merged 4 commits into from Jan 28, 2023
Merged

Conversation

cradek
Copy link
Collaborator

@cradek cradek commented Jan 27, 2023

For the filechooser fix, I confirmed that loading a gcode file in another UI does cause touchy to update the screen correctly. The rest are cosmetic changes.

On the first program load, it would always scroll to the bottom of the
list, because it discovered upon polling that the new empty gcode file
in /tmp that is loaded initally is "new", and it would walk through the
listing looking for that name.
Don't expand it into multiple lines, or cause the window to widen
because you get a long error.  Just chop it off.
@andypugh
Copy link
Collaborator

Ref the error messages, it would be nice if there was a way to see the previous error message. If you get two at a time then you only see the last. (which is often a consequence of the first, and so not particularly diagnostic)

@cradek
Copy link
Collaborator Author

cradek commented Jan 28, 2023

Thanks, yes I could imagine a scrolling list on an additional tab to solve that problem. But these changes don't make that problem better or worse; they do improve the way it works currently.

@cradek cradek merged commit ee034f0 into LinuxCNC:2.9 Jan 28, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants