ForNeVeR / Todosaurus

IntelliJ Plaform plugin to manage TODO comments in the code.
https://plugins.jetbrains.com/plugin/23838
MIT License
11 stars 2 forks source link

Process IO and unknown errors #15

Open ForNeVeR opened 6 months ago

ForNeVeR commented 6 months ago

Currently, if any error happens during issue creation, nothing will happen. The Create Issue button will unblock and the user will be able to try again, but that's it. Nothing else (well, aside from the exception being logged to the error log).

Instead, let's handle errors during issue creation:

See the code near this line: https://github.com/ForNeVeR/Todosaurus/blob/10e326b5b4a56ae2f0ae2fb3080fb6dd69e0045a/src/main/kotlin/me/fornever/todosaurus/views/CreateIssueDialog.kt#L107

Also, look for the number of this issue in the project code base.