-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check .pli file loaded #36
Comments
So far the |
The bugs related to the .pli entry validation have been solved. |
The check on the
.pli
file loaded is performed only partially: instead of checking both its extension and its existence, only the latter is actually checked. Each of such checks is implemented into a dedicated method: the two resulting methods are associated to the same event, that is triggered when theEntry
widget loses its focus. This results in triggering only the lastly called method.In addition, if the
.pli
file path is entered manually, the initial and output folders are not extracted. This results in an erroneous folder where any next.pli
selection window is opened. Think about merging the ways the entered.pli
file is managed.The text was updated successfully, but these errors were encountered: