S-dom/README.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

2024-05-04 13:09:22 +02:00
# S-DOM
S-DOM is a plugin for IntelliJ IDEA that allows you to submit your code to the DOMjudge system directly from the IDE.
2024-05-15 20:17:15 +02:00
It isn't a full replacement for the web interface yet, but already matches or surpasses the web UI in most tasks.
2024-05-04 13:09:22 +02:00
2024-05-26 09:16:05 +02:00
You can download the plugin from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/24446-s-dom-for-domjudge).
2024-05-15 20:17:15 +02:00
## Features
- Simple, one-click submissions and feedback (no need for File Explorer or reloading!)
- View problems and problem statements without leaving your IDE
- Unobtrusive and integrated
- Detects the language of submitted files
2024-05-15 20:17:15 +02:00
2024-05-26 09:16:05 +02:00
<!-- Note to writers: A copy of the feature list exists in plugin.xml, please also add your changes there -->
2024-05-15 20:17:15 +02:00
## Potential future features
- Display how much time is left in a contest or whether it's already over
- Implement reading detailed results
2024-05-15 20:17:15 +02:00
- Show scoreboards
- Maybe even download test cases and scaffold sources
2024-05-04 13:09:22 +02:00
2024-05-26 09:16:05 +02:00
## Contributing
If you want to contribute, feel free to fork the [GitLab repository](https://gitlab.com/JFronny/s-dom) and submit a merge request there.
I'm happy to accept any help, be it bug fixes, new features, or just code cleanup.
Please note that I will merge MRs locally, so don't be surprised if your MR is marked as closed without merging.
2024-05-04 13:09:22 +02:00
## References
- [DOMjudge](https://www.domjudge.org/documentation)
2024-05-12 16:42:04 +02:00
- [DOMjudge API](https://domjudge.iti.kit.edu/main/api/doc)
2024-05-04 13:09:22 +02:00
- [SimpleCodeTester plugin](https://github.com/Mr-Pine/SimpleCodeTester-IntelliJ-Plugin)
2024-05-15 20:17:15 +02:00
- [Example Route](https://domjudge.iti.kit.edu/main/api/v4/contests/5/problems)
- [All IDEA UI Icons](https://jetbrains.design/intellij/resources/icons_list/)