Move input validation to separate thread #81

Closed
opened 2026-06-26 10:52:12 +02:00 by Griefed · 0 comments
Owner

@Griefed on GitLab · https://git.griefed.de/Griefed/ServerPackCreator/-/issues/205

title.

Currently validation can block the GUI thread which is an absolute no-go.
we should implement a validation-thread which checks every field we give it periodically.

Benefit: Said thread can edit the text in the fields if appropriate. Example:

<!-- repoman:origin --> > **@Griefed** on **GitLab** · https://git.griefed.de/Griefed/ServerPackCreator/-/issues/205 title. Currently validation can block the GUI thread which is an absolute no-go. we should implement a validation-thread which checks every field we give it periodically. Benefit: Said thread can edit the text in the fields if appropriate. Example: - Java Args : https://git.griefed.de/Griefed/tests/-/blob/editJavaArgsInString/src/main/java/de/griefed/Main.java - Suggested directories for copy dirs - and so on
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Griefed/ServerPackCreator#81
No description provided.