jpv-os / Keylogger

Keylogger is an open source plugin for the Intellij IDE platform that tracks your actions in the editor, keeps a history and shows statistics.
https://plugins.jetbrains.com/plugin/23746-keylogger
Apache License 2.0
2 stars 0 forks source link

Values for insert and update intervals is reset between application restarts #60

Open BOLL7708 opened 1 month ago

BOLL7708 commented 1 month ago

Describe the bug I'm setting the intervals for inserting and updating, it works while my editors are running, but if I restart them the values are reset to the default.

To Reproduce Steps to reproduce the behavior:

  1. Install the plugin in PHPStorm, Rider or any other compatible Jetbrains IDE.
  2. Go into Settings > Tools > Keylogger
  3. Change the Update interval to 300000 (five minutes)
  4. Change the Update interval to 3600000 (an hour)
  5. Check so the values are saved if you close the settings and open them again
  6. Restart the editor and check the settings again

Expected behavior The previously set values should remain

Screenshots Aaaaand, back to the defaults again. image

Additional context I'm using this plugin in both PHPStorm and Rider, can't detect any difference in behavior, on two different machines with different system and Jetbrains accounts.

jpv-os commented 1 month ago

Thanks for reporting, will look into it