alex1701c / jetbrains-api

This plugin provides the API for the base for the Jetbrains Runner and potential Dolphin plugin
3 stars 2 forks source link

Clarify what this project is and what it can do #2

Closed Ashark closed 2 years ago

Ashark commented 2 years ago

The readme is not verbose at the moment. Could you please clarify it. This project is an "unofficial way" of parsing pycharm configs, right?

Can this be used for changing project config on the fly? Please see https://gitlab.com/AndrewShark/pycharm-scripts/-/issues/1. I wonder if I can improve my project with using this jetbrains-api. Could it be possible to change the Script path field in run/debug configuration in before launch tools?

alex1701c commented 2 years ago

The project is intended for reading the recently used project from the Jetbrains IDEs. I had kept the name vague, because I was thinking about adding further functionality, though at this point in time I do not have a usecase.

I only created this as a dedicated repo, because I did not want to duplicate the code in my KRunner and Dolphin plugins.

alex1701c commented 2 years ago

Please reopen if you have further questions or my response/the readme was not clear.