redhat-developer / redhat-developer/lsp4ij
Provide validation in the preferences of LSP console
Open
@MituuZ is already working on this.
Since Apr 14, 2024.
enhancement
good first issue
lsp-console
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
The preferences in LSP console provides no validation:
although the dialog provides it:
Please note that those 2 preferences panel use the same class.
It would be nice to support validation in LSP console preferences.
The validation should be too improved with:
- validate that there is on mapping which is defined.
- display a border red for JTextArea (ex: command,configuration), I don't know why it is working for JTextField but not with JTextArea. There is the same problem when you click on JTextArea, there is no blue border like other widgets (JComboBox, JTextField).
@MituuZ are you interested to work on this issue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.