krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
430 stars 57 forks source link

Export/Backup grep console settings #225

Closed mithereal closed 1 year ago

mithereal commented 2 years ago

Is your feature request related to a problem? Please describe. Occasionally my ide will crash and/or i will need to reinstall and all my settings are lost leading to re-inserting

Describe the solution you'd like Button to click or integration with sync settings

viper7882 commented 1 year ago

Hi @krasa,

Thank you for supporting this wonderful plugin. I'm using it in PyCharm and in my experience of using it, it is working flawlessly.

I share the same sentiment where Grep Console Settings could be enhanced with both exported and imported functionality.

In case if you are looking for suggestion, those settings could either be exported into JSON or XML format and then re-imported as the same format. It should be trivial to implement.

Thank you for considering @mithereal and my feedback above.

michaelkariv commented 1 year ago

@viper7882 , @mithereal You can export and import settings. It is impolemented, one might argue, the best way possible - using PyCharm (or IntelliJ IDEs in general) File/Manage IDE Settings/export. You'll be prsented with options to export. Disable everything, then look up in the list of options 'GrepConsole' The import is the the other way around. You choose import instead of export, and then point to the zip file and you'll see only GrepConsole checked in option.

I might argue and suggest to @krasa to 1. document it 2. enable export and import rght from the UI of the grep console and 3. enable options of merge - where profiles (and I suggest you guys do use profile - it is terrific) from the imported settings are added, while old profiles retained, at least optionally.

michaelkariv commented 1 year ago

Just to illustrate my above points, couple of screenshots screen1 IDE emnu screen2- export options

michaelkariv commented 1 year ago

@viper7882 , @mithereal if that works for you please move to consider this issue closed.

viper7882 commented 1 year ago

Thanks the sharing, @michaelkariv. I didn't know such export settings available for PyCharm inclusive of Grep Console. @mithereal , I'm OK to get this issue closed for now.

mithereal commented 1 year ago

Ill close thx didnt know bout export either