abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/CustomLayoutEditDialog.java
AgeCommit message (Collapse)AuthorFilesLines
2023-12-17prefs: Report errors while editing custom layoutsJules Aguillon1-0/+48
Errors are obtained by running the parser, validation is throttle to when the user stops editing for a second.
2023-12-10prefs: Render line numbers in custom layout input boxJules Aguillon1-0/+90
Line numbers will help reporting errors. Also, disable line breaking to improve readability.